Commit Graph

2 Commits

Author SHA1 Message Date
Ilya.Kazakevich
eb06387c01 PY-23279, PY-9963: Support quotes in commandline interface:
* GeneralCommandLine does not support "as is" command line:
 it should be splitted to arguments (due to ProcessBuilder interface).
So, we need to support quotes in command line to use to split arguments
2017-03-31 02:16:05 +03:00
Ilya.Kazakevich
89eb617831 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
2015-03-13 15:31:49 +03:00