Results 53 issues of breandan

[IDEService](https://github.com/breandan/idear/blob/8113b4d94ce6adc4adeea87e7d6c5f7390e14424/src/main/java/com/jetbrains/idear/ide/IDEService.java) currently uses an [unorthodox method](https://github.com/breandan/idear/blob/8113b4d94ce6adc4adeea87e7d6c5f7390e14424/src/main/java/com/jetbrains/idear/ide/IDEService.java#L52) to invoke custom actions that is scheduled to be deprecated in the near future. We should be using [`ActionManager.tryToExecute`](https://github.com/JetBrains/intellij-community/blob/506a2a8ccf8b0c83e8381559c69c29e6ca93fc33/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/ActionManager.java#L150-L151) instead.

enhancement

Need to isolate grammar and implement swapping for context specific commands. http://cmusphinx.sourceforge.net/wiki/sphinx4:swappinggrammars#swapping_between_dynamically_defined_grammars

enhancement

**Some Ideas** - Use context to narrow down the command set - Maximize how distinct each command "sounds" - Search lattice results for more than 1-best to improve recognition accuracy...

enhancement

Generate an audio confirmation for certain user actions like refactoring, ie. 🔊"Extracting method" 🔊"Debugging test" When user selects a method, verbally confirm the method signature, ie. 🔊"public static void main...

enhancement

Actions triggered via [invokeAction(String action)](https://github.com/breandan/idear/blob/master/src/com/jetbrains/idear/ASRServiceImpl.java#L364) now throw [this exception](https://gist.github.com/breandan/7b03ecaaedb145b1eb51), possibly related to ecd95204c7530f4ffc2499b62191dd7258252159? We need some [unit tests](http://www.jetbrains.org/intellij/sdk/docs/basics/testing_plugins/testing_highlighting.html) to catch this kind of stuff and to validate the result of...

enhancement

Allow users to edit the default grammar and supply their own custom grammars.

enhancement

Interface might look like: ``` java public boolean invokeAction(String actionId); ``` Usage is something like: ``` java actionTool.invokeAction(actionRecognizer.getActionIdForName(speechResult)); ```

Convert all the registered actions to a custom grammar.

Running `./gradlew build` inside `snake-sdl` failed with the following error: ``` kotlin.AssertionError: Expected , actual . at 0 test.kexe 0x0000000106e48d05 kfun:kotlin.Error.(kotlin.String?)kotlin.Error + 85 (/Users/teamcity/buildAgent/work/4d622a065c544371/runtime/src/main/kotlin/kotlin/Exceptions.kt:12:44) at 1 test.kexe 0x0000000106e49412 kfun:kotlin.AssertionError.(kotlin.Any?)kotlin.AssertionError +...

https://github.com/VerbalExpressions/KotlinVerbalExpressions