Small utility for editors
Posted: Sat Jun 05, 2004 8:44 pm
Hi !
I've made a small utility, allowing you to have a fast acces at the CodeArchiv directory. You can add it in user's tools.
http://www.cgsoftwares.com/PureBasic/PrgForum/
The first time when you launch the program, he asks you for the place of CodeArchiv folder, and for the type of the editor. (JaPBe or PureBasic), and save these data in the configuration file.
When you finished, you can see a ComboBox displayed in the toolbar of the editor.
If you want to modify the configuration file, you can modify it with the notepad, or erase it
The names shown in the list of the combo are the folders included in the CodeArchiv directory.
Click on a file open a OpenFileRequester, in the selected directory. If you open the file, a new sheet is created in the editor and the chosen file is copied inside.
The program can be closed, by clicking the [X] button.
If you want to modify code, it is included on the zipfile.
*************************************************
I don't know how :
- display directory in the combo, like a TreeView
- Include an icon in the Combo, in front of the folder names.
- Detect automatically the used editor
*************************************************
Chris
I've made a small utility, allowing you to have a fast acces at the CodeArchiv directory. You can add it in user's tools.
http://www.cgsoftwares.com/PureBasic/PrgForum/
The first time when you launch the program, he asks you for the place of CodeArchiv folder, and for the type of the editor. (JaPBe or PureBasic), and save these data in the configuration file.
When you finished, you can see a ComboBox displayed in the toolbar of the editor.
If you want to modify the configuration file, you can modify it with the notepad, or erase it
The names shown in the list of the combo are the folders included in the CodeArchiv directory.
Click on a file open a OpenFileRequester, in the selected directory. If you open the file, a new sheet is created in the editor and the chosen file is copied inside.
The program can be closed, by clicking the [X] button.
If you want to modify code, it is included on the zipfile.
*************************************************
I don't know how :
- display directory in the combo, like a TreeView
- Include an icon in the Combo, in front of the folder names.
- Detect automatically the used editor
*************************************************
Chris