Appcelerator Developer Blog

Announcing Titanium Studio 2.0.2

We’re proud and excited to announce the newest version of Titanium Studio. Version 2.0.2 is a significant bug fix release with over 140 items addressed.

Studio 2.0.2 highlights

  • The find bar in editor now supports multi-line search.
  • You can file bugs and feature requests from inside Titanium Studio.
  • JavaScript has additional formatting options for placement of spaces around parentheses.
  • Significant speed improvement in CSS parsing.

Other Useful Functionality

  • The JavaScript and PHP outlines display functions inside conditionals.
  • CSS and HTML text hovers have been improved with additional information.
  • Scope selectors in Rubles can use grouping, intersection and union operators.

Additional Changes

  • Studio now uses the new platform -clean option where available.
  • Local variables inside functions are back again in content assist.
  • Studio on Windows has been upgraded to use Python 2.7.

 

Read the Release Notes for additional details on all improvements available in this release.

Updating Titanium Studio

You should be automatically prompted to update your Titanium Studio software. If you do not see the prompt, you can select “Check for Updates” from the “Help” menu from within Titanium Studio.

Once you’ve updated Titanium Studio, you’ll then get an update for the Titanium Mobile SDK.

19 Responses to “Announcing Titanium Studio 2.0.2”

  1. Henrique says:

    Nice, now my desktop app is not working anymore.

    I click build (play button) and nothing happens after update..

  2. Jip Spinnewijn says:

    Same problem here.
    Cannot compile any app. I click build and something seems to be happening, but in the end nothing happens. No feedback at all about the problem.

    Creating new (mobile) projects fails too, btw.

    :(

  3. mxia says:

    Hi Henrique and Jip,

    Could you file a ticket using Help > Titanium Studio > Submit a Ticket…? It will provide us the Studio log and other diagnostic information to try to reproduce here locally and track down the issue. Thanks.

  4. Henrique says:

    Thanks mxia, I just did it.

  5. Jacob says:

    I too am having this problem. Where can I download an older version of Titanium Studio to use until this gets fixed?

  6. mxia says:

    We found the issue and pushed a hot fix for 2.0.2 release. The new version number is 2.0.2.201205311912. Please let us know if it does not help to resolve the issue.

    Thanks!

  7. [...] can also check more details here http://developer.appcelerator.com/blog/2012/05/announcing-titanium-studio-2-0-2.html Share this:FacebookTwitterDiggMoreLinkedInPrintEmailStumbleUponRedditLike this:LikeBe the first to [...]

  8. [...] by wingfish on Jun.02, 2012, under ios开发, javascript, titanium appcelerator 是一个很勤奋的公司啊,今年以来更新速度快了很多,titanium studio,这个号称苹果appstore上有十分之一应用是用它来开发的智能手机跨平台工具,最新版本出到了2.0.2(不过现在更新的话,titanium studio 好像已经是2.0.3了)。 [...]

  9. Grow Borage says:

    Grow Borage…

    [...]Announcing Titanium Studio 2.0.2 « Appcelerator Developer Center[...]…

  10. okey tavla poker oyun…

    [...]Announcing Titanium Studio 2.0.2 « Appcelerator Developer Center[...]…

  11. Facebook Chat…

    [...]Announcing Titanium Studio 2.0.2 « Appcelerator Developer Center[...]…

  12. The version 2.0.2 of Titanium studio is out my reach. Please suggest.

  13. @RecycleStickers: Open Titanium Studio. Goto “Help -> Check for Updates”. This should allow you to download and install the latest version of Titanium Studio.

  14. Alvin says:

    I cannot update to 2.0.2 Titanium Studio. Keep stopping at the message cannot download artifact osgi.bundle,com.aptana.git.ui,3.0.3.1337406272 because of mismatch md5

  15. mxia says:

    @Alvin: try the suggestions in https://wiki.appcelerator.org/display/tis/Errors+While+Updating, in particular the part about “No updates were available”, to see if they help.

  16. Ton says:

    The simulator crashes when I build and displays this message :
    [INFO] Launching application in Simulator
    dyld: Library not loaded: @rpath/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
    Referenced from: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient
    Reason: image not found

    Can anyone help me with this?

  17. subash says:

    can we implement CSS in android development using appcelerator Titanium studio…?? If possible means give me a solution with a code and Explanation for than??? please???

  18. Anthony Decena says:

    There is no DOM in a native app so CSS is not available for styling. However, built in is what we call JSS, which is a way of styling your components with javascript. In the future we hope to incorporate Pixate (http://www.pixate.com/) which will allow you to style using css.