Is it just me or when I type something like: “display.” none of the functions pop up? For instance if I type “display.newCir” I don’t get the autocomplete for newCircle. It does, however, show if I type “disp”
Also, I had to modify “Corona SDK.sublime-build” in Packages to point to C:\Program Files (x86). It was originally set up to point to C:\Program Files\
I noticed that this morning … we’re trying to make sure that the Alt-Left-Arrow and Alt-Right-Arrow work correctly with regard to periods and this clashes with making periods work correctly in completions. I hope to have a fix soon.
Okay, super awesome that this is supported now. The hack method was really tiresome.
However, CMD+B definitely does not work on my installation; while it does start Corona (same as my previous method), each use of CMD+B starts a new instance of Corona. Is single-instance exclusive to ST3 or is this perhaps an issue with OSX?
I’m trying to figure out a good solution to the build problem. On MacOSX right now, it only starts one Simulator but the console output doesn’t appear in Sublime’s build output window so it’s one step forward, one step back (on Windows you still get multiple Simulators). I’ll likely have to make changes to the Simulator itself to get this working properly.
I’m pretty new to Sublime. Can someone tell me when using this plugin do I have to redownload it every time an update is released? Or is the latest version always loaded when Sublime starts up?
Thats strange because that is not what is happening on my mac.
I get multiple instances of the corona simulator when pressing cmd+B,
but the corona console output appears in sublime in the build results window.
I don’t mind cmd+b creating multiple instances, because I only press it once when I want to launch
corona. My solution is that i put the “save all” command on a keyboard shortcut (cmd+enter) and set the corona simulator preferences to always relaunch when project is modified.
ojnab: I think he was saying that the fix he had in mind had that side effect (single window, but no output). Because (as you might have guessed) I have the same problem of output appears, but every CTRL+B triggers a new window.
Your personal solution is interesting but a) requires a new shortcut and b) doesn’t solve the core problem for anyone except users willing to go in and make a custom, platform specific change. The goal here is really to make it user friendly for everyone.
I have no problem with multiple instances of Corona Simulator. CMD+S = reloads simulator. Like that i don’t have to run CS again. But sure, it would be even nicer if this issue is solved for those in need of a fix.
Far as I’m concerned - I’m finally happy like a little kid who got his chocolate. SublimeText3 is the most powerful editor out there. It’s cross platform, customisable, etc. And can look quite pretty as well. My installation looks beautiful and settings are synced via dropbox for 3 computers I use. Brilliant little editor!
If you’re using Sublime Text 3, it’s really buried (everything is a ZIP file now which I think spoils customizability a bit). You’ll find some brief guidance at the bottom of this page http://www.sublimetext.com/docs/3/packages.html
The good news is that I fix for this which will be available soon.