Posted: Fri Mar 28, 2003 9:34 pm
Restored from previous forum. Originally posted by GPI.
http://caosandkin.bei.t-online.de/pureb ... -gpi-1.zip
(only the sourecode)
Because not one of my Improvments are in the new editor and i realy miss the FileList, i write again a new editor mod.
Attention: I have changed the shortcut for "block comments:remove" to "alt+b". Read below, why. In other language it will not show the right shortcut.
Also i don't have the time to test everything. I have nearly only copy all the code from my old mod. So there can be bugs inside. I use this version.
The popupmenu only display, if the mouse is in the editor-gadget
I have always try to close a deactivated source by right-click in the panel-item...
FileList (*.pbfl)
Now the editor can save and load FileList. So you can easly open a complete projekt. In the Window-title the actual FileList-name is showen. Also it is possible to save the filelist automatic before closing the editor. The path of the filelist are saved relativ.
Block Comment and Insert/Remove Spave
The Shortcut for "Block Comment: Remove" is now Alt+B. I changeed this, because when i want to remove a block comment, a empty line was insert (this is because the editor try to remove this line with del. But the RichEdit checks, if a shift-key is pressed. And shift+del does nothing)
Insert Space and Remove Space
Nearly the same as Block Comment, but insert space. Needed for example if you want to insert a IF in a code.
PureBasic Source/Include/FileList
.pb, .pbi and .pbfl are now linked with PureBasic. Also the Explorer shows now more than "File PB".
Extension check
The Editor now checks the Extension, so you get a message, when you want to open a EXE in the editor.
Preference changed
For example the Layout is changed. The Use-Button now don't close the window and when the Preference-Window is open, the editor has full work (try in the old one a menu-item. You can select it, but nothing happend)
Save cursor position (default:off)
When you save a source, also the cursorposition is saved.
Win98-Fix (default:off)
In the old Version of the Editor, sometimes the window will be destroyed in Win9X. Maybe the Bug is fixed in 3.62, but i don't know this, so i insert this option
Compiler Ask before Overwrite (default: off)
The PBCompiler don't overwrite a EXE without a confirm.
Backup (default: off)
The editor creates backups. (for example "Test.pb.bak")
Autosave before create execute (default: off)
Before "create Execute" the editor save the sourcecode.
edit:
Changed source are marked with a *
PII 333, 256MB, Asus TNT2Ultra 32MB, AWE Gold 64 4MB
http://caosandkin.bei.t-online.de/pureb ... -gpi-1.zip
(only the sourecode)
Because not one of my Improvments are in the new editor and i realy miss the FileList, i write again a new editor mod.
Attention: I have changed the shortcut for "block comments:remove" to "alt+b". Read below, why. In other language it will not show the right shortcut.
Also i don't have the time to test everything. I have nearly only copy all the code from my old mod. So there can be bugs inside. I use this version.
The popupmenu only display, if the mouse is in the editor-gadget
I have always try to close a deactivated source by right-click in the panel-item...
FileList (*.pbfl)
Now the editor can save and load FileList. So you can easly open a complete projekt. In the Window-title the actual FileList-name is showen. Also it is possible to save the filelist automatic before closing the editor. The path of the filelist are saved relativ.
Block Comment and Insert/Remove Spave
The Shortcut for "Block Comment: Remove" is now Alt+B. I changeed this, because when i want to remove a block comment, a empty line was insert (this is because the editor try to remove this line with del. But the RichEdit checks, if a shift-key is pressed. And shift+del does nothing)
Insert Space and Remove Space
Nearly the same as Block Comment, but insert space. Needed for example if you want to insert a IF in a code.
PureBasic Source/Include/FileList
.pb, .pbi and .pbfl are now linked with PureBasic. Also the Explorer shows now more than "File PB".
Extension check
The Editor now checks the Extension, so you get a message, when you want to open a EXE in the editor.
Preference changed
For example the Layout is changed. The Use-Button now don't close the window and when the Preference-Window is open, the editor has full work (try in the old one a menu-item. You can select it, but nothing happend)
Save cursor position (default:off)
When you save a source, also the cursorposition is saved.
Win98-Fix (default:off)
In the old Version of the Editor, sometimes the window will be destroyed in Win9X. Maybe the Bug is fixed in 3.62, but i don't know this, so i insert this option
Compiler Ask before Overwrite (default: off)
The PBCompiler don't overwrite a EXE without a confirm.
Backup (default: off)
The editor creates backups. (for example "Test.pb.bak")
Autosave before create execute (default: off)
Before "create Execute" the editor save the sourcecode.
edit:
Changed source are marked with a *
PII 333, 256MB, Asus TNT2Ultra 32MB, AWE Gold 64 4MB