Replies: 1 comment
-
Yup, this has been on my radar for a bit too. I considered implementing it in terms of rangesets, but for performance reasons, we may need something more hand tailored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many modern editors, including Qt Creator, would highlight all the texts in the document that are matching the search string. In fact, Notepad++ takes it one step further by highlighting all matching text when we select any word in the editing window. Also, Qt Creator, like google Chrome, would add indicators on the scroll bar to mark the location of matching texts, which also provide the visual que on how many matches there are. Whichever way, this feature greatly assist the searching of text on large text files.
I tried to implement in nedit 5.x years ago, but it was a little too resource intensive to be practical for large files. Perhaps Qt will make things easier.
Beta Was this translation helpful? Give feedback.
All reactions