mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 18:02:42 +02:00
fixed typo
git-svn-id: trunk@4187 -
This commit is contained in:
parent
74c562a083
commit
0fdca7f45b
@ -18,6 +18,7 @@ Property Editors
|
||||
Experts
|
||||
These are all other types.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
There are two possibilities to add your own plugins to Lazarus:
|
||||
|
||||
@ -26,7 +27,6 @@ There are two possibilities to add your own plugins to Lazarus:
|
||||
2. Extend the lazarus code, and send your cvs diff to the lazarus mailing list.
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Writing components:
|
||||
|
||||
@ -52,10 +52,11 @@ Hint: see propedits.pp for examples
|
||||
-------------------------------------------------------------------------------
|
||||
Register event handlers
|
||||
|
||||
There are several events in the IDE, where plugins can add their own handlers.
|
||||
In propedits.pp there is a GlobalDesignHook object, maintains several events
|
||||
for designing. Each event calls a list of handlers. The default handlers are
|
||||
added by the IDE. You can add your own handlers with the AddHandlerXXX and
|
||||
There are several events in the IDE, for which plugins can add their own
|
||||
handlers.
|
||||
In propedits.pp there is a GlobalDesignHook object, which maintains several
|
||||
events for designing. Each event calls a list of handlers. The default handlers
|
||||
are added by the IDE. You can add your own handlers with the AddHandlerXXX and
|
||||
RemoveHandlerXXX methods. They will be called before the default handlers.
|
||||
Examples:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user