mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 13:43:15 +02:00
SourceEditor: Refactor, Clean-up
git-svn-id: trunk@24768 -
This commit is contained in:
parent
908f074127
commit
c0c2421905
@ -208,10 +208,11 @@ type
|
||||
TsemChangeReason = (
|
||||
semWindowCreate, // Called after creation of a Window
|
||||
semWindowDestroy, // Called after removal of a Window
|
||||
semWindowActivate, // Window was activated
|
||||
semWindowActivate, // Window is now ActiveSourceWindow (does not vave to be focused)
|
||||
semWindowFocused, // The window became the active win of the application
|
||||
semEditorCreate,
|
||||
semEditorDestroy,
|
||||
semEditorActivate,
|
||||
semEditorActivate, // Editor is ActiveEditor
|
||||
semEditorStatus // any status change of the editor (Caret, Selection, topline, ...)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user