On Mon, 2008-03-10 at 12:46 +0100, Harold Aling wrote:
I've been using the geanyprj plugin for a few weeks now, and I really, really like it!
Thanks.
However:
- Loading and closing the first or last file in project takes a while and
only has a status message on completion.
I think loading time can be reduced, if I use idle time function to parse project files, but not all 'jumps' will be available at the very start time (need to play with this idea). Nothing can be done with close time, it takes a while to free tagmanager structures.
- Geanyprj also indexes hidden (.svn) files
hm, I will add option for hidden files.
Feature requests:
- 'Find usage' support
added to TODO list
- include/exclude folders support
I don't think it is going to be made unless someone write patch (read I will not do it myself), it is too much work and I personally don't need this feature.
As work around I suggest you disable "regenerate file list" option and use preselected project file list. You can use prgen.py script to create initial .geanyprj file. Use git version:
http://repo.or.cz/w/geanyprj.git?a=blob_plain;f=prgen.py;hb=2e2c22a8b3129925...
modify extensions in it to suit your needs.