I keep the Gideros "IDE" window open and add files to the project in that one as I create them. Sublime picks them up (but not the other way around).
When it's time to build there are two ways about it: 1/ You can press the IDE's Run button (simplest), or 2/ you can try building via Sublime's Build system. That works on a Mac by way of using Automator (e.g. an OS-built-in utility to "Tell [application] to [activate|choose menu item|etc..]". Not sure there's an equivalent on Windows, but maybe you can find an app that does the same scripting trick..
For all the talk of adding command-line options to Gideros to do these things, I'm yet to see it done. Really annoying.
wow, cool, gdbridge is on the Mac too : in Gideros Studio.app/Contents/Tools usage: gdrbridge setip 127.0.0.1 gdrbridge play mygame.gproj gdrbridge stop gdrbridge isconnected gdrbridge getlog gdrbridge stopdeamon
http://esem.name/sound ♫ sound and music at ShadyLabs (Clouds of Steel, Aftermath Alvin)
Download and unzip, then copy Gideros folder to ST2 Packages, some where like this: C:\Users\tinhlh\AppData\Roaming\Sublime Text 2\Packages (Or you can access via ST2 menu: Preferences/Browse Packages...)
Comments
When it's time to build there are two ways about it: 1/ You can press the IDE's Run button (simplest), or 2/ you can try building via Sublime's Build system. That works on a Mac by way of using Automator (e.g. an OS-built-in utility to "Tell [application] to [activate|choose menu item|etc..]". Not sure there's an equivalent on Windows, but maybe you can find an app that does the same scripting trick..
For all the talk of adding command-line options to Gideros to do these things, I'm yet to see it done. Really annoying.
Likes: doncarbajosa
"C:\Program Files (x86)\Gideros\Tools"\gdrbridge play d:/coding/gideros/Lua_Genaration/out/gideros/gideros.gproj
Likes: gmarinov, doncarbajosa
usage:
gdrbridge setip 127.0.0.1
gdrbridge play mygame.gproj
gdrbridge stop
gdrbridge isconnected
gdrbridge getlog
gdrbridge stopdeamon
http://www.giderosmobile.com/forum/discussion/861/text-editor-heaven#Item_18
Download and unzip, then copy Gideros folder to ST2 Packages, some where like this:
C:\Users\tinhlh\AppData\Roaming\Sublime Text 2\Packages
(Or you can access via ST2 menu: Preferences/Browse Packages...)
After that, you will have autocomplete feature
Likes: doncarbajosa