Releases: menees/RegExponent
Releases · menees/RegExponent
1.3.0
1.2.0
- Target .NET 8.0
- Add support for RegexOptions.NonBacktracking
- Add editor context menus
1.1.0
- Added column to show repeated group captures (e.g., https://stackoverflow.com/a/11051948/1882616).
- Upgraded packages.
1.0.7
1.0.6
1.0.5
- Fixed some syntax highlighting issues
- Added check for initial inline x-mode option (e.g.,
(?x)
or(?-x)
) when setting syntax highlighting mode - Increased max height for pattern and replacement text boxes
- Put file name first in window title (like Office apps do) to make it easier to distinguish multiple app instances in the taskbar
- Added more sample files
- Updated package references