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

Restore support for Command History in IntelliJ 14.1 #104

Open
retronym opened this issue Mar 30, 2015 · 6 comments
Open

Restore support for Command History in IntelliJ 14.1 #104

retronym opened this issue Mar 30, 2015 · 6 comments

Comments

@retronym
Copy link
Collaborator

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 richer LanguageConsole. 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.

@OlegYch
Copy link

OlegYch commented Apr 20, 2015

i have a mostly working fix here OlegYch@c9a88b5
the only problem currently is that if sbt tab is not visible when you're opening project, text input doesn't work, but works after you reopen the project

@aryairani
Copy link

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 sbt console at a terminal in order to use keyboard shortcuts like the Up key. Or M-Delete and other normal line-editing shortcuts.

@alexvetter
Copy link

👍

@mschwerhoff
Copy link

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.

@mcamou
Copy link

mcamou commented Mar 30, 2016

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

@OlegYch
Copy link

OlegYch commented Jul 19, 2016

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)

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

No branches or pull requests

6 participants