Jump to content

Changes in SQLite RegExer 2.3

Version 2.3
  • 1.1: Added an option to preview the selected table "View Table". (Thanks Josh for the suggestion)
  • 1.2: Double-clicking an item in the "Table Previewer" opens it in the "Item Viewer".
  • "charset" can be set before checking "Show RTF" for non-English text.
  • 1.3: When you open a file, you have the option to save a copy before updating the original file. This copy will be saved in the same folder with "_Copy" suffix.
  • In the "Item Viewer", an "Update" button is added which updates the file with any changes in the rtf (left) pane.(Thanks Josh for the suggestion)
  • 1.4: Added "Regex Find" button to find any regular expression in the selected table and column.
  • A file can be dragged into the program to open it, only if no other file is open.
  • 1.4.1: Fixed bug when displaying and updating byte arrays in the Item viewer
  • 1.5: When opening theWord modules, the user is notified if the module is compressed or encrypted. (Thanks Jon for the suggestions and help)
  • If theWord module has at least one rvf topic in the column selected for find and replace, no replacements are performed, and the user is asked to convert the module to rtf.
  • Added notifications about the completion of replacements.
  • Some fixes.
  • 1.6 Pressing (Ctrl+F) pops up a find box for both rich text boxes in the Item Viewer. It finds text in the rich text box in focus before pressing Ctrl+F.
  • Context menu for both boxes in the Item Viewer is updated with Paste, Cut and Copy options.
  • Context menu added for the tables list box with options to drop a table and to compact the database.
  • 1.7 Find and Replace boxes keep history of previously used expressions (stored in .ini files)
  • Highlighting in the Item Viewer is improved.
  • Some fixes.
  • 1.7.1 Invalid expressions aren't stored in history
  • 1.7.2 Find/Replace pairs can be saved and loaded with associated names
  • 1.8 Added Help, which includes the documentation and RegEx cheat sheet.
  • Modified layout
  • Improved Drag and Drop
  • When a file is opened, you will not be asked if you want to save a copy.
  • Instead, a Backup button is added which can backup the file at any time. Backups are saved with "_Copy" suffix, in the same path as the original file. Every time it is clicked a new backup will be created with a number after "_Copy".
  • 1.9 Double-clicking a table name in the Tables list opens it in the Table Viewer.
  • Added "Save" option (experimental) to the context menu of the right pane in the Item Viewer (when "Show RTF" is checked). This updates the file with the formatted text from the right pane. Text and images can be pasted from MS Word. Note: This will update the rtf header.
  • 1.10 Fixed: "Test" button will not remove leading and trailing spaces from input strings
  • 2 Non-query SQLite statements can be executed.
  • Number of Regex replacements is displayed in the message box.
  • Number of Regex search results is displayed.
  • File box keeps history of previously opened files.
  • Memory usage is improved.
  • MS RichEdit control v5 is used instead of v4.
  • Help file is updated.
  • 2.1 Status and progress bar added for regex replace and rtf resize