Two EDITOR bugs - INLINE formatting and SHIFT + BACKSPACE key

Previous topic - Next topic

AndyH

In the editor (make sure there is code above and below) insert the following:

Code (glbasic) Select
INLINE
const int v=1;
ENDINLINE
The line 'const ...' has a different background colour (in my colour scheme).

Now delete the const line and the ENDINLINE line leaving only the INLINE from the above code.   From the INLINE down to the end of the file the background colour in the editor changes to signify some 'inline' code.  Now delete the INLINE statement.  The background colour remains changed from where the INLINE statement used to be.  You can correct this either by reloading your project, or keep deleting from around the line that INLINE was on until it goes away.


The other issue is one I think I mentioned in a general thread, the BACKSPACE key does not work in the editor if you hold shift down.  This seems to catch me out every day as I don't release the Shift key quick enough before pressing the Backspace key.

Kitty Hello


AndyH

You star!  (especially for the SHIFT+Backspace fix) :)