-
Notifications
You must be signed in to change notification settings - Fork 28
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
Restore support for Command History in IntelliJ 14.1 #104
Comments
i have a mostly working fix here OlegYch@c9a88b5 |
Is there a Jetbrains issue we can vote on to help this move forward? As it stands I basically am using idea-sbt-plugin to have hyperlinked compilation errors, but have to use |
👍 |
I'd also love to see this feature re-enabled. It is a real pitty that IntelliJ still doesn't provide good native support for sbt tasks such as test-only. |
Any news on this one? We have issues running some of our tests from IntelliJ (such as separating unit from integration tests, testQuick, etc...) and would love to have command history in the SBT console |
in idea 2016.2 command history appears to work with plugin 1.6.0 with some minor fixes (from https://github.com/OlegYch/idea-sbt-plugin) |
The first release of the plugin for IDEA 14.1 (idea-sbt-plugin 1.7.0) had to revert to using a
TextConsole
for the User Interface, rather than the richerLanguageConsole
. This was done in #103.This was due to changes in (non-public) APIs in the IntelliJ Platform that we used to implement the UI.
Help is needed from someone familiar with the IntelliJ platform to restore this feature.
The text was updated successfully, but these errors were encountered: