Commit Graph

4 Commits

Author SHA1 Message Date
Mikhail Golubev
de08c2a947 Fix Python tests after the proofreading
GitOrigin-RevId: 2f6eb873d6321ef00d293377ec2c97195f72da21
2020-11-30 22:17:55 +00:00
Ilya.Kazakevich
7b41e35c48 PY-41604: typo: test fix
GitOrigin-RevId: bfaf19d7b866e755189337fe843865054c4324d8
2020-07-23 11:41:08 +00:00
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