Interface | Description |
---|---|
CodeStylePreferences.Provider |
Code style preferences provider.
|
ExtraLock |
Extra locking may be necessary for indentation/reformatting
before the document gets write-locked and the actual
indentation/reformatting gets started.
|
IndentTask |
Indent task performs indentation on a single or multiple lines.
|
IndentTask.Factory |
Indent task factory produces indent tasks for the given context.
|
ReformatTask |
Reformat task performs actual reformatting within offset bounds of the given context.
|
ReformatTask.Factory |
Reformat task factory produces reformat tasks for the given context.
|
Class | Description |
---|---|
CodeStylePreferences |
Provides access to formatting settings for a document or file.
|
Context |
Context information for both indentation and reformatting.
|
Context.Region |
Description of the region where the indentation/reformatting should operate.
|