scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Toggle comments on selection does not seem to work in the worksheet #114

Closed rudifa closed 10 years ago

rudifa commented 11 years ago

Command+7 (Mac) has no effect in a Scala worksheet while it works nicely in a .scala file. Eclipse : 3.7.2 Scala IDE : Build id: 2.1-M2-20121018-1623-Typesafe

Am I missing something, or is this a bug?

Thanks Rudi

dotta commented 11 years ago

The worksheet editor is not the same as the one used by .scala file, i.e., they are backed by two different implementations. Consequently, you should not expect the worksheet editor to be as feature complete as the scala editor.

In the specific case, Toggle comment the selected lines is simply a missing feature.

rudifa commented 11 years ago

Thank you for the clarification. Does the scala worksheet project have a list of requested (or rather desired) features to which I could append this one?

Rudi

dotta commented 11 years ago

We are using the enhancement label for keeping track of feature requests: https://github.com/scala-ide/scala-worksheet/issues?labels=enhancement&milestone=&page=1&sort=updated&state=open

Or, did you have something else in mind?

rudifa commented 11 years ago

'Enhancement' sounds promising.

dragos commented 10 years ago

Duplicate of #31