mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 17:15:58 +02:00
IDE: Keep IDEIntf in uses section of main.pp. Was removed in r58615 #4fe2e4c626. Affected component editor items in designer popupmenu. Issue #34026.
git-svn-id: trunk@58617 -
This commit is contained in:
parent
d496b94a03
commit
1ff8e1a88e
@ -76,10 +76,10 @@ uses
|
||||
// SynEdit
|
||||
SynEdit, AllSynEdit, SynEditKeyCmds, SynEditMarks, SynEditHighlighter,
|
||||
// IDE interface
|
||||
BaseIDEIntf, ObjectInspector, PropEdits, PropEditUtils, EditorSyntaxHighlighterDef,
|
||||
MacroIntf, IDECommands, IDEWindowIntf, ComponentReg,
|
||||
IDEIntf, ObjectInspector, PropEdits, PropEditUtils, EditorSyntaxHighlighterDef,
|
||||
MacroIntf, IDECommands, IDEWindowIntf, ComponentReg, IDEDialogs,
|
||||
SrcEditorIntf, NewItemIntf, IDEExternToolIntf, IDEMsgIntf, LazMsgDialogs,
|
||||
PackageIntf, ProjectIntf, CompOptsIntf, MenuIntf, LazIDEIntf, IDEDialogs,
|
||||
PackageIntf, ProjectIntf, CompOptsIntf, MenuIntf, BaseIDEIntf, LazIDEIntf,
|
||||
IDEOptionsIntf, IDEOptEditorIntf, IDEImagesIntf, ComponentEditors, ToolBarIntf,
|
||||
// protocol
|
||||
IDEProtocol,
|
||||
|
Loading…
Reference in New Issue
Block a user