Delphi 2007 - File Browser expert
We finally started using Codegear Delphi 2007 (Update 3) at work. It's a big step forward since we were using Delphi 7. First impressions are very good. I noticed the new file browser. This browser is like windows explorer docked into the IDE. One useful feature is that you can use all explorer shell extensions. For instance TortoiseSVN is a very important one since I'm using it daily for versioning. The file browser misses clearly one important feature, synchronizing with the active project. I always have to scroll to the project directory to do anything meaningful with it. Asking around in the opentools newsgroup I found out that there's no interface to this new file browser. So I decided to rewrite the file browser as an IDE-expert. Thanks to the components of VirtualShellTools (http://www.mustangpeak.net) I managed to build a new Delphi 2007 IDE expert. It supports 2 types of auto-synchronizing.
1) All folders are visible and the file browser expands the path of the current project.
2) Only the project folder is visible (by changing the root folder)
The auto sync mode can only be changed in the form menu which is only visible in undocked mode. (sorry for that)
I've added a file filter so it can display only the file types you want, just like the original file browser. But it's also possible to set an exclude filter. So you can show all files, except *.dcu and so on.
You can download this expert here. It's version 0.1 and more or less a test version. You can also download the installer here.
I know it's far from perfect, but hey, it's a start.
Please send bug reports to drastic@pandora.be
1) All folders are visible and the file browser expands the path of the current project.
2) Only the project folder is visible (by changing the root folder)
The auto sync mode can only be changed in the form menu which is only visible in undocked mode. (sorry for that)
I've added a file filter so it can display only the file types you want, just like the original file browser. But it's also possible to set an exclude filter. So you can show all files, except *.dcu and so on.
You can download this expert here. It's version 0.1 and more or less a test version. You can also download the installer here.
I know it's far from perfect, but hey, it's a start.
Please send bug reports to drastic@pandora.be
Labels: delphi 2007, expert, file browser, ide, subversion

4 Comments:
I am an OTA developer so I know how to install it. But IMHO, others may not be able to install it correctly. So please add some tip about installation.
By
Lex Mark, At
October 19, 2007 2:54 PM
Hi Lex,
I will try to create an installer later today.
thanks for your comment :)
Robin
By
Robin van Nooij, At
October 19, 2007 3:09 PM
The setup has been added to the post.
By
Robin van Nooij, At
October 19, 2007 4:03 PM
The installer installs a dll into the program directory. How do I install it in delphi, and how do I access it?
By
Phoenix Rising, At
August 26, 2008 10:10 PM
Post a Comment
Links to this post:
Create a Link
<< Home