Hello,
It would be a nice feature to have region of comments. Everything in this region would appear as commented:
(Obviously it doesn't show the correct colors on the forum)
Thanks!
It would be a nice feature to have region of comments. Everything in this region would appear as commented:
B4X:
#Comments
To Do:
- Fix this thing
- Do that thing
...
#End Comments
#Comments
This sub does something
Example:
Log(MySub(True))
#End Comments
Sub MySub(Value As Boolean
'....
End Sub
Thanks!