Re: [Flashcoders] FDT SVN + Code Assist

2009-02-17 Thread David Hershberger
In Flex Builder, you can go into the Flex Navigator window (the tree-layout project-contents window), select a directory (like .svn), right-click it, choose properties from the resulting menu, then check the box which says derived. Once you do that, I believe it will recognize that files in the

[Flashcoders] FDT SVN + Code Assist

2009-02-14 Thread Karim Beyrouti
Hello All, I am using eclipse SVN with FDT - and for the most part it really works a treat. However, I am getting all the SVN paths appearing in my code hinting. Do you know a way to get code assist to ignore svn paths? Regards Karim ___

Re: [Flashcoders] FDT SVN + Code Assist

2009-02-14 Thread ekameleon
Hello :) in eclipse in the FlashExplorer panel in the top right menu of the panel you must choose the item filters and select the .svn files. PS : you use Subclipse ? for me the best solution in eclipse to work with SVN EKA + :) 2009/2/14 Karim Beyrouti ka...@kurst.co.uk Hello All, I am

Re: [Flashcoders] FDT SVN + Code Assist

2009-02-14 Thread Weyert de Boer
I wouldn't use the SVN Eclipse plugin. I have experienced some severe issues with it. Like out of the blue reverting commits and causing the repository to become corrupt. I am currently only using GIT or SVN via the command line instead of trusting this plugin for Eclipse. I don't like plugins

Re: [Flashcoders] FDT SVN + Code Assist

2009-02-14 Thread Karim Beyrouti
Thanks for the reply - i have set the filter to ignore .svn files, however that does not seem to filter the folders from the code hinting... - karim On 14 Feb 2009, at 17:24, ekameleon wrote: Hello :) in eclipse in the FlashExplorer panel in the top right menu of the panel you must