Anzeigen der neuesten Beiträge
0 Mitglieder und 2 Gäste betrachten dieses Thema.
Text clip folder listYou can assign a keyboard shortcut to a node/folder in the text clip tree. When triggered, a list of all items in the folder is displayed and you can chose anyone as in a normal auto completion window.E.g. you could create HTML, Java Script, CSS and PHP folders in the text clip tree. Add code snippets and assign shortcuts to each folder. Now you have all code snippets available in a list by just pressing a keyboard shortcut.Find field in optionsAdded a find field in the options window. A list will open as soon as you start typing. Each listed item have a small left aligned icon which indicates if it's a button, label, group box, radio button or a check box. When selecting item the correct page is opened and the item is focused (labels and group boxes can not be focused).Find menu command (or the HUD)Added an option to search for whole words only. Which is the default behavior in v8.20. If you uncheck the option, all strings found will be highlighted.Context hints for "Find/Replace All" resultsAdded context hints for find/replace output list items. The same options is used to display the context hint in find/replace and replace preview output windows.Right text marginYou can now set individual margin line settings for different file types. Available options are line type (solid,dotted), line color and position.Select tag block (Shift+Alt+X)This function will select the start tag, stop tag and everything in between. Just place the text cursor somewhere inside and trigger this function to select. A menu item is added in the "Edit -> Select" menu.HTML image and base64 encodingIn the user menu (Ctrl+Space) there is a new item "»image" that will open the HTML image dialog window to insert a "<img ..." tag. The dialog can be used to insert a base64 encoded image.Open location in Windows ExplorerAdded a new menu item to the Document tab menu, project context menu to open the current or selected file location in the Windows Explorer. The file is selected. The existing button in the file commander and explorer tabs to open in Windows Explorer behave the same and will open the explorer with a file selected, if any.Shift+TabShift+Tab will now try to unindent at the current text cursor position. Otherwise it does nothing. The behavior should be the same as in Visual Studio.Drag n drop in document listAdded drag n drop support in the sidebar document list. It only work if the list is unsorted.Debug outputIf the program should hang at startup, shutdown or at some other action, you can now activate a debug output option. You can have debug data written to a log file or to a debug viewer application like "DebugView". In the program folder there is a file called "DebugOptions.txt". It looks like this:; DebugOutput; 0 = No output; 1 = Output to log file <AppData>\RJ TextEd\Data\DebugOutput.txt; 2 = DebugOutputString. Use e.g. DebugView to display the outputDebugOutput=0; LogFileAppend; 0 = No append. Allways create a new log file at startup.; 1 = Append. Append new debug data to old ones. NOTE! The file may; become very large!LogFileAppend=0Fixed Highlighter issue when opening a file. Double click on an item in the Syntax Editor should open an edit window. Tag highlighting issue when the option "Allow text cursor beyond end of line" was set. Fixed minor issues in the sidebar document list. Indent/Unindent issues. Reopened last used files should not be added to the most recently used (MRU) list. Error when deleting files in the project tree. Several other minor issues.
* You no longer need to use the /usb switch when running NoteTab from a USB flash drive (memory stick) under Windows XP or more recent.* Improved handling of Favorites feature when NoteTab is run from a USB flash drive.* Updated the regular expressions engine to the latest version.* Improved “Calculate Expression” feature. Works without first selecting expression when line contains other text. Simply place cursor at the end of the expression and press Ctrl+E to calculate the result. You can also do chained expressions 1+2=3 +3=6 +4=10. If the expression doesn’t end with an “=” sign, then NoteTab replaces the expression with its result.* The “Calculate Expression” feature and ^$Calc Clip function now assume the decimal and digit grouping symbols used in an expression correspond to the Windows region settings.* Improved smart quotes feature. Select text wrapped with straight quotes and NoteTab will replace them with smart quotes on pressing the Ctrl+, keys.* Improved the Match Brackets feature. Now also works with double quotes (smart and straight). When searching for "straight double quotes", place the cursor in the text between them.* Added minor improvements to several Clip libraries and templates.* Improved Clip error reporting when caused by a regular expression pattern error.* Fixed issue with Wildcards setting that caused search dialog box to error in some situations when the search text was left blank.* Fixed ^!Find and ^!Replace Clip commands so that they no longer change the settings of the standard search dialog boxes.* Fixed incorrect results returned by ^$StrPos, ^$StrPosRight and ^$StrPosMid.* Fixed incorrect results returned by ^$ExpandEnv when used with NoteTab tokens.