delete old impl
This commit is contained in:
@@ -23,8 +23,6 @@ class ConfFactory {
|
||||
private static final Map<String, Pattern> PATTERN_CACHE = new ConcurrentHashMap<>();
|
||||
private static final NotificationGroup REGEXP_LOG =
|
||||
new NotificationGroup("Ext Doc Keyword Regexp Compile", NotificationDisplayType.TOOL_WINDOW, true);
|
||||
private static final NotificationGroup DATA_LOG =
|
||||
new NotificationGroup("Ext Doc Data", NotificationDisplayType.BALLOON, true);
|
||||
|
||||
private ConfFactory() {}
|
||||
|
||||
|
||||
@@ -43,16 +43,11 @@ public class AppSettingsState extends AbstractSettingsState implements Persisten
|
||||
public final TextAttributes lineEndJsonTextAttr = new TextAttributes(new JBColor(Gray._140, Gray._140),
|
||||
null, null, null, Font.ITALIC);
|
||||
|
||||
public boolean findElementRightToLeft = true;
|
||||
public String lineEndPrefix = " // ";
|
||||
public int lineEndCount = 2;
|
||||
public int lineEndLen = 0;
|
||||
public boolean getToSet = true;
|
||||
@Deprecated
|
||||
public boolean fromCall = true;
|
||||
public boolean fromNew = true;
|
||||
@Deprecated
|
||||
public boolean fromRef = true;
|
||||
public boolean fromParam = false;
|
||||
public boolean skipAnnotation = true;
|
||||
public boolean skipAscii = !"en".equals(Locale.getDefault().getLanguage());
|
||||
|
||||
Reference in New Issue
Block a user