mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Implement customizing of shortcuts for all available TActions and SynEditor commands. Fixes issue #536.
This commit is contained in:
@@ -88,11 +88,7 @@ begin
|
||||
pnlLeft.Width := GetRegValue( REGNAME_SQLHELPPLWIDTH, pnlLeft.Width );
|
||||
pnlRightTop.Height := GetRegValue( REGNAME_SQLHELPPRHEIGHT, pnlRightTop.Height );
|
||||
Caption := DEFAULT_WINDOW_CAPTION;
|
||||
|
||||
MemoDescription.Font.Name := Mainform.SynMemoQuery.Font.Name;
|
||||
MemoDescription.Font.Size := Mainform.SynMemoQuery.Font.size;
|
||||
MemoExample.Font.Name := Mainform.SynMemoQuery.Font.Name;
|
||||
MemoExample.Font.Size := Mainform.SynMemoQuery.Font.size;
|
||||
MainForm.FixSynEditors;
|
||||
|
||||
// Gather help contents for treeview with SQL: HELP "CONTENTS"
|
||||
fillTreeLevel( nil );
|
||||
|
||||
Reference in New Issue
Block a user