pkulchenko / ZeroBraneEduPack

A collection of simple lessons, scripts, and demos in Lua, suitable for learning programming concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin suggestion

moteus opened this issue · comments

I like feature like search current word in file.
It is something like search in files but do search in document
Also I found very useful hilight searched word
image
Some notes.
Color for selected word generates randomly so it possible do several searches at same time.
There separate command to clear all such marks (Ctrl+Alt+C in my case)

PS. this is implementation from Ru-SciTE

It's probably in the this project by mistake, as it probably belongs to https://github.com/pkulchenko/ZeroBranePackage or https://github.com/pkulchenko/ZeroBraneStudio, but there is something similar in highlightselected plugin. I have been thinking about adding conversion from search results to multi-selection in the document.

Just a thought: you can also do a find-in-files search limited to one document (just specify the name instead of the mask, so use foo.lua instead of *.lua), but it doesn't help with conversion of the results to multi-select cursor.

I'm going to close this ticket, as it doesn't belong to EduPack, but feel free to open it in Package (or Studio) project to continue the discussion if the existing alternatives are not satisfactory.