SakeTami
virtualltek
virtualltek

patreon


Highlight #4 - Code editors

Code editors are widely used on Fighter Factory, and on version 3 we made a big improvement by better syntax highlighting and error/deprecation checking. On Studio, we extend this system to give better error descriptions and support for upcoming new features.

The code parser was remade from scratch. Now, it's a hybrid parser/syntax highlighter, faster and more reliable. For M.U.G.E.N. we remade the syntax database to include only documented code, so errors may be false positive until we fine tune it and add undocumented syntax.

Error description was greatly improved. The biggest changes are parameter value counter (describes when there's more or less values than required) and unexpected token details (displays what is expected and what we got). These changes makes easely to fix errors because they are more self explanatory now.

Support for advanced debugging with breakpoints is planned for future versions, subject to goal.

Change list:

Highlight #4 - Code editors

More Creators