I tried to compile the examples of the new BCTextEngine, but I get this errors in B4A and B4J:
B4J:
B4A:
B4J:
B4X:
B4J Version: 7.32
Java Version: 11
Parsing code. (0.03s)
Building folders structure. (0.03s)
Compiling code. (0.07s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
B4J line: 170
skipUntilEndTag = True
src\b4j\example\bbcodeview.java:416: error: not a statement
_stackpeek().CanHaveNestedTags /*boolean*/ } //BA.debugLineNum = 170;BA.debugLine="skipUntilEndTag = True";
^
1 error
B4A:
B4X:
B4A Versão: 9.01.2
Java Versão: 11
Analisando o código. (0.14s)
Building folders structure. (0.15s)
Compilando o código (0.09s)
Arquivo ObfuscatorMap.txt criado na pasta "Objects".
Compilando código dos layouts. (0.00s)
Organizando bibliotecas (0.00s)
Gerando o arquivo R. (0.00s)
Compilando o código Java. Error
B4A line: 170
skipUntilEndTag = True
src\b4a\example\bbcodeview.java:400: error: not a statement
_vvvv1().CanHaveNestedTags /*boolean*/ } //BA.debugLineNum = 170;BA.debugLine="skipUntilEndTag = True";
^
1 error