How do you report bugs or errors?

Markus Winter

Member
Licensed User
For example I'm just trying to get to grips with the forum, and am reading about how to style your posts

But in the part about Code Display the following example does not show correctly as RICH in the code is not shown in red (and is not shown as red here either, BUT is shown in red when the code tag is deactivated):

Rich code:

(CODE=rich](COLOR=red]Rich(/COLOR]
code(/CODE]

Rich (BB code):
Rich
code

Anyone knows what the correct syntax is and can fix the documentation?

P.S. Incidentally, I had to replace the square opening brackets with round ones to show the underlying syntax - how do you properly escape the control characters?
 
Last edited:

Peter Simpson

Expert
Licensed User
Longtime User
I'm current on my phone, but what's wrong with using the Toolbar.
Screenshot_20220327-112708.png


Chances are it will not work though for what you appear to be asking, but it might do.
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Last edited:

AnandGupta

Expert
Licensed User
Longtime User
B4X:
(CODE=rich](COLOR=red]Rich(/COLOR]
code(/CODE)
RED

Well I found that anything under the [ code ] is not colored as it uses highlight syntax.
You can color normal text using the color pallet,
firefox_aSD4N8aHon.png
 

Markus Winter

Member
Licensed User
I would say "Rich Code" is a way to emphasise certain parts of your code, eg to highlight where a problem is. As far as I can see it is supposed to be applied AFTER the highlight syntax has done its thing, but it simply isn't working at all, even when you do not select a language (so there should be no syntax highlighting).
 
Top