PSI based on Grammar-Kit created for command line language in order to implement PY-11855

* GrammarKit instead of custom parsing
 * ToolWindow instead of popup
 * Inspection and help added
This commit is contained in:
Ilya.Kazakevich
2015-03-13 15:31:46 +03:00
parent 116d9c3ab8
commit 89eb617831
101 changed files with 3236 additions and 3323 deletions

View File

@@ -0,0 +1 @@
command <warning descr="Argument can't have this value. use autocompletion to check list of possible values.">bad_positional_value</warning> --available-option=<warning descr="Argument can't have this value. use autocompletion to check list of possible values.">bad_argument</warning> <warning descr="Bad or unknown option. make sure this option really exists.">--bad-option</warning> <warning descr="Excess argument or argument is not possible here">unexpected_argument</warning> --option-no-argument=<warning descr="Excess argument or argument is not possible here">asd</warning>