org.gjt.sp.jedit.msg |
|
Java Source File Name | Type | Comment |
BufferChanging.java | Class | An EBMessage sent by the EditPane just before the buffer changes.
It is also sent by some plugins just before the caret position is changed. |
BufferUpdate.java | Class | Message sent when a buffer-related change occurs. |
CaretChanging.java | Class | A message currently emitted not by jEdit's TextArea, but by various plugins,
including CodeBrowser, Tags, CscopeFinder, and SideKick,
whenever the plugin takes an action to change the caret to another location. |
DockableWindowUpdate.java | Class | Message sent when dockable window state changes. |
DynamicMenuChanged.java | Class | Sending this message will cause the specified dynamic menu to be recreated. |
EditorExiting.java | Class | Message sent just before jEdit exits. |
EditorExitRequested.java | Class | Message sent when jEdit starts the exit process. |
EditorStarted.java | Class | Message sent after jEdit has finished starting up, but before the initial
view is created. |
EditPaneUpdate.java | Class | Message sent when an edit pane-related change occurs. |
PluginUpdate.java | Class | Message sent when plugins are loaded and unloaded. |
PropertiesChanged.java | Class | Message sent when properties are changed using the global options or
plugin options dialog box. |
PropertiesChanging.java | Class | Message sent right before the global options dialog is shown. |
RegisterChanged.java | Class | Message sent when a register is updated. |
SearchSettingsChanged.java | Class | Message sent when search and replace settings change. |
TextAreaUpdate.java | Class | Sent on the editbus when events are coming from the TextArea. |
VFSPathSelected.java | Class | Message sent when a file system tree node,
or a ProjectViewer tree node, is selected. |
VFSUpdate.java | Class | Message sent when a file or directory changes. |
ViewUpdate.java | Class | Message sent when a view-related change occurs. |