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

doesnt work quite right with tab completion/history/readline #9

Closed
sclasen opened this issue Sep 11, 2013 · 1 comment
Closed

doesnt work quite right with tab completion/history/readline #9

sclasen opened this issue Sep 11, 2013 · 1 comment

Comments

@sclasen
Copy link

sclasen commented Sep 11, 2013

Actualy #8 doesnt totally work :(

maybe some sort of readline based issues...here is an example with sbt, basically tab completion and other things dont work, also when I quit out of a program where tab completion or other stuff went bad, my shell is hosed.
foreman run sbt, type c and hit tab

foreman run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Updating {file:/Users/scott/.sbt/plugins/}default-1d9157...
[info] Resolving org.scala-sbt#precompiled-2_10_0;0.12.2 ...
[info] Done updating.
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> c
cache-directory           check-pgp-signatures      class-directory           classpath-configuration   classpath-filter          classpath-options         classpath-types           clean
clean-files               clean-keep-files          commands                  compile                   compile-inputs            compile-order             compile:                  compiler-cache
compilers                 configuration             conflict-warning          connect-input             console                   console-project           console-quick             copy-resources
credentials               cross-paths               cross-scala-versions      cross-target              cross-version
> c

forego run sbt, type c and hit tab

forego run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> c

the cursor just tabs over a tabwidth above...

Also scrolling through history with up arrow doesnt work on par with foreman

foreman run sbt and type up arrow

foreman run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> exit

forego run sbt and type up arrow

forego run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> ^[[A
@ddollar
Copy link
Owner

ddollar commented Sep 14, 2013

According to @sclasen this now works for sbt.

@ddollar ddollar closed this as completed Sep 14, 2013
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

2 participants