1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added initial CMakeLists.txt - further testing required More... almost 14 years ago
Fixed silly mistake to make UnicodeString to QString conversion work More... almost 14 years ago
Added support for ICU regular expressions More... almost 14 years ago
Added in conditional blocks to the project file to not build PCRE/POSIX support in by default in win32 More... almost 14 years ago
Added in conditional blocks to remove PCRE and POSIX when compiled with NO_PCRE and NO_POSIX flags defined More... almost 14 years ago
Fixed incorrect handling of escaped ] in character classes More... almost 14 years ago
A bit more settings dialog work More... almost 14 years ago
Added initial settings dialog More... almost 14 years ago
Added configure button to main window, now for the settings themselves... More... almost 14 years ago
Patch to prevent a substr crash when matching with PCRE. More... about 14 years ago
Switched to Qt standard QKeySequence objects for menu shortcuts. More... over 14 years ago
Correct expand behaviour on opening expression. (Linux) More... over 14 years ago
The text input should update its height automatically on a window resize. More... over 14 years ago
Fix for an infinite loop when matching 0 length strings. More... over 14 years ago
Make the block test update as the regexp is entered/altered. More... over 14 years ago
Remember to note copyright in new files. Bleh, silly. More... over 14 years ago
Missed a big of unneeded debug information. More... over 14 years ago
Text block testing widget added. More... over 14 years ago
Modified test widget to a tab widget so additional test methods can be added. More... over 14 years ago
Fix for OSX build, stop accepting drops outside of valid drop zones. More... over 14 years ago
Fixed removal of items from alternative items in the visualisation. More... over 14 years ago
Further fixes for regressions in visualisation editing. More... over 14 years ago
Fixed regression which stopped the text expression from updating. More... over 14 years ago
Max OSX bug fixed for drag-drop reordering of items. More... over 14 years ago
Fixed handling of literal { and } characters in PCRE. More... over 14 years ago
Added support for POSIX Character Classes in the visualisation. More... over 14 years ago
Minor fixes for menu behaviour and captured text behaviour on exact matches. More... over 14 years ago
Improved highlighter handling of invalid/unmatched parentheses. More... over 14 years ago
Added a CREDITS file, not sure what the best format is so I tried this. More... over 14 years ago
Added valid/invalid notifier adjacent to text input. Mouseover image for error details. More... over 14 years ago