mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
+ Help debug info added
git-svn-id: trunk@6043 -
This commit is contained in:
parent
72c80d9696
commit
c72badd6b2
@ -254,6 +254,7 @@ const
|
|||||||
cmHelpUsingHelp = 2104;
|
cmHelpUsingHelp = 2104;
|
||||||
cmHelpFiles = 2105;
|
cmHelpFiles = 2105;
|
||||||
cmAbout = 2106;
|
cmAbout = 2106;
|
||||||
|
cmHelpDebug = 2107;
|
||||||
|
|
||||||
cmEditorOptions = 2202;
|
cmEditorOptions = 2202;
|
||||||
cmBrowserOptions = 2203;
|
cmBrowserOptions = 2203;
|
||||||
@ -394,6 +395,7 @@ const
|
|||||||
hcHelpPrevTopic = hcShift+cmHelpPrevTopic;
|
hcHelpPrevTopic = hcShift+cmHelpPrevTopic;
|
||||||
hcHelpUsingHelp = hcShift+cmHelpUsingHelp;
|
hcHelpUsingHelp = hcShift+cmHelpUsingHelp;
|
||||||
hcHelpFiles = hcShift+cmHelpFiles;
|
hcHelpFiles = hcShift+cmHelpFiles;
|
||||||
|
hcHelpDebug = hcShift+cmHelpDebug;
|
||||||
hcUpdate = hcShift+cmUpdate;
|
hcUpdate = hcShift+cmUpdate;
|
||||||
hcMsgClear = hcShift+cmMsgClear;
|
hcMsgClear = hcShift+cmMsgClear;
|
||||||
hcMsgGotoSource = hcShift+cmMsgGotoSource;
|
hcMsgGotoSource = hcShift+cmMsgGotoSource;
|
||||||
|
Loading…
Reference in New Issue
Block a user