mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Make prompt to save modified SQL text customizable. See http://www.heidisql.com/forum.php?t=6373
This commit is contained in:
@ -205,6 +205,8 @@ const
|
||||
DEFAULT_DISPLAYBARS = true;
|
||||
REGNAME_BARCOLOR = 'BarColor';
|
||||
DEFAULT_BARCOLOR = $00BBFFDD;
|
||||
REGNAME_PROMPTFILESAVE = 'PromptSaveFileOnTabClose';
|
||||
DEFAULT_PROMPTFILESAVE = True;
|
||||
REGNAME_COMPLETIONPROPOSAL = 'CompletionProposal';
|
||||
DEFAULT_COMPLETIONPROPOSAL = True;
|
||||
REGNAME_FILTERACTIVE = 'FilterPanel';
|
||||
|
Reference in New Issue
Block a user