blu3mania / npp-papyrus

Notepad++ plugin to provide Papyrus scripting language support to Notepad++, such as syntax highlighting with automatic recognition of class names/functions/properties, keywords matching, and hyperlinks to referenced scripts. It also comes with a compiler that can provide compilation errors in a separate list window, as well as inline annotation and indication where errors are reported, plus support anonymization of compiled .pex files.
GNU General Public License v3.0
24 stars 7 forks source link

Dialogs in tab - Settings Dialog #29

Closed vonLeebpl closed 2 years ago

vonLeebpl commented 2 years ago

Hi, did an exercise to work with dialogs in tabs. Modified your papyrus plugin settings dialog. Maybe you will find it useful. My changes simplify settings dialog code a bit and extends DialogBase class, giving it more flexibility. Now instead of showing controls tango you have simple dialogs dedicated to each tab. CU

blu3mania commented 2 years ago

Sorry for the (very) late response. I liked the idea but wanted to make it more generic. However, I was somewhat busy and didn't get the chance to do it until now. The new commit fully covered this pull request and as such I will close it. Thanks for the idea and code contribution!