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

Scala REPL completion results sorted in rows rather than columns #5567

Closed
scabug opened this issue Mar 13, 2012 · 2 comments
Closed

Scala REPL completion results sorted in rows rather than columns #5567

scabug opened this issue Mar 13, 2012 · 2 comments

Comments

@scabug
Copy link

scabug commented Mar 13, 2012

Most unix command line commands, when presenting a long list of results in columns, choose to sort them in columns so that you read through the list alphabetically from top left down the first column, then down the next to the right and so on.

The Scala REPL displays lists of command completions (when TAB is pressed) ordered in rows: starting top left, reading to the right and then on to the next row left to right.

Whilst the current Scala behaviour is consistent with reading of normal English text, it is not consistent with reading of text presented in columns and makes scanning through for correct values harder. It is also inconsistent within a Unix command line environment.

@scabug
Copy link
Author

scabug commented Mar 13, 2012

Imported From: https://issues.scala-lang.org/browse/SI-5567?orig=1
Reporter: Stuart Roebuck (sroebuck)
Affected Versions: 2.10.0-M2
Duplicates #7969

@scabug
Copy link
Author

scabug commented Feb 27, 2014

@som-snytt said:
Obviously, didn't see this at the time.

Also, "close as duplicate" does not ask for or require the linked issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants