Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/settings panel and xml #36

Merged
merged 2 commits into from
Jul 10, 2017

Conversation

nalbion
Copy link
Member

@nalbion nalbion commented Jul 5, 2017

This is a work in progress, but welcome feedback as this is my first IntelliJ plugin. I think the form would eventually have more options - maybe a separate panel for Recognition & TTS - locale, voice, credentials...

@breandan
Copy link
Collaborator

breandan commented Jul 6, 2017

Nice idea to abstract over ASR/TTS providers! I should be able to review and accept these over the weekend. Thank you for contributing!

@nalbion
Copy link
Member Author

nalbion commented Jul 6, 2017 via email

@breandan breandan merged commit ab9529a into OpenASR:master Jul 10, 2017
@breandan
Copy link
Collaborator

Thanks, merged. If your project configuration gets corrupted after updating (it happened to me), you will need to remove all .idea related configuration files (or kill it completely rm -rf idear && git clone https://github.com/OpenASR if that fails) and Import Project as a Gradle project in IntelliJ IDEA.

@breandan
Copy link
Collaborator

FYI the Minecraft Dev project has some good examples of using the IntelliJ Platform SDK in Kotlin. Particularly the settings implementation. Kotlin has some language features to make things easier, ie. late initialization lets us avoid using !! and ?everywhere. I can handle the plugin API side going forward if you want to focus on integrating these providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants