PDA

View Full Version : Code coloring



DirectuX
29-10-2019, 18:03
Hi Eros,

regarding the code comments (https://www.thinbasic.com/public/products/thinBasic/help/html/commenting_the_code.htm), thinAir doesn't seem to treat correctly these form of comments (the first is more useful than the others) :


/*

------------------------------------------------

This is the start of the main program

------------------------------------------------

*/

/* This variable will be used ... */

// This is the start of the main program

Petr Schreiber
01-11-2019, 20:01
I would also add the REM is currently colored as keyword and it does not mark the line as comment as well.


Petr