Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Additional-Tagging-Tools-Plugin.zip | 2024-06-05 | 6.7 MB | |
README.md | 2024-06-05 | 1.2 kB | |
Version 8.1 source code.tar.gz | 2024-06-05 | 1.8 MB | |
Version 8.1 source code.zip | 2024-06-05 | 1.9 MB | |
Totals: 4 Items | 10.4 MB | 1 |
- Various UI/UX fixes, improvements, and bug fixes
- Now it's possible to search skinned combo box items by typing their first letter
- Now you can navigate through skinned combo box drop-down lists by Up/Down/Page Up/Page Down keys
- New ASR presets. You might want to "Install All" or "Install New" presets to add new ones
- (Custom) tags are now used as a persistent (but dynamically updated) cache for the $LR function if you assign an ID to the function AND choose to save function results in a tag
- Case-changing virtual tag functions are now the following (you can omit any parameter by putting the single character ` instead of it):
$SentenceCase(string) $SentenceCase2(string,sentence_separators)
$TitleCase(string) $TitleCase2(string,lower_case_words) $TitleCase3(string,lower_case_words,word_separators) $TitleCase4(string,lower_case_words,word_separators,lower_case_between_chars_opening_list,lower_case_between_chars_closing_list) $TitleCase5(string,lower_case_words,word_separators,lower_case_between_chars_opening_list,lower_case_between_chars_closing_list,lower_case_after_chars)
- Code refactoring and cleanup
- Various bug fixes found by me and by PVS-Studio