View Single Post
Old 03-06-2018, 12:47 PM   #14
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 668
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Quote:
Originally Posted by KevinH View Post
So why do you need to use prettify more than once or twice.
Often I do S&R that includes more than one line of code. As the search strings include the whitespace between code, it's simplest to prettify so that the linebreaks and spaces are standard (yeah, I could regex the whitespace, but doing it this way mean I can just copy the lines as-is).

Other edits may un-pretty the code, so I need to redo it before any such search.
AlanHK is offline   Reply With Quote