mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 10:16:04 +02:00
IDEIntf: added standard actions editor, bug #13602
git-svn-id: trunk@19700 -
This commit is contained in:
parent
7597713c59
commit
b083f34d53
@ -69,11 +69,11 @@ type
|
||||
TActStdProp = class
|
||||
private
|
||||
fPropList: TObjectList;
|
||||
procedure Add(ActClassType: TClass; HeadLine, ShortCut, Hint: String);
|
||||
public
|
||||
constructor Create;
|
||||
destructor Destroy; override;
|
||||
function IndexOfClass(ActClassName: String): TActStdPropItem;
|
||||
procedure Add(ActClassType: TClass; HeadLine, ShortCut, Hint: String);
|
||||
end;
|
||||
|
||||
|
||||
|
@ -21,6 +21,7 @@ interface
|
||||
|
||||
uses
|
||||
ActionsEditor,
|
||||
ActionsEditorStd,
|
||||
BaseIDEIntf,
|
||||
ComponentEditors,
|
||||
ComponentReg,
|
||||
|
Loading…
Reference in New Issue
Block a user