Wednesday, March 24, 2010

Flex Builder: What is my current workspace?

I work on a project that has multiple branches. Sometimes I am working on branch1 and sometimes on branch2. I would like Flex/Flash Builder to display the branch I am working on. A quick search on the net and I found the solution.

Open the FlexBuilder.ini file. Add this to the first line "-showlocation". This is what my FlexBuilder.ini file looks like...

-showlocation
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=256m
-XX:PermSize=64m
-Djava.net.preferIPv4Stack=true

This what my FlexBuilder title looked like before adding showLocation

...and this what it looks like after adding showLocation.


The FlexBuilder.ini file should be in your FB install folder.

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home