mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 17:07:30 +01:00
added menueditor from Martin Patik, not yet working
git-svn-id: trunk@2916 -
This commit is contained in:
parent
ff42a9048b
commit
96e3033890
10
ide/main.pp
10
ide/main.pp
@ -57,7 +57,12 @@ uses
|
|||||||
Project, ProjectDefs, NewProjectDlg, ProjectOpts, PublishProjectDlg,
|
Project, ProjectDefs, NewProjectDlg, ProjectOpts, PublishProjectDlg,
|
||||||
// designer
|
// designer
|
||||||
CompReg, IDEComp, AbstractFormEditor, Designer, FormEditor, CustomFormEditor,
|
CompReg, IDEComp, AbstractFormEditor, Designer, FormEditor, CustomFormEditor,
|
||||||
ObjectInspector, PropEdits, ControlSelection, ColumnDlg, MenuPropEdit,
|
ObjectInspector, PropEdits, ControlSelection, ColumnDlg,
|
||||||
|
{$IFDEF UseNewMenuEditor}
|
||||||
|
MenuEditorForm,
|
||||||
|
{$ELSE}
|
||||||
|
MenuPropEdit,
|
||||||
|
{$ENDIF}
|
||||||
// debugger
|
// debugger
|
||||||
RunParamsOpts, BaseDebugManager, DebugManager,
|
RunParamsOpts, BaseDebugManager, DebugManager,
|
||||||
// packager
|
// packager
|
||||||
@ -8116,6 +8121,9 @@ end.
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.507 2003/04/03 20:05:43 mattias
|
||||||
|
added menueditor from Martin Patik, not yet working
|
||||||
|
|
||||||
Revision 1.506 2003/04/03 15:02:23 mattias
|
Revision 1.506 2003/04/03 15:02:23 mattias
|
||||||
fixed loading .files
|
fixed loading .files
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user