-
Notifications
You must be signed in to change notification settings - Fork 10
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
Entering a command in windows does nothing (no echo, no newline, no output) #7
Comments
Ok, I've confirmed this an issue also on ST3. :( Submitting commands via the menu doesn't work either. What's weird is pressing enter to interrupt continuous compiling/testing works. I'll see what I can figure out. Something tells me this isn't going to be an easy fix. :) Thanks! |
Let me know if there is anything specific I can do to help test/debug. On Tue, Apr 2, 2013 at 8:31 PM, Jason Arhart - [email protected] <
|
Getting the same problem here. |
Eureka! I figured out the problem! JLine on Windows messes up using STDIN. Fortunately, JLine has a handy system property to let itself be disabled, and sbt runners typically use the environment variable So, on Windows, SublimeSBT now adds If you wrote your own batch file to run SBT instead of using the installer you'll have to make sure it includes the |
Nice job! Thanks. |
So it's still not working under latested Sublime Text + latest version of this plugin… |
This is a broken again with the latest version of SBT because it uses a different version of JLine. Fixing it for SBT 0.13.x will probably break it again for SBT 0.12.x |
As a user, I am interested in getting this bug fixed. Any suggestions? |
Is there a workaround? |
I'm guessing this is the same as wuub/SublimeREPL#88. I'm on Windows 7 32-bit ST2.
The text was updated successfully, but these errors were encountered: