Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@jaread When you do regex searching capturing several lines and so on it is. The moment you press the regex icon you have to wait...
-
jaread2147y@gloslistan That sounds like a bug, I would report it to the sublime folks. No way in hell it should be taking that long unless it's doing something stupid like running the parser after every character or something.
-
skprog19107yEven with conditions and complicated regex structure it shouldn't take more than a minute to search through 5mb
-
beriba8557yUse vim. You can even open a file that have a few GB of data in it. The trick is to hit Ctrl+C just after vim starts to open this file
-
Bikonja23837y@heyheni this is pretty much how I describe the regexes in my mind when I'm writing them anyway. Might as well stay with regex then instead of using a framework to build regexes.
-
gblues6187yAll regex? A single slow search can just be a complicated (or badly written) pattern that generates tons of potential matches. But if it's every search then it's probably a bug.
Related Rants
I'm growing tired of having to wait sometimes minutes to make searches in large text files (about 5 MB), especially with regex...
Any tips on good addon for Sublime Text or other text editor?
undefined
text editor