QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: FellippeHeitor on December 28, 2020, 10:34:06 pm

Title: Upcoming feature (v1.5) - Disable the syntax highlighter entirely
Post by: FellippeHeitor on December 28, 2020, 10:34:06 pm
Beginning with the latest development build, from git d9f148b (get it from https://www.qb64.org/portal/development-build/ (https://www.qb64.org/portal/development-build/)), you will be able to completely disable the syntax highlighter.

So far it was possible to choose a color scheme that contained the same color for all elements - but the change was purely visual. Internally, the highlighter kept on processing your code.

In the upcoming version, not only the syntax highlighter can be fully disabled but it will also disable itself if it detects it's taking too long to render a page.

  [ This attachment cannot be displayed inline in 'Print Page' view ]  

It can be reenabled in the Options menu, which has a new toggle:

  [ This attachment cannot be displayed inline in 'Print Page' view ]  

Help test the latest development build and let us know if any issues arise.

These are the known issues and feature requests so far: https://github.com/QB64Team/qb64/issues (https://github.com/QB64Team/qb64/issues) - We can't guarantee all of them will be fixed/implemented before v1.5 comes out though.