Meloman19 / PersonaEditor

Persona 3/4/5 File Editor: Text, Graphics, Containers.
MIT License
62 stars 23 forks source link

New Feature: open glyph list in external text editor (TSV format) #34

Open QZGao opened 1 year ago

QZGao commented 1 year ago

I added a simple feature: opening the loaded glyph list in an external text editor. With the external text editor, users can freely modify the glyph list with automation tools (e.g., OCR text recognition), as well as copy & paste from other glyph lists.

The text file format is TSV, which is a commonly used format in several Persona mod tools.

Inspired by: https://github.com/Meloman19/PersonaEditor/issues/32#issuecomment-1704776905

QZGao commented 1 year ago

Another thing worth mentioning: with an external text editor, emojis and other symbols can now be "natively supported," especially when some of the symbols can't be input into WinForms textboxes.