Skip to content

Releases: Axter-com/RegexAssistant

v1.0.0.5

22 Sep 19:50
Compare
Choose a tag to compare

Added following features:

  1. Alternate color token list
  2. Additional compatibilities
  3. Added ability to change compatibility using up and down keys while cursor is in expression field.
  4. Implemented logic for all std::regex and boost::regex types to do whole body search and replace.
  5. Added additional tokens.
  6. Added additional SAMPLE column to the token list.
  7. Added ability to insert value in example expression column by holding the control key when clicking the row.
  8. Added ability to fully replace content in the Edit-Expression field with example expression column by holding ctrl+alt when clicking the row.

v1.0.0.4

15 Sep 20:17
Compare
Choose a tag to compare

Fixes and Changes

  1. Fixed token selection issue which occurred when changing compatibilities.
  2. Added tokens < and >.
  3. Removed token \b when std::regex compatibility is selected, because the token is not compatible.
  4. Changed Scintilla library from 3.5 to 5.1.1.
  5. Made minor changes in code to make it compatible with Scintilla 5.1.1.

v1.0.0.3

15 Sep 01:59
4c33767
Compare
Choose a tag to compare
Update README.md

RegexAssistant first production release

10 Sep 22:14
Compare
Choose a tag to compare
  1. This release has improved compatibility for Scintilla and C++ Regex.
  2. There are additional options on the compatibility drop-down menu, and a tooltip popup gives additional details on each item.
  3. The replacement argument patterns change to reflect the selected compatibility type.

v0.9.0.0_Beta_Release

23 Aug 23:55
baef6ed
Compare
Choose a tag to compare

This program is standalone. Just unzip it, drop it anywhere, and run it.

v0.1.0.2 Alpha Release

23 Aug 20:21
bf1f31f
Compare
Choose a tag to compare
Pre-release

This program is standalone, so just unzip it, drop it anywhere, and run it.

0.1 Alpha Release

21 Aug 01:27
d734024
Compare
Choose a tag to compare
0.1 Alpha Release Pre-release
Pre-release

The core functions are functional in this first release.
The program is standalone, so just unzip it, drop it anywhere, and execute it.