Over at ricozuniga.com it was posted about this thread that was outlining how to very easy hide the .svn-files and directories from the source file explorer (navigator) in Flex Builder. Files that otherwise might clutter up the view. Very nice and simple tips.
- Go to the navigator (list of files in your project)
- Locate the downward arrow on the top right control in this window
- Click the arrow and select ‘Filters’
- Make sure ‘.*’ is checked
One note is that the arrow referenced is the one on the navigator window itself, top right, that only has the down-looking head of an arrow…it actually took me a while to find it.
Post a Comment