AIR, Flex / Flash, FMS, PushButton, Game… Developer
Tip of the Day – Flex Builder, Open Resource shortcut
So while thinking about the tip I wanted to write today… I thought about my development process, and trying to identify things that I do to speed up my development. That way I can share them with all of you.
One thing that has become second nature to me is the use of the Open Resource shortcut in Eclipse (and therefore Flex Builder). This handy little shortcut is a life saver.
For all the pcs: ctrl + shift + R
For all the macs: ⌘ + shift + R

This panel allows you the type in the resource you want to open, even if it is open already, and will bring it to focus. It’s amazing! Use it, love it, cherish it.
| Print article | This entry was posted by Nate Beck on January 13, 2009 at 10:20 am, and is filed under Actionscript, Flex, Tip of the day. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 3 years ago
Something to go along with this…if you do a ctrl-left click of a class/method/property, it will take you directly to that file or a location with that file of the property/method that you are searching for. Very useful.
about 3 years ago
Oh definitely! That’s a great one too. One thing about that though… is when the class you’re trying to navigate to is part of the playerglobal.swc. Then you get the Code Navigation Error.