Vladislav Rassokhin

Results 26 issues of Vladislav Rassokhin

Sources from master branch cannot be build against latest available mbeddr 0.5-eap2. Is there any known supported mbeddr, mps versions?

Especially I'm interested how-to disable some plugin/submodule.

``` log $ qbs No build graph exists yet for this configuration. Resolving project for configuration qt-5-2-1-debug ERROR: /Users/vlad/devel/jreen/src/src.qbs:26:25 ReferenceError: Can't find variable: qutim_libexec_path ``` The should be condition around...

Use case: `cargo` is started by a Gradle build step. Proposed: add parameter which will enable output parser.

Example: https://github.com/ant-druha/intellij-powershell/blob/7d804d118095392cc7d7f8d97bb0c3135285ca3c/src/main/resources/PowerShell.bnf#L156 Given `parserUtilClass="com.intellij.plugin.powershell.lang.parser.PowerShellGeneratedParserUtil"` Inspection reports at e.g. line: `private configuration_block_recover ::= !(statement_terminators? ('configuration' | | SQBR_L| statement_stop_tokens))` It seems inspection resolves from `parserUtilClass` only, without looking up in `com.intellij.lang.parser.GeneratedParserUtilBase`....