Activity
make deprecated errorlist scripts top comment
make deprecated errorlist scripts top comment
errorlist scripts are deprecated as of Npp 8.8.1
errorlist scripts are deprecated as of Npp 8.8.1
fix: getOptions returns proper value, update test_com_dialog
fix: getOptions returns proper value, update test_com_dialog
Use single if guard for win_helper functions GetWindowLong and SetWin…
Use single if guard for win_helper functions GetWindowLong and SetWin…
Dockable dialogs - initial commit
Dockable dialogs - initial commit
fix control.isEnabled by using isEnabledWindow api instead of the ret…
fix control.isEnabled by using isEnabledWindow api instead of the ret…
fix isEnabled to return True or False instead of 1 or 0
fix isEnabled to return True or False instead of 1 or 0
added isChecked and setCheck helper functions for radio and checkbox …
added isChecked and setCheck helper functions for radio and checkbox …
fix _test.py to use useLastDialogPos
fix _test.py to use useLastDialogPos
use WINDOWPOS to save dialog position
use WINDOWPOS to save dialog position
remove unneeded PostQuitMessage from Dialog module
remove unneeded PostQuitMessage from Dialog module
add more control features, new on_close dialog callback, allow regist…
add more control features, new on_close dialog callback, allow regist…
add an onClose callback/event to the dialog class
add an onClose callback/event to the dialog class
Update test_different_ways_to_create_dialogs.py
Update test_different_ways_to_create_dialogs.py
Further updates to the documentation. Should now reflect the status o…
Further updates to the documentation. Should now reflect the status o…
Refactored code: removed unused imports
Refactored code: removed unused imports
Make fix typo styles and exstyles
Make fix typo styles and exstyles
Extensive revision and more controls added
Extensive revision and more controls added