delete old impl

This commit is contained in:
林万程
2022-10-23 19:34:30 +08:00
parent 432e58d658
commit 032b50b23f
9 changed files with 3 additions and 592 deletions

View File

@@ -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() {}

View File

@@ -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());