-
Notifications
You must be signed in to change notification settings - Fork 28
restore history support in idea 2016.2 #100
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
base: master
Are you sure you want to change the base?
Conversation
I think the fix is a touch more involved: that method was called by a base class in IDEA 13 and was used to turn the prompt on/off during execution of a task. Thanks for the push, though: I'll schedule some time next week to set about fixing this one way or the other. |
there seems to be something else involved, i occasionally get this:
|
As 14.1 final nears (supposed to be released in Q1), I decided to give it a try and I'm already missing this plugin. :) |
14.1 is now officially released. After upgrading it no longer works. Really missing this plugin. Would be awesome to see a PR merged for this! |
I've spent a few hours today trying to make the plugin work under IDEA 14.1. No luck so far. I'll keep trying, and then push my attempt to a branch and see if I can get some help from JetBrains. |
I can't figure out how to adapt to the changes in the (internal) API of LanguageConsole. To enable a release, I've reverted to the old style TextConsole. The main thing we sacrifice is editor history.
To unblock use of 14.1, I've created a build that uses a simpler UI for the console, rather than the LanguageConsole. Code: https://github.com/orfjackal/idea-sbt-plugin/compare/master...retronym:topic/idea-14.1?expand=1 Here's a build: https://dl.dropboxusercontent.com/u/106552/idea-sbt-plugin-1.7.0-SNAPSHOT.zip Could I ask someone to try out this plugin check that things are okay? |
Hi, |
@retronym, seems to work for me. Thanks! |
Topic/idea 14.1
Support / Require IDEA 15 in 1.8.0-SNAPSHOT
And remove profiles.xml template file, Maven doesn't recommend these anymore.
…DisposedException: See stack trace responsible for creation of unreleased object below ..
no idea what happened in 2016.2 but it now works correctly with idea-sbt console with minimal changes |
not sure what runExecuteAction was for, but it's not called anywhere atm, so i removed it