GhaziDev / Flash-Text-Editor

MIT License
5 stars 1 forks source link

find and replace: there's no way to skip already found matches #2

Open Akuli opened 3 years ago

Akuli commented 3 years ago

Let's say you have hello world in the text editor. Then you can't find l and replace with L to make it helLo worLd, because clicking the find button always finds the first l of the file.

GhaziDev commented 3 years ago

I think you mean I should implement find() method to find the next occurrence of a string, is that what you meant ?

Akuli commented 3 years ago

I don't know what is find().

GhaziDev commented 3 years ago

ok, sorry for being vague, i have reread your issue and i got what you meant.