-
Adds a Target field to the Anchor dialog, allowing frame or window target name to be specified.
-
The word-wrap setting is now stored and reapplied on next use.
-
The default document type is now HTML rather than Text.
-
Fixes a bug that would sometimes cause the Search Text Not Found dialog to be shown twice after using the Replace All option.
-
Fixes a bug that could cause the wrong filename to be displayed when opening a file after WebPad had been used via Internet Explorer's View Source option.
-
Fixes a bug that would cause a 'No disk in drive' error at startup if the history list contained a file that had been loaded from a removable disk.
-
Fixes a bug in the Options dialog that would prevent checkmarks from being shown beside associated file extensions (even though the correct associations had been made).
-
Minor interface improvements
-
Fixes a bug that prevented text from being pasted into a Find or Replace dialog by pressing Ctrl+V.
-
Increases the speed of Replace All operations.
-
The Folder Bar now refreshes if a new file is saved to the current folder.
-
The Folder Bar now has a Refresh button for faster access to manual refreshes.
-
The Tools menu adds a Count Characters item.
-
The Tools menu adds a set of string-sorting tools, allowing lines of text to be sorted alphabetically or numerically, or be placed in reverse order.
-
Strip HTML and Convert HTML To Source options are now gathered on a Tools/Convert submenu with two added HTML conversion options: HTML To Document.Write() and HTML To ASP Response.Write().
-
Adds an Insert menu. The Insert Time & Date option is now on this menu, along with an added Insert ActiveX Control option allowing easy selection and embedding of an ActiveX control.
-
Adds Tags To Lowercase and Tags To Uppercase options to the Format menu allowing the case of HTML tags and attributes to be changed in the selected text or entire document.
-
When opening a document with the read-only attribute set, WebPad’s caption now shows ‘[Read Only]’ as an indication. When failing to save a read-only document, WebPad now displays an error message rather than giving the impression that the save was successful.
-
WebPad now includes a built-in web preview using the Microsoft Internet Explorer ActiveX control. Press F5 to preview (or refresh) the current page. A Work Offline function is also added to the File menu to optionally prevent the internal browser from loading online content. Both options are also available from WebPad’s toolbar. As a result of this new feature, WebPad now requires Windows 95 OSR2.5 or higher, and Microsoft Internet Explorer 4.0 or higher to be installed.
-
WebPad now includes an easy-to-use Code Templates feature allowing you to define code snippets represented by a short keyword. Typing the keyword into a document and pressing Ctrl+E expands the keyword into the code (or plain text) it represents.
-
Adds a new Pixel Picker option to the Tools menu, allowing the hex color-code of any screen pixel to be copied to the clipboard.
-
Adds a new XHTML tabbed page to the Options dialog, allowing WebPad’s Tags menu and AutoComplete functions to insert tags and attributes in keeping with XML/XHTML rules.
-
Adds a new HTML tabbed page to the Options dialog allowing extra control over the way certain tags are added to the document, such as replacing <center> with <div align="center">.
-
Adds a new HTML Template page to the Options dialog, allowing an external HTML page to be used as WebPad’s HTML template.
-
Adds Show Button Tooltips option to the Options dialog, allowing tooltips to be shown for WebPad’s toolbar buttons in addition to the status-bar descriptions.
-
Fixes a bug in the Color Translator dialog’s maximize button. When Auto Roll was checked, the dialog could be maximized to fill the screen. Now maximize is ignored in that case.
-
Fixes several duplications, redundancies and typos in AutoComplete, and adds a few extra AutoComplete tags and attributes.
-
AutoComplete list now includes any XHTML custom tags defined in the document.