thane98 / paragon

Toolkit for editing various FE games.
GNU General Public License v3.0
54 stars 17 forks source link

Completer and tooltip support for Dialogue Editor #62

Closed SinsofSloth closed 3 years ago

thane98 commented 3 years ago

The code looks good!

I added some comments on command renames / changes with the rewrite, but there are more than that. I can update that in a separate commit after merging so that you don't have to scan figure out what changed.

The parser uses the same set of commands for every game, so we may want to put the data file somewhere that all three games can look. Maybe resources/misc?

EDIT: On second thought, that's also a minor change. I'll merge this and move the file in a separate commit.