Class ExternalFormatterCodeStylePreferencesProvider
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterCodeStylePreferencesProvider
- All Implemented Interfaces:
org.netbeans.modules.editor.indent.spi.CodeStylePreferences.Provider
public class ExternalFormatterCodeStylePreferencesProvider
extends Object
implements org.netbeans.modules.editor.indent.spi.CodeStylePreferences.Provider
Implementation of the
CodeStylePreferences.Provider
to provide custom properties to the NetBeans editor.- Author:
- bahlef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforDocument
(Document doc, String mimeType) forFile
(FileObject file, String mimeType)
-
Constructor Details
-
ExternalFormatterCodeStylePreferencesProvider
public ExternalFormatterCodeStylePreferencesProvider()
-
-
Method Details
-
forFile
- Specified by:
forFile
in interfaceorg.netbeans.modules.editor.indent.spi.CodeStylePreferences.Provider
-
forDocument
- Specified by:
forDocument
in interfaceorg.netbeans.modules.editor.indent.spi.CodeStylePreferences.Provider
-