lazarus/ideintf/allideintf.pas
2006-04-25 17:16:56 +00:00

60 lines
1.4 KiB
ObjectPascal

{ Copyright (C) 2004
*****************************************************************************
* *
* See the file COPYING.modifiedLGPL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
Dummy unit to compile all IDE interface units.
}
unit AllIDEIntf;
{$mode objfpc}{$H+}
interface
uses
ActionsEditor,
ComponentEditors,
ComponentReg,
ComponentTreeView,
ConfigStorage,
DBPropEdits,
FieldsEditor,
FormEditingIntf,
FrmSelectProps,
GraphPropEdits,
HelpFPDoc,
HelpHTML,
HelpIntf,
IDECommands,
IDEDialogs,
IDEMsgIntf,
IDEWindowIntf,
ImageListEditor,
LazIDEIntf,
ListViewPropEdit,
MacroIntf,
MaskPropEdit,
MenuIntf,
NewItemIntf,
ObjectInspector,
ObjInspStrConsts,
PackageIntf,
ProjectIntf,
PropEdits,
SrcEditorIntf,
TextTools,
TreeViewPropEdit;
implementation
end.