Notetab Light update

Submit updates of portable freeware that are already listed in the database.
Post Reply
Message
Author
TP109
Posts: 571
Joined: Sat Apr 08, 2006 7:12 pm
Location: Midwestern US

Notetab Light update

#1 Post by TP109 »

Download:
http://www.notetab.com/download-now.php

From whatsNew.txt in ver 7.2
What's New in Version 7.2?
=========================
***Please enable word wrap when viewing this document***

Only the most significant feature changes are listed under this file.


NoteTab v7.2 (released: 3 November 2014)
------------
* Updated the regular expressions engine to the latest version (based on PCRE 8.36).

* Added new shortcut to insert « French quotation marks » around selected text: Ctrl+Alt+,

* Added “Full Name in Title Bar” setting on General tab in Options dialog box. Check this option to display the current document name with the full folder path. Uncheck it to hide the folder path.

* Added “Open All” command to File > Reopen submenu.

* Added new shortcut to close a document tab and cancel the “Save changes” prompt: Ctrl + Middle Mouse Button click on tab.

* When using the “Close All Documents” feature, the list of closed files is now automatically stored under the “Close All” Favorites category list. The warning prompt is now only displayed if more than 16 documents are about to be closed.

* Removed the "Save Changes" prompt when closing a modified but empty document that has never been saved to disk.

* Reintroduced the auto-complete feature in the search dialog combobox fields.

* Improved Calculate Expression feature by increasing bracket limit from 40 to 100.

* Improved Calculate Expression feature, which now supports the × and ÷ operators as equivalent to the * and / symbols. Example:
4×7÷2=14
works the same way as
4*7/2=14

* Improved font sharpness when run under Windows high DPI settings.

* Improved setting file-type associations with NoteTab (note that associations set with previous versions may not show in Options).

* Fixed several syntax highlighting issues in NoteTab Pro that occurred when text contained tab characters.

* Fixed issue with “Match Directory” and “Use Default Directories” options.

* Fixed infrequent issue that resulted in no selected document tab (usually after closing a document).

* Several other minor improvements and fixes.

* Updated documentation.


Clip-code Additions
...................
^$GetTextStats$
Returns the word-based statistics of the current document or selected text. This Clip function is not available in NoteTab Light.

^$GetStringStats$("Str")$
Returns the word-based statistics of the text provided through the “Str” argument. This Clip function is not available in NoteTab Light.

^!Copy
Copies the selected text in the current document to the Windows Clipboard. If no text is selected, the whole document is copied.

^!Cut
Cuts the selected text in the current document and copies it to the Windows Clipboard. If no text is selected, the whole document is cut and copied.

^!NumberLines
or
^!NumberLines nnn
Inserts numbers at the beginning of each line in the current document. Numbering starts at 1 unless you specify a different number as the fist argument (nnn). The number separator can be changed by editing the “Number Separator” field on the General tab in NoteTab’s Options dialog box.

^!Base64Decode "InputName"[ "OutputName"]
Decodes a source file “InputName” using the base64 algorithm (MIME content transfer encoding). If no target name “OutputName” is specified, NoteTab creates a new file based on the source name and the “.bin” extension.

^!Base64Encode "InputName"[ "OutputName"]
Encodes a source file “InputName” using the base64 algorithm (MIME content transfer encoding). If no target name “OutputName” is specified, NoteTab creates a new file based on the source name and the “.b64” extension.

^$StrBase64Decode("Str")$
Returns the decoded value of the text provided through the “Str” argument using the base64 algorithm (MIME content transfer encoding). If the decoded value contains binary data, there is a risk that it becomes corrupted or generates errors during Clip processing.

^$StrBase64Encode("Str")$
Returns the text provided through the “Str” argument as a base64 encoded string.

^$StrBase64EncodeLines("Str")$
Returns the text provided through the “Str” argument as a base64 encoded text with line-breaks after each 76th character (per RFC 2045 MIME specifications).

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: Notetab Light update

#2 Post by SYSTEM »

Thanks. I have updated the entry. :)
My YouTube channel | Release date of my 13th playlist: August 24, 2020

Post Reply