Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Sublime Text 2 in Gideros for Windows? — Gideros Forum

Sublime Text 2 in Gideros for Windows?

doncarbajosadoncarbajosa Member
edited June 2013 in General questions
Can someone guide me on how to use Gideros using Sublime Text?
All I can find is an instruction for Mac and I cannot build my project in ST2

Help please?

Comments

  • 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.

    Likes: doncarbajosa

    http://esem.name/sound ♫ sound and music at ShadyLabs (Clouds of Steel, Aftermath Alvin)
    +1 -1 (+1 / -0 )Share on Facebook
  • Accepted Answer
    In window OS, you can create a build system file and call some command like this:

    "C:\Program Files (x86)\Gideros\Tools"\gdrbridge play d:/coding/gideros/Lua_Genaration/out/gideros/gideros.gproj
    Coming soon
    +1 -1 (+2 / -0 )Share on Facebook
  • 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)
  • And @doncarbajosa you can check this thread:
    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 :D

    Likes: doncarbajosa

    Coming soon
    +1 -1 (+1 / -0 )Share on Facebook
  • Cool thanks! I finally got it working now
Sign In or Register to comment.