idea-sbt-plugin icon indicating copy to clipboard operation
idea-sbt-plugin copied to clipboard

Restore support for Command History in IntelliJ 14.1

Open retronym opened this issue 9 years ago • 6 comments

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.

retronym avatar Mar 30 '15 03:03 retronym

i have a mostly working fix here https://github.com/OlegYch/idea-sbt-plugin/commit/c9a88b5fe937f4de2b59b6fd9721f5d1b633bec5 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

OlegYch avatar Apr 20 '15 10:04 OlegYch

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.

aryairani avatar Sep 04 '15 21:09 aryairani

:+1:

alexvetter avatar Oct 13 '15 13:10 alexvetter

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.

mschwerhoff avatar Nov 11 '15 07:11 mschwerhoff

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

mcamou avatar Mar 30 '16 14:03 mcamou

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)

OlegYch avatar Jul 19 '16 08:07 OlegYch