public class WrapWhenTypingReachesRightMarginCustomization extends SimpleEditorCustomization
Modifier and Type | Field and Description |
---|---|
static WrapWhenTypingReachesRightMarginCustomization |
DISABLED |
static WrapWhenTypingReachesRightMarginCustomization |
ENABLED |
Modifier and Type | Method and Description |
---|---|
void |
customize(EditorEx editor)
Applies this customization to the given editor.
|
static EditorCustomization |
getInstance(boolean value) |
isEnabled
public static final WrapWhenTypingReachesRightMarginCustomization ENABLED
public static final WrapWhenTypingReachesRightMarginCustomization DISABLED
public static EditorCustomization getInstance(boolean value)
public void customize(EditorEx editor)
EditorCustomization
editor
- The editor to customize