Bug with tools trigger
Posted: Fri Oct 20, 2006 1:50 pm
There seem to be some bugs in the setting of the tools triggers:
1. Simply closing a source triggers "source saved"
2. After that "source closed" is triggered with the commandline from "source saved"
Here is my tools.pref file:
Greatings,
technicorn
1. Simply closing a source triggers "source saved"
2. After that "source closed" is triggered with the commandline from "source saved"
Here is my tools.pref file:
Find this out whilst writing a "Backup" plugin for the IDE; PureBasic IDE ToolsMenu Configuration
;
[ToolsInfo]
ToolCount = 4
;
;
[Tool_0]
Command = D:\Programme\PureBasic400\TailBite\TailBite.exe
Arguments = "%FILE" "%TEMPFILE"
WorkingDir =
MenuItemName = TailBite
Shortcut = 0
ConfigLine =
Trigger = 0
Flags = 0
ReloadSource = 0
HideEditor = 0
HideFromMenu = 0
Deactivate = 0
;
;
[Tool_1]
Command = D:\Programme\PureBasic400\IDE_Plugins\SrcBackupLoaded.bat
Arguments = src_loaded "%FILE"
WorkingDir =
MenuItemName = SrcBackupLoaded
Shortcut = 0
ConfigLine =
Trigger = 8
Flags = 1
ReloadSource = 0
HideEditor = 0
HideFromMenu = 1
Deactivate = 0
;
;
[Tool_2]
Command = D:\Programme\PureBasic400\IDE_Plugins\SrcBackupClosed.bat
Arguments = src_closed "%FILE"
WorkingDir =
MenuItemName = SrcBackupClosed
Shortcut = 0
ConfigLine =
Trigger = 13
Flags = 1
ReloadSource = 0
HideEditor = 0
HideFromMenu = 1
Deactivate = 0
;
;
[Tool_3]
Command = D:\Programme\PureBasic400\IDE_Plugins\SrcBackupSaved.bat
Arguments = src_saved "%FILE"
WorkingDir =
MenuItemName = SrcBackupSaved
Shortcut = 0
ConfigLine =
Trigger = 9
Flags = 1
ReloadSource = 0
HideEditor = 0
HideFromMenu = 1
Deactivate = 0
Greatings,
technicorn