lazarus/ideintf/allideintf.pas
paul a647d94b50 ide:
- added TCollectionPropertyEditor.ShowCollectionEditor and EditCollection procedure
- added component editor for THeaderControl to allow sections edit from popup menu or double click

git-svn-id: trunk@14642 -
2008-03-26 04:04:49 +00:00

65 lines
1.5 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,
BaseIDEIntf,
ComponentEditors,
ComponentReg,
ComponentTreeView,
DBPropEdits,
FieldsEditor,
FormEditingIntf,
FrmSelectProps,
GraphPropEdits,
HelpFPDoc,
IDECommands,
IDEDialogs,
IDEExternToolIntf,
IDEHelpIntf,
IDEImagesIntf,
IDEMsgIntf,
IDETextConverter,
IDEWindowIntf,
ImageListEditor,
LazIDEIntf,
ListViewPropEdit,
HeaderControlPropEdit,
MacroIntf,
MaskPropEdit,
MenuIntf,
NewItemIntf,
ObjectInspector,
ObjInspStrConsts,
PackageIntf,
ProjectIntf,
PropEdits,
SrcEditorIntf,
StringsPropEditDlg,
LazStringGridEdit,
TextTools,
TreeViewPropEdit;
implementation
end.