RegexTrainer

September 27, 2023 ยท View on GitHub

Regex Trainer - plugin for Notepad++ using c# net framework 4

My first plugin (ver 1.0.0 2 July 2020) for Notepad++ after many times been let down by online regex websites (it just won't show captured groups for a complex regular expression)

Screenshot 1

Screenshot 2

ver 1.1.0 (22 September 2023)

  • user can save regex
  • enhanced display grid with a built-in splitter
  • remove toolbar icon

Screenshot 3

Screenshot 4

ver 1.2.0 (27 September 2023)

  • enhanced huge file handling (UI will not take too long time to update result)
  • changed listbox to listview control for displaying huge number of rows for Matches
  • removed "Copy Regex" and "Clear Regex" buttons for Expression to reduce accidentally clearing an expression
  • added 3 buttons "Mark All", "Clear All Marks" and "Copy Marked Text To Clipboard" for Matches
  • Matches will display progress and result on how many matches found
  • added Matches a popup menu for copy specific matched information
  • changed label for "Saved Items" to "Saved Regex"

Screenshot 5