-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Find (and Replace) #96
Comments
I'm also really missing CtrlD from Atom for "Select Same Words" andiwantitback. CodeMirror supports word selection and multiple cursors already, so this shouldn't be too hard |
Would you know any way to type in multiple cells (i.e. CodeMirrors) simultaneously? Implementing "Select Same Words" in one cell is fairly simple but I couldn't find a way to make multiple cells editable (or 'type-able') at the same time. |
However, maybe we could design/implement a little pop-in upon pressing Ctrl+F to find all occurances of a word, typed into one field in that pop-in and highlight these words and replace them with a word entered in a field right under. That is the standard UI for this behaviour in editors like Atom. It would however come with the cost that it makes the UI less minimalistic, which I find a great plus of Pluto. I'd also love to implement this feature, if it is of interest I'd definitly favor the "select same words" functionality though! |
Agree!
I don't know, but keep trying! |
It would be super useful to have a 'Find' and 'Find and Replace' utility in Pluto! :)
Related to this, I think it would be useful if one could toggle between showing/collapsing all code cells. (I'm imaging the workflow: show all cells, find something, fix it and collapse the cells back to their original state.) Cheers!
The text was updated successfully, but these errors were encountered: