Implement customizing of shortcuts for all available TActions and SynEditor commands. Fixes issue #536.

This commit is contained in:
Ansgar Becker
2009-09-21 23:12:21 +00:00
parent 206287177a
commit c6be8dd575
11 changed files with 403 additions and 90 deletions

View File

@@ -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 );