coronalabs / CoronaSDK-SublimeText

Corona Editor is the official Corona SDK plugin for Sublime Text
https://coronalabs.com
MIT License
108 stars 28 forks source link

Rebranding and other updates #45

Closed sekodev closed 3 years ago

sekodev commented 4 years ago

Changed branding to Solar2D Changed syntax name to Lua (Solar2D) Changed http:// calls to https://

Updated autocomplete file - added event.xDelta/yDelta, sqlite3, lateUpdate, transition.resumeAll(), pauseAll(), cancelAll() and timer.resumeAll(), pauseAll(), cancelAll() Updated "Release Notes" Updated README to reflect changes Updated install message

Shchvova commented 4 years ago

Wow, nice. Did you test this?

sekodev commented 4 years ago

Yep, tested through GitHub repository. There shouldn't be any problems. However, after looking at the guide for renaming packages it may be bit of a work for you to rename the package so if you think it's unnecessary work at this point please tell me so I revert the branding related changes.

personalnadir commented 3 years ago

Renaming the package in Package control wouldn't be too much work. The trick will be to switch the package folder references from Corona Editor to the new package name.

It looks like there are only 3 critical references (one of which is currently broken if I've understood it correctly): https://github.com/coronalabs/CoronaSDK-SublimeText/search?q=Corona+Editor

personalnadir commented 3 years ago

I'd also like to remove all the references to corona from the settings: for instance corona_sdk_completions_strip_white_space should just be completions_strip_white_space. However that change would require everyone to change their existing settings files.

personalnadir commented 3 years ago

I've merged these changes into my fork and implemented the renaming of the syntax and settings files. I'll need to run it for a while before I create a PR. If you want to test them, you can get them here: https://github.com/personalnadir/CoronaSDK-SublimeText/tree/develop