mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
* unify context menu of various sql editors, by supporting all contained editors instead of searching for one with the name "SynMemoBody"
* disable actions which need to modify the contents on readonly editors * add "save to textfile" and "un/comment" actions to the unified context menu
This commit is contained in:
@ -44,10 +44,6 @@ type
|
||||
btnMoveUpParam: TToolButton;
|
||||
btnMoveDownParam: TToolButton;
|
||||
lblDisabledWhy: TLabel;
|
||||
popupSQLmemo: TPopupMenu;
|
||||
Selectall1: TMenuItem;
|
||||
Copy1: TMenuItem;
|
||||
Saveastextfile1: TMenuItem;
|
||||
spltTop: TSplitter;
|
||||
procedure comboTypeSelect(Sender: TObject);
|
||||
procedure btnSaveClick(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user