discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Console highlight issue

M
MichaelAtOz
Sat, Jan 24, 2015 9:06 AM

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.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

View this message in context: http://forum.openscad.org/Console-highlight-issue-tp11209.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

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. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- View this message in context: http://forum.openscad.org/Console-highlight-issue-tp11209.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Sun, Jan 25, 2015 7:06 AM

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

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
M
MichaelAtOz
Tue, Jan 27, 2015 6:54 AM

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.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

View this message in context: http://forum.openscad.org/Console-highlight-issue-tp11209p11252.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

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. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- View this message in context: http://forum.openscad.org/Console-highlight-issue-tp11209p11252.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Wed, Jan 28, 2015 3:20 AM
Thanks Michael! See https://github.com/openscad/openscad/issues/1186 -Marius