Titanium Autocomplete Eclipse
Uploader Comments (jamesdlow)
All Comments (24)
-
This is awesome. I'm just starting to dabble in mobile development (always been a Flash/Flex developer), and having code completion really helps. Thanks for this.
-
Fantastic job on the code complete! It's worth noting that you can also perform the video updates directly to the Aptanta Web Studio (eclipse fork) if you are not using Eclipse directly.
-
Great video! You go way to fast, there are many versions of Elipse so which one do I download? I got the Java script one and when I try to create a "new profile" the option isn't there so I'm assuming I got the wrong one. I also downloaded AptanaStudio which you say we could do but since your video is only for Eclipse I'm not sure how to configure it. It's a great video for what seems like an excellent solution but not easy to follow. Any further assistance?
This is excellent. Anyone knows how to do the same thing in Apatana 3?
There is no longer a references tab.
charbarred 9 months ago 2
@charbarred Yea it doesn't have the references tab, so I couldn't figure out how to get it to work. I started writing a full plugin, but I don't think I'll keep developing it since Appcelerator bought Aptana and have just released their Titanium Studio IDE.
jamesdlow 8 months ago
Hello all can someone tell me where this timobile.js is coming from? is it coming from titanium or someone else developed it to make it easier?
Also struggling to run apps using eclipse so i do al the dev on elcipse but i need to run it i need to do it through titanium developer
tosiuk 1 year ago
@tosiuk Hi, its not from Titanium, though they link to it from their site. I've developed it, I basically take the official Titanium api.json file from Titanium and create and create a ScriptDoc header file for use with Aptana.
You still need to compile through Titanium Developer, its just helpful for editing JavaScript files in Eclipse.
jamesdlow 1 year ago
@jamesdlow Do you have step-by-step instructions for creating the ScriptDoc header file? Without these instructions it is hard to take fully advantage of your otherwise excellent instructions.
editlift 1 year ago
@editlift If you follow the link to my website on the description of this video you get a link to the ScriptDoc file already compiled.
jamesdlow 1 year ago
@editlift If you want to create the ScriptDoc file for yourself, I also have a link to the PHP file which you just run in the same directory as the api.json file from Titanium/Appcelerator.
jamesdlow 1 year ago