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

Console History not available in IDEA 10.5 #42

Closed
retronym opened this issue Jun 25, 2011 · 0 comments
Closed

Console History not available in IDEA 10.5 #42

retronym opened this issue Jun 25, 2011 · 0 comments
Labels
Milestone

Comments

@retronym
Copy link
Collaborator

Support was removed for this in ConsoleViewImpl, I think it was rewritten but also moved to LanguageConsoleView.

Workaround is to use the built in history in SBT (!, !! etc).

retronym added a commit to retronym/idea-sbt-plugin that referenced this issue Jul 9, 2012
It's a bit of a kludge: the language is 'Plain Text'. But this seems like the path of least resistance. No autocompletion provided: that's a much bigger job.

Requires IDEA 11 (Nika), so bumping the version to 1.4.0-SNAPSHOT and branching
until I release 1.3.2 from master.

Fixes luontola#42, References luontola#33
retronym added a commit to retronym/idea-sbt-plugin that referenced this issue Sep 23, 2012
 - History controller only installed once per project, so it
   still works after an SBT restart (proper fix for luontola#42)
 - Recognize the 'scala> ' prompt, to avoid endless background
    tasks queuing up when using the SBT 'console' task. Hopefully
    fixes luontola#62
 - Automatically switch to the Scala REPL friendly value for
     jline.terminal (avoids luontola#49)
 - Rework the way we install the custom 'SBT' language and file type
    which is needed for the (currently dumb) task name autocompletion.
    This avoids endless exceptions that popped up with the latest Leda EAP.
retronym added a commit to retronym/idea-sbt-plugin that referenced this issue Sep 23, 2012
 - History controller only installed once per project, so it
   still works after an SBT restart (proper fix for luontola#42)
 - Recognize the 'scala> ' prompt, to avoid endless background
   tasks queuing up when using the SBT 'console' task. Hopefully
   fixes luontola#62
 - Automatically switch to the Scala REPL friendly value for
   jline.terminal (avoids luontola#49)
 - Rework the way we install the custom 'SBT' language and file type
   which is needed for the (currently dumb) task name
   autocompletion. This avoids endless exceptions that popped up
   with the latest Leda EAP.
retronym added a commit to retronym/idea-sbt-plugin that referenced this issue Sep 23, 2012
 - History controller only installed once per project, so it
   still works after an SBT restart (proper fix for luontola#42)
 - Recognize the 'scala> ' prompt, to avoid endless background
   tasks queuing up when using the SBT 'console' task. Hopefully
   fixes luontola#62
 - Automatically switch to the Scala REPL friendly value for
   jline.terminal (avoids luontola#49)
 - Rework the way we install the custom 'SBT' language and file type
   which is needed for the (currently dumb) task name
   autocompletion. This avoids endless exceptions that popped up
   with the latest Leda EAP.

Conflicts:

	sbt-plugin/src/main/java/net/orfjackal/sbt/plugin/SbtConsole.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant