summaryrefslogtreecommitdiff
path: root/python/examples/snippets/__init__.py
AgeCommit message (Collapse)Author
2021-09-11actually remove old snippets plugin, readme links to proper oneJordan Wiens
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-07-05Remove snippet and kaitai plugin. Note their individual links.Xusheng
2020-09-02update snippets from latest pluginJordan Wiens
2020-04-01tiny snippets tweaks including a fix for platform-specific qsetting behaviorJordan Wiens
2020-01-25focus cursor at end of last snippet code when restoringJordan Wiens
2020-01-25remember most recently selected snippetJordan Wiens
2020-01-25match behavior of script console so speceific function selected will still ↵Jordan Wiens
expose other forms
2019-12-09Properly qualify log_errorPeter LaFosse
2019-11-29small QOL fixes to snippet editor: remove name field and combine it with ↵Jordan Wiens
description, revert button replaced with close, creating a new snippet selects it as well for editing, added some placeholder text and other bugfixes
2019-10-05normalize app name for qsettings, will cause snippets window gemoetry to ↵Jordan Wiens
reset once
2019-09-03make snippets dialog modal and also disable edit fields until a new snippet ↵Jordan Wiens
is created
2019-08-26better error handling for invalid snippetsJordan Wiens
2019-08-26fix hotkeys for snippets and move all snippets into a tool submenuJordan Wiens
2019-04-01make qsettings match on non-macos platforms and craete snippet folder if missingJordan Wiens
2019-03-21Fix global keybindings that are not in menus, fix crash on exit in snippets ↵Rusty Wagner
plugin
2019-03-20initial snippets pluginJordan Wiens