PixInsight Forum (historical)

PixInsight => Wish List => Topic started by: rockenrog on 2018 September 02 20:40:56

Title: Process Console -- Text Search
Post by: rockenrog on 2018 September 02 20:40:56
Would like to do text searches in Process Console to save time searching information. For example if integrating 40 images, I want to scan through the % reject for each image. I am getting a bit cross-eyed recently as a result!
I know I can copy all the text to MS Word, the do search there, but....
Thanks!
Title: Re: Process Console -- Text Search
Post by: Juan Conejero on 2018 September 04 11:39:02
You can also create a new plain text document in PixInsight's Script Editor, then copy and paste the required text from the console. Script editor allows you to perform quite sophisticated text searches, including regular expressions and automatic highlighting.