Feature Requests: Browse | Submit New | Admin
Guillaume Benny wrote: > A new version of VimMate is now available: Version 0.6.2. Very nice! Thanks for making VimMate. It has the correct balance of the most useful IDE features and straight Vim editing. :-) The only thing I would ask is to make it start-up faster. Perhaps this can be achieved by gathering a list of entries in the current directory during start-up, and then: 1. gather their descendants on-demand: - when you browse a directory in the file-system browser - when you type some text in the file-system filter or 2. run a background thread (immediately after start-up) to gathers all descendants of the current directory. Anyway, keep up the good work!
Add A Comment:
Date: 2007-08-21 01:30 Sender: Guillaume Benny The warning has been added to VimMate version 0.6.3.
Date: 2007-08-21 01:01 Sender: Guillaume Benny A warning will be added in the next version when too many files are opened. This will allow to user to quit if he wants to stop the process.
Date: 2006-12-21 22:31 Sender: Guillaume Benny Hi, The first idea would have worked before 0.6.1, but it won't work with the new search list. The second idea is a bit tricky to implement... Anyway, I already have an idea so I'll try to look at it.