Author Topic: Console text color bug?  (Read 2597 times)

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
Console text color bug?
« on: 2014 December 30 21:41:28 »
Hi Juan,

This is really trivial, Win 1123. Open the Script Editor and create a new script, compile and run it:

Code: [Select]
console.criticalln("critical");

In the Process Console, double click the red text "critical", right click, and Copy Selection.

Go back to the Script Editor, compile and run the script again.

Note all the run command and processing script text is now red. Red seems to be sticky after Copy Selection. Eventually color does get reset to white.

Mike