wolfe-pack / moro

Interactive documentation and programming with Scala, iPython notebook style.
http://wolfe-pack.github.io/moro
BSD 2-Clause "Simplified" License
19 stars 3 forks source link

Renaming of "variables" in the editor #16

Open rockt opened 10 years ago

rockt commented 10 years ago

If you write something like

val x = 1 x + 1

in a Scala cell and highlight the first occurrence of x, the other x will also be highlighted. Would be cool if this could be used to rename all occurrences of x.

sameersingh commented 10 years ago

Hmm, unless ACE editor (the GUI library I am using) directly supports it, or can be easily extended to support it, this might be a nofix. I'll take a look.