IDEIntf: better English

git-svn-id: trunk@50036 -
This commit is contained in:
mattias 2015-10-12 11:49:48 +00:00
parent 5093f81168
commit 6d7ec7c91f

View File

@ -176,8 +176,8 @@ type
lihtQuickSyntaxCheck, // called when quick syntax check is clicked (menu item or shortcut)
lihtGetFPCFrontEndParams, // called when the IDE gets the parameters of the 'fpc' front end tool
lihtGetFPCFrontEndPath, // called when the IDE gets the path of the 'fpc' front end tool
lihtShowDesignerFormOfSource, // called when showed a designer form for code editor (AEditor can be nil!)
lihtShowSourceOfActiveDesignerForm, // called when showed a code of designer form
lihtShowDesignerFormOfSource, // called after showing a designer form for code editor (AEditor can be nil!)
lihtShowSourceOfActiveDesignerForm, // called after showing a code of designer form
lihtUpdateIDEComponentPalette,
lihtUpdateComponentPageControl
);