I need to finalize my office automation tool and just need one final piece of information, a b4x constructs list. Is there a central location here where I can get all these?
What will you do with lines that continue, broken up with the " _" character? Should the code be indented after first such line break? To make that more difficult, how about the smart strings that can be written in multiple lines?
What will you do with lines that continue, broken up with the " _" character? Should the code be indented after first such line break? To make that more difficult, how about the smart strings that can be written in multiple lines?
Good question. Line continuation character removal can be turned on or off.
Currently my implementation trims all lines on first run and then remove blank spaces, then depending on the construct, indents or not. So where for example there is a smart string, nothing is done on it except indent it based on the last rule applied to the previous line.