Portable EditPad Pro Changelog

What's new in Portable EditPad Pro 6.4.3

Dec 10, 2008
  • File Types: The default HTML file type now uses the regular expression (?i)s* (!DOCTYPEs+)?HTML to detect HTML files that don't have an extension.
  • Fold|Fold should fold the innermost unfolded code point instead of the outermost one. Use Fold|Fold multiple times to roll up folding points from inside to outside.
  • Macros: Terminate a macro when cursor navigation using the arrow keys attempts to move beyond the start or end of the file.
  • Encoding: EditPad failed to check the HTML content-type meta tag if the file is larger than 64K. This could cause EditPad to complain when saving the file, if it was larger than 64K when opened, but smaller when you try to save it.
  • Editor: Background syntax highlighting was mistakenly disabled in version 6.4.2.
  • Macros: Screen updates were not suppressed when playing back a macro using a keyboard shortcut, as they are when you play them back via the menu. This speeds up macro execution.
  • Macros: Edit|Go To Matching Bracket did not work during macro playback.
  • Clip Collection: If EditPad Pro was closed with an encrypted collection active in AceText, EditPad would fail to load next time it is run with an error that EditPad cannot open encrypted collections. The bug was that EditPad would try to load the collection by itself, instead of letting AceText load it.
  • FTP: Uploading a file that was previously saved locally associated the local file with the FTP file, which it should not. Only previously unsaved files should become associated with the file on the FTP server.