diff --git a/README.md b/README.md index b7618c2..6211810 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://plugins.jetbrains.com/plugin/18553-show-comment
  • path/[any][filename.]ext.key.tsv // line keywords to split and comment
  • path/[any][filename.]ext.doc.tsv // line words comment
  • In path, "doc" can replace any, and can use % like in SQL -
  • The line in key.tsv would concat lines with `|` to regexp, longer str should in front, startWith `?` to exclude +
  • The lines in key.tsv will be concatenated with `|` to regexp; longer str should in front; startWith `?` to exclude
  • Chang tsv file in find pop window would not reload!
  • The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 320f340..8a5894f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -19,7 +19,7 @@
  • path/[any][filename.]ext.key.tsv // line keywords to split and comment
  • path/[any][filename.]ext.doc.tsv // line words comment
  • In path, "doc" can replace any, and can use % like in SQL -
  • The line in key.tsv would concat lines with `|` to regexp, longer str should in front, startWith `?` to exclude +
  • The lines in key.tsv will be concatenated with `|` to regexp; longer str should in front; startWith `?` to exclude
  • Chang tsv file in find pop window would not reload!
  • The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N)