I seem to recall this was reported elsewhere, but...
http://forum.openscad.org/file/n11209/console_highlight.jpg
http://forum.openscad.org/file/n11209/console_highlight2.jpg
I have not been able to find what the associated cause is...
maybe due to previously highlighting text for a copy ie drag to select. ???
p.s. I still think DEPRICATED should not trigger the WARNING behaviour, as
it is sooo comon using libraries...
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Console-highlight-issue-tp11209.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Jan 24, 2015, at 04:06 AM, MichaelAtOz oz.at.michael@gmail.com wrote:
I have not been able to find what the associated cause is...
maybe due to previously highlighting text for a copy ie drag to select. ???
Since we use HTML to provide the highlighting, perhaps there was some error output earlier which confused the Qt html parser?
It would be really helpful if you could manage to reproduce this.
Cheers,
-Marius
Try this.
Run fresh OpenSCAD
Open something
create a syntax error (do not save - so it autosaves a backup)
F5 - gets error msg
select any part or all of the first console line (above the error highlight)
& part of the error msg.
F5 again, whole console should be hightlighted
Fix error
F5 whole console highlighted.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Console-highlight-issue-tp11209p11252.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Thanks Michael!
See https://github.com/openscad/openscad/issues/1186
-Marius