SimpleHyp Changelog

What's new in SimpleHyp 2.7

Feb 22, 2024
  • Updated all code libraries to latest versions.

New in SimpleHyp 2.6 (Sep 16, 2022)

  • Fix bugs related to wxWidgets Debug Alert at program start on some non-English machines.
  • Fix bug sometimes doesn't remember last folder when doing File Open.
  • Improved button labelling when asking user whether to Overwrite existing file.
  • Improved messages on status bar.
  • Copy Text Only now properly recognises numeric HTML entities (eg. "'")
  • Updated all code libraries to latest versions.

New in SimpleHyp 2.5 (May 20, 2021)

  • Version 2.5 of SimpleHyp was produced primarily as a training exercise.
  • It fixed a few minor bugs, and made some improvements:
  • Improved error handling and reporting if preferred folder, or recent files, have been deleted since last use.
  • Minor improvements to default html tag formatting.
  • Updated all code libraries to latest versions.

New in SimpleHyp 2.4 (Mar 5, 2020)

  • Version 2.4 of SimpleHyp was produced primarily as a training exercise. It fixed a few minor bugs, and made some improvements:
  • Improved error reporting and file checking.
  • User preferences are now stored in the user's AppDataRoamingSimpleHyp folder rather than windows registry.
  • UTF-8 encoding is now the default, and used for all file saves.
  • Removed deprecated meta tags for Content-Type, Content-Style-Type, Content-Script-Type.
  • Added Insert Colour Code command in Insert menu.
  • Fixed bug intermittent issue with refresh when resizing window.
  • Fixed bug where contents of clipboard was lost when program closed.
  • Fixed bug in end-of-line conversions and file save formatting.

New in SimpleHyp 2.3 (Oct 18, 2016)

  • Fixed bug where sometimes screen was slow to refresh, or failed to refresh, after cut/paste or text editing keystrokes.
  • Fixed bug where 'match case', 'whole word', and search direction were disabled on Find/Replace dialogs.
  • Fixed bug where Lower Case Tags sometimes failed to convert all tags.
  • Fixed bug where program and Uninstaller was missing from Control Panel "Uninstall or change a program". This was especially an issue in Windows 8 or later where an Uninstall link is not allowed in the Start menu.
  • Improvements to the installer, especially when installing in multi-user environments.
  • Improved animated wait cursor for Windows 7 and later.
  • Enabled F1 key to open help.
  • Re-positioned find/replace dialogs to top right of window so they're less likely to obscure found text.
  • Minor improvements to program efficiency.

New in SimpleHyp 2.2 (Oct 18, 2016)

  • If a user says YES to save edits, and then clicks cancel in the Save Dialog, SimpleHyp will now return to the document instead of discarding all changes.
  • After initial installation, document folder is now correctly initialised to My Documents. From then on, the last used folder will be remembered whenever SimpleHyp is restarted.
  • Starting cursor position for a new file was corrected.
  • Fixed program crash in 64-bit build on Windows 8 when user selects Help - Licence

New in SimpleHyp 2.1 (Oct 18, 2016)

  • To work around this problem with wxWidgets string handling, the following changes have been made:
  • The default SimpleHyp character set is now ISO-8859-1.
  • The initial Content-Type header in a new document now says "charset=iso-8859-1".
  • The Insert META tags menu now gives the option of Content-Type of ISO-8859-1 or UTF-8 character sets.
  • When a file is opened, any byte values between 0x80 and 0x9F are stripped or replaced with a suitable html entity code.
  • If somehow the file save bug should still occur, it will be detected and the user given the option to save the file with UTF-8 encoding instead. This avoids any problem with non ISO-8859-1 characters, since UTF-8 contains everything. But the user would need to change the Content-Type meta tag of the html document to read "charset=utf-8" in order for the file to be correctly displayed in a browser.
  • An additional menu item 'ASCII only', appears on the Edit menu. This command converts all characters in the file to plain ASCII text only. (i.e. byte values between 0x00 and 0x7F only). Any valid ISO-8859-1 characters above 0x7F are replaced with the appropriate html '&xxx;' entity.
  • Some other minor changes in this version:
  • Recent Files list is moved to a sub-menu of the File menu, and a Clear Recent Files menu item is provided.
  • Fixed bug where Copy Text command would sometimes copy html tags as well as the plain text.
  • Improved Copy Text handling of html character entities, so more are converted to an appropriate viewable character before copying to the clipboard.
  • Added new CRLF->LF command on the edit menu for symmetry with the existing LF->CRLF command.

New in SimpleHyp 1.2 (Mar 6, 2013)

  • Basic Features (Free):
  • Modified File Open and File Save As dialogs to allow selection of other file types (*.html, *.htm, *.xml, *.*)
  • Default HTML code in new documents is now all in lower case.
  • Added new colouring for blocks.
  • Pressing the Escape key will now cause SimpleHyp to close. If the document has been modified, the user will be asked to save it before exiting.
  • Converted Help system from WinHelp to HtmlHelp format to improve Windows 7 support.
  • Advanced Features (requires Registration):
  • HTML tags and attributes added via the Insert menu are now all in lower case, instead of upper case.
  • Added new option to paragraph formats in the Insert Menu. The user is presented with a dialog to select the Heading Level number, before the tag is inserted in the document.
  • Added several more tags and attributes to the Insert menu, including , , , TITLE="", etc.
  • Inserted hyperlinks now include the default attribute target="_blank" to cause links to open in a new tab.
  • Pressing Tab or shift-Tab keys while text is selected now acts like clicking Indent or UnIndent.
  • Added new "Lower Case Tags" command on the Edit menu, to automatically change all HTML tags and attributes in the document to lower case. Any tags or attributes inside or tags are ignored.
  • "Copy Text" on the Edit Menu now ignores tabs or line breaks in the selected HTML, and only inserts line breaks in the copied text when it encounters any or tags.
  • "Copy Text" now converts HTML symbol codes to appropriate text characters in the clipboard. (e.g. "&" becomes "&", "

New in SimpleHyp 1.1 (Aug 10, 2011)

  • New Features:
  • Basic Features (Free):
  • New purple colour for script code between "SCRIPT" tags.
  • Add Ctrl-F, Ctrl-H, and F3 shortcuts for Find, Replace and FindNext.
  • When selecting Browser View, the program now asks to save the modified file first.
  • New GoTo command in the Edit menu (Ctrl-G), allows the user to jump straight to a particular line number in the file.
  • Full path of current file now displayed in status bar.
  • Advanced Features (requires Registration):
  • Add new Copy Text Only command in Edit menu.
  • Add new insert commands for FORM related tags.
  • Add new insert commands for Content-Type, Script-Type, Style-Type META tags.
  • Bug Fixes & Other Refinements:
  • changed some toolbar button images and added Undo button to toolbar.
  • modified various attribute tags to include the quote marks around values.
  • updated format and tags for default HTML when starting a new document.
  • fixed some incorrect help tips on menu items.