Hello
We have a scope where we store many system features. It currently has 17,000 lines.
When we started installing version 2025.3.1.4043 on Win11, we saw the scope code correctly, without any problems, but the methods couldn’t be called, and we received a warning on each line of the call, as follows:
The method banco_generarAsientoContable() is undefined for the type Scope<id_parametrosGenerales/integra>
And it also doesn’t autocomplete when we type scope.integra.
Is there a limitation on the scope’s lines? How can we fix it?
very likely a parser problem of the new parser.
You can go back to the old parser in the preferences (javascript preferences)
i think that should help then, But if you can give use that file so we can have a look what chokes this parser that would be good to know.
And yes having such large scopes is not handy (or maintainable). That is kind of just bad structure/code, you should divide it up in the more meaning full small scopes
Solved. We changed the JavaScript preferences and it works fine, without clipping the lines in the clipper.
I think we should also increase the number of lines.
Thanks.
Roberto
then it would be a good think to know what was this that failed.
It can’t be directly the number of lines, it has to be something in the code that made it bomb out when parsing, So if you have that file for me so we can have a look that would be nice. (that old parser will be gone at one point)