IDE: fixed typo

git-svn-id: trunk@43056 -
This commit is contained in:
mattias 2013-10-02 12:18:22 +00:00
parent 5c6b15a871
commit 5c1eabea87

View File

@ -3492,7 +3492,7 @@ var
SameCmdKey: TSynEditKeyStroke;
begin
(* ACommandOffsetOffset
The IDE defines int's own fixed value command-id for plugins.
The IDE defines its own fixed value command-id for plugins.
Map them to the plugin ID
- ecIdePTmplEdOutNextCell and ecIdePTmplEdNextCell both map to ecSynPTmplEdNextCell
- which maps to "ecPluginFirst + n", as many others.