See: Description
Package | Description |
---|---|
org.netbeans.modules.editor.indent.spi.support |
No answer
The AutomatedIndenting
support class provides regex-based
automatic re-indentation of lines as user types. This is a replacement for
the deprecated ExtFormatter.getReformatBlock
and INDENT_HOT_CHARS_ACCEPTOR
setting.
The code was originally part of the editor.indent module. Please check its API Changes document as well.
|
Read more about the implementation in the answers to architecture questions.