lazarus/ideintf/allideintf.pas
paul 8af15edac9 ideintf: object inspector refactoring from Alexander S. Klenin (Mantis #0012871)
- extract IsCurrentEditorAvailable function
 - use CanEditRowValue function
 - move favorite and restricted properties into a separate unit
 - restrict visibility of public fields
 - remove duplicated code in TObjectInspectorDlg.CreateNoteBook

git-svn-id: trunk@17970 -
2008-12-29 03:06:09 +00:00

69 lines
1.6 KiB
ObjectPascal

{ Copyright (C) 2004
*****************************************************************************
* *
* See the file COPYING.modifiedLGPL.txt, 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,
IDEOptionsIntf,
IDETextConverter,
IDEWindowIntf,
ImageListEditor,
LazIDEIntf,
ListViewPropEdit,
HeaderControlPropEdit,
MacroIntf,
MaskPropEdit,
MenuIntf,
NewItemIntf,
ObjectInspector,
OIFavouriteProperties,
ObjInspStrConsts,
PackageIntf,
ProjectIntf,
ProjectResourcesIntf,
PropEdits,
SrcEditorIntf,
StatusBarPropEdit,
StringsPropEditDlg,
LazStringGridEdit,
TextTools,
TreeViewPropEdit;
implementation
end.