Search in sources :

Example 1 with CommenterForm

use of com.intellij.application.options.codeStyle.CommenterForm in project intellij-community by JetBrains.

the class CodeStyleGenerationConfigurable method createUIComponents.

private void createUIComponents() {
    myCommenterForm = new CommenterForm(JavaLanguage.INSTANCE);
    myCommenterPanel = myCommenterForm.getCommenterPanel();
}
Also used : CommenterForm(com.intellij.application.options.codeStyle.CommenterForm)

Aggregations

CommenterForm (com.intellij.application.options.codeStyle.CommenterForm)1