﻿===========================================================
                RJ TextEd history of changes
===========================================================

-----------------------------------------------------------
Version 10.91 (Dec 20, 2015)
-----------------------------------------------------------

Printing
    Added an option to set the font used for printing. Like the text font, you
    can set individual fonts for different file types.
    
    To use a print font you have to enable it in options (font and tabs options).
    If not enabled, the current code or text font is used. Just as before.

Fixed
    * Emmet encoding issue.
    * Emmet extract abbreviation issue.
    * Tool UTF-8 output issue.
    * Execute text clip from a keyboard shortcut.
    * A comment issue with the CSS/LESS highlighter.
    * Copy, paste and refresh issues in word wrap mode.
    * Edit issues in word wrap mode when syntax highlighter use regex.
    * A click on the annotation bar should give focus to the editor window.
    * Open file issue in the Syntax Editor.
    * A tab issue with printing.

-----------------------------------------------------------
Version 10.90 (Dec 14, 2015)
-----------------------------------------------------------

Emmet
    Included latest Emmet JS code and added several "HTML->Emmet" menu items.
    
    Expand abbreviation at cursor (Shift+Enter)
        Type an abbreviation e.g. "ul>li*5" and select menu item or hit 
        Shift+Enter to expand the abbreviation under the cursor.
        
    Expand abbreviation (Ctrl+,)
        Opens a small edit box. Type the abbreviation and hit enter to insert
        the expanded code.
        
    Wrap with abbreviation (Shift+Ctrl+,)
        Select some code and select menu item. Type the abbreviation in the
        opened edit box and hit enter to insert the expanded code.
        
    Next edit point
        Find next edit point, e.g. between tags.
        
    Previous edit point
        Find previous edit point.
        
    Added 3 common entities as snippets. 
        nb -> &nbsp;
        lt -> &lt;
        gt -> &gt;
    
    Emmet is not available on Windows XP or below.

Annotation Bar
    Display a narrow annotation bar beside the vertical scrollbar.
    
    A left mouse click on the annotation bar will move the text cursor that place
    in the document.
    
    The annotation bar display:
    
    - The current line
    - Selection (including multiple selection)
    - Changed lines
    - Bookmarks
    - Matching HTML,XML tags
    - Matching fold items
    - Matching braces
    - Find All matches

Chrome preview
    Updated the 64-bit version to a newer version (v45).

Text clips
    All input macros can now have names.
    
    %var% = @i[John Doe] Full Name
    or
    %cl% = @c My Color
    
    These names are displayed in the variable input window. If only one variable
    needs input, the name may not be shown. E.g. if you have a single input request
    for a color, the color dialog is shown and the name is ignored. But for a 
    prompt input (@i) the name is still shown in the prompt window.
    
    All macro names are optional so 
    
    %cl% = @c 
    
    is perfectly fine.

Quickbar
    Redesigned the dropdown buttons to switch toolbar and changed icons.
    
Panels
    Hidden panels open and close faster in this version. 
    Except the search result and message panels. They open as fast but close 
    after a small delay.
    
    You can assign a keyboard shortcut to view/hide any panel in "Customize keyboard...".

Open as binary files
    Added an option to edit file extensions used to identify binary files.
    
Misc
    * "Paste from clipboard" is now much faster in large files.
    * Made some visual changes in the toolbar. Syntax and spell buttons are 
      resized if necessary.
    * Save prompt is not displayed anymore for cloned documents.
    * Document.BeginUpdate should work better in scripts.
    * Project "Rescan all files" will remove non-existing files from the project.
    
Fixed
    * FTP/SFTP upload issues.
    * Variable input issues with text clips.
    * Sort undo issues.
    * Text compare issue.
    * Issue where editor toolbar buttons could disappear.
    * Toolbar display issues.
    * Regex issue with Unix or Mac line breaks and find all.
    * External change warning when deleting file in "Save As..." window.
    * Hex view scroll issues.
    * Hex view edit and copy issues.
    * Hex view undo issues.
    * Hex view memory corruption issue. 
    * Several find/replace issues.

-----------------------------------------------------------
Version 10.80 (Nov 14, 2015)
-----------------------------------------------------------

Memory usage
    Reduces memory usage when opening source files. 
    The editor should use about the same amount of memory as with plain text files.
    
    The change is most notable if you open a large file with a large number
    of lines.
    
    I also fixed a few problems related to large files, like slow search and freeze issues.

File explorer panels and File Commander
    Replaced all components with new ones. These are actively updated, a bit
    faster and handles themes better.
    
    * Startup should be slightly faster when explorer panels are visible.
    * The explorer panel shell dropdown list should look okay now with themes.
    * Added a refresh toolbar button.
    * Added a few options. Auto refresh could slow down startup and dir changes
      and is disabled by default.
    
    The file commander shell dropdown lists have been replaced with shell
    breadcrumb components and made some visual changes. 

Find and replace
    All found items are now highlighted when doing a "Find" or "Replace". The 
    current item is highlighted using the section color and all other items 
    using a lighter color.
    
    This gives you a better view of the found items in your document and makes
    "Find Next/Previous" more intuitive. It is also the standard behavior in
    most modern editors.
    
    The colors can be changed in "Themes -> Customize". You can also disable the
    highlighting, if you wish.
    
Find/Replace All
    Made some small changes too improve speed when searching project files and
    files in a folder.

Resizable toolbar buttons
    All toolbar buttons are now resizable. You can set one size for main,
    preview, quickbar and file commander toolbars, another for panel toolbars and 
    one for the editor toolbar.
    This allows you to use a larger button size on high resolution displays and
    use different button sizes on e.g. the main toolbar and panel toolbars.

Quickbar
    Redesigned the quickbar and removed the tabs. You switch pane using a 
    dropdown menu to the left.
    This saves some space and makes the quickbar "blend in" better.

Chrome Preview
    Updated the 32-bit libraries to a newer version (45.x).
    Flash is not supported anymore in the 32-bit version.
    
    The 64-bit libraries (v39.x) still support flash, but are little older.
    There are a few issues with the newer libraries from v45.x (Devtools need 
    to open in an external window, default background color is set to a random 
    color and can't be changed). So I decided not to use them.
    
    Fixed several issues with Chrome preview and made some improvements.
    
    - Pages should render faster now.
    - Panel preview is updated properly when opened.
    - Media contents (video...) could crash the editor.
    - Some mouse wheel scroll issues.
    
    Added an option to enable/disable the Chrome preview. The Chrome library
    is not loaded if disabled. 
    This option require a restart to work properly.

Multi select by left margin click
    Ctrl+LMouse click in the left margin will now toggle selection.
    This enables you to deselect items if you made a wrong selection. 
    
    Note that a Ctrl+LMouse click will deselect any selection found on the same
    line. Even if it spans several lines.

SFTP
    Updated the component to the latest version and fixed a few issues.

Highlighter (syntax files)
    Blocks can now use regular expressions for start and stop strings.

Misc
    * Updated tidy.exe to the latest version.
    * Added "Find in project files..." to the project panel context menu.
    * Added folding for some new HTML5 tags.
    * Addons window should handle theme colors better now.

Fixed
    * Editor toolbar theming issue.
    * Images were not drawn properly in customize toolbars when using themes.
    * Document tab issue when turning off the option to show images in tabs.
    * Code explorer and fold issue in C++ code.
    * Shift+Del issue in search fields.
    * Replace prompt could not be positioned.
    * Text sort undo issue.

-----------------------------------------------------------
Version 10.70 (Oct 9, 2015)
-----------------------------------------------------------

Chrome preview
    Added a chrome preview tab, internal Chrome browser and Chrome browser views.
    Chrome Developer Tools (DevTools) have been added to the internal browser and 
    Chrome tab.
    
    We need an up-to-date preview browser and Windows IE is not actively developed
    anymore. The Chrome preview is up-to-date, but it is quite large in size.
    
    Chrome preview is available in all versions (install, portable, win32, win64)
    and may eventually replace the IE preview completely.
    
    Chrome preview is available on Windows XP and higher using the 32-bit version,
    Windows 7 and higher using the 64-bit version. You can still run the 64-bit
    version on Windows Vista x64, but Chrome preview is not available.

Message and input windows
    All dialog windows should use themes now. This include simple message windows 
    and more advanced input windows.

Panels
    Panels use the program themes now, instead of there own styles.
    The old panel styles are still available and can be selected in the
    theme manager, but the program theme is used by default.
    
    Added options to have images in panel tabs and in unpinned panels.
    Images in tabs are shown by default.

Bookmarks panel
    Added a panel to list bookmarks in the current document. The toolbar
    buttons lets you add, delete or clear all bookmarks.
    
    The bookmark list will show the bookmark type (numbered or plain), 
    the line number and the text on the line.
    
Document icons
    Changed the default document icons in all recent file lists, document list
    and document tabs. They should make it easier to identify files of different
    file types.
    
    You can also use associated system icons (Options -> Style and fonts).

Word count
    Added a checkbox to switch case sensitive word count on.

Text clips
    Redesigned the add/edit clip window. Variables are now a bit simpler to add
    and I removed one of the text fields.
    
    Text clips use one input dialog with one or several fields where you can edit
    all your input values. This is especially useful if the text clips use many
    variables and they need many input values from the user.
    
    To enclose a selection use the static %sel% variable.
    E.g. <div class="">%sel%</div>
    
    The %sel% variable can only be used once. If you need to use the selection
    again just add another variable and use the command @csel.
    
    Added new commands. @csel = current selection, @clbrd = clipboard content.
    E.g.
        %csel% = @csel
        %clip% = @clbrd
        now you can use %csel% and %clip% anywhere in the clip text.

Project panel (context menu)
    Added several context menu items to copy the selected file as:
    
    -File name
    -HTML CSS link
    -HTML image tag
    -HTML script tag
    -HTML anchor tag
    -HTML href=""
    -PHP include
    -PHP require
    -C/C++ include

Tool argument commands
    Added a few new commands to extract the drive, path (without drive) and
    file extension of the current document path.

Misc
    * Word completion should handle objects better e.g. "object.".
    * Added an option to set the max number of items in find/replace dropdown lists.
    * Added an option to close a document tab by double clicking the tab.

Fixed
    * Theme issue with document map.
    * Bookmarks on wrapped lines.
    * Scroll issue in hex view.
    * Some issues with word count.
    * Unfold All issue with user defined folds from a selection.
    * A few sort issues in Syntax Editor.
    * Syntax editor layout issues.
    * Issue with escape characters.
    * Icon display issues on Windows XP.
    * Several issues with binary files and hex view.
    * Auto update issues.
    * Close document tab with close button on active tab only.

-----------------------------------------------------------
Version 10.60 (Aug 23, 2015)
-----------------------------------------------------------

Color hint under mouse cursor
    To display a color hint move the mouse cursor over a color value in the text 
    and wait a second. The hint is displayed until you move the mouse.
    The hint display the color in a colored rectangle together with several color
    values in different formats. 
    The first value is an RGB() value. Next is a web color value e.g. #F2A723
    and last a decimal value.

Word wrap
    It is now possible to word wrap at the window edge, right margin or a specified
    column. When using fonts like "Arial" the column# value means characters.
    E.g. if you specify column 120 - the text will wrap at character 120.
    
    Hard wrap by inserting line breaks is available for both wrap at right margin
    and wrap at column.
    
    I also added an option to wrap at the absolute margin. This option allow the text
    to be wrapped at the exact specified value, instead of at an natural break point.
    E.g. if you set word wrap at column 80, the text will wrap after 80 characters. Even
    if that happens to be in the middle of a word.
    
Reformat Paragraphs
    Added two new items in the format menu to format paragraphs.
    
    Reformat paragraph (indent first line)
    Reformat paragraph (indent following lines)

Text Clips
    Added a drop down menu to the text clips panel with some new functions.
    
    Import text clips...
        Read an XML file with clips, display a tree to let you select which text
        clips to import. You can either import to an "Imported" tree node or to
        the currently selected node.
        
    Export text clips...
        Opens a tree to let you select the text clips you want to export to an
        XML file.

    New variables
        Added new variables that can be used in text clips to open:
        
        a color dialog @c
        a font dialog @fn
        a file dialog @fi[<initial dir>]
        a folder dialog @fo[<default dir>]
        
        e.g.
        %%
        %dir%=@fo[c:\Windows]
        %file%=@fi[c:\Windows]
        %color%=@c
        %font%=@fn
        %%
        This is the path to my pictures "%dir%", and this is my favorite picture
        "%file%". The background color is %color% and the title font "%font%".
        
    Restore text clips from backup...
        It's a simple implementation where the text clips are saved to a backup
        file the first time you make a change to a text clip in a session. The
        backup file is then not updated until the next time you run the program
        and make a change in your text clips.
        If something should happen to the clips, e.g. while importing from a file 
        or due to a nasty program/system crash, chances are you may be able to
        restore most of the clips by using this function.

Sync edit mode
    Made some changes to the sync edit mode.
    
    Insert any character:
        You can now insert any characters to the edited string(s). Even symbols.
    
    Select string and edit all identical strings:
        Normally the editor identifies identical words under the text cursor. But 
        now you can select any string, containing any characters, and edit all 
        identical strings at the same time. 
        First select a string as normal. Press the left or right arrow key to 
        clear the selection. All identical strings are now marked and can be 
        edited.

Script undo/redo
    Document.BeginUndo ... Document.EndUndo will only add one item to the undo/redo 
    buffer in this version. You can see this item in the undo/redo history window
    including the script name.
    
    Undo/Redo of a script action using BeginUndo/EndUndo is a bit faster as well. 

Code Explorer
    Function and method tracking should now be able to switch class automatically
    in the code explorer. E.g. if the text cursor is inside a method in class A
    and you move the cursor to a method in class B - class B will be selected in
    the code explorer and the current method highlighted.

Store modified documents in a temp folder
    Modified open files are now saved in regular intervals to a temp folder.
    If the program crash or exit unexpectedly the program should open the last
    saved version when restarted. 
    Note that this file may be a few minutes old and may therefor not hold all 
    your latest changes.
    
    The editor will still try to save everything to a temp folder if the program
    crash, but sometimes that doesn't work.

Backup extension (.bak)
    Added an option to add a backup extension (.bak) to all backup copies.

Navigation history
    Changed when navigation points are saved. The different points in the same
    document has to be at least one page apart (can be changed in options). 
    A new point may be saved when you left mouse click in the document or move 
    the text cursor left or right.

Document tab mouse wheel scroll
    You can now scroll through the document tabs using the mouse wheel. 
    The wheel scroll is activated when the left/right scroll arrow buttons are
    visible.

Misc
    * Some code changes to speed up the explorer lists in the panels and file commander.
    * The folder menu button hint on the search bar now display selected options.

Fixed
    * Select tag function issues.
    * Mouse wheel scroll issues in Windows 10.
    * Reformat paragraph when selecting upwards.
    * Reload as binary should switch the view to hex view.
    * Tab color based on file extension.
    * Block comment undo issue.
    * Theme issues with plain text.
    * A large number of other minor issues...

-----------------------------------------------------------
Version 10.50 (July 17, 2015)
-----------------------------------------------------------

Hex View
    Hex view and hexadecimal editing abilities has been added to the text memo
    component. The 3d party hex editor component has been removed.
    The loaded text or binary file is not altered or loaded between components 
    anymore when switching between text and hex mode. Everything is handled by
    my text memo component. This means undo/redo always work even if we switch
    between views and the hex view can use theme colors.
    
    * Options are available in the context menu.
    * You can display 16, 24 or 32 bytes per row.
    * You can group 1 or 2 bytes in each column.
    * You can display the text as ANSI or ASCII.
    * Undo/Redo now works even if you switch between text and hex view.
    * Colors can be set in the themes manager.
    * Font is set in Options -> Font and tabs.
    * Print font size is auto adjusted to make sure the display is fitted to each
      printed page.
    * Goto (Ctrl+G) a specified address in the file.
    * Some of the select functions work in hex view as well, like "Select All",
      "Select current line", "Select to EOL"...
    
    You can copy selected bytes (or words) as:    
    ASCII/ANSI
    C/C++
    C#
    Java
    Pascal/Delphi
    Visual Basic .NET
    -
    HTML
    Rich Text (RTL)
      
    Plain text and code is displayed as 16-bit words and it's indicated at 
    top left corner. Binary files are displayed as 8-bit bytes.
      
ASCII
    ASCII files are handled differently in this version. All ASCII files are
    opened and loaded without any conversion to Unicode. They are handled as binary
    files internally. ASCII characters are still displayed correctly for all 
    code pages.
    Converting between ASCII code pages will not actually change the file data.
    Nothing is altered, the characters are only displayed differently depending
    on which code page is selected.
    
    * You can even convert between ASCII and Unicode (and back).
    
    * Undo/Redo works now with conversion and changing encodings.

    * The symbol panel page "ASCII" is now adaptive and always display the full
      ASCII range based on the current code page used.
      If the current ASCII file use OEM Cyrillic - those characters are displayed in
      the ASCII page.
      
    * ALT + code should work properly now as well and insert the correct values.

Convert between ANSI/ASCII and Unicode
    All convert functions in the "Format" menu should work correctly now and work
    with undo/redo. You never risk loosing anything when doing a conversion. You
    can undo any conversion operation.

New document...
    Added an item to the "New" dropdown list on the main toolbar to create a new
    file. In the dialog window you can enter name, extension, file type,
    and encoding. You can also create a new binary file.
    
    It is also available on the "Home" page in the "Create new file" area.

Document map
    Added an option (in font and tabs section) to change the font size.
    The current line is highlighted in the document map.
    
Printing
    Added an option to auto adjust the printer font size to fit all text within
    the right margin (or column 80) to the printed page.
    This option is set by default and is available in the print dialog window.
    
Home page
    Made some visual changes to the home page and added an item to open the new
    dialog window for creating a new document.

Script menu
    Added a few new menu items to the script menu.
    
    * You can now add scripts to the script menu for quick access. This is a very
      simple implementation and only list the added scripts at the end of the
      menu.
      You can manage the added scripts (sort, remove...).
      
    * If you select the menu item "Run and select document..." you are prompted
      to select an open document. This document will be moved to the right side
      and used as the "Document" in the script.

Projects
    You can now assign a keyboard shortcut to all project commands (compile,
    build, run and user commands). Compile, Build and Run and Run without build can be 
    enabled in the main toolbar. Use "Environment - Customize toolbar" to enable them.
    
    Added an option to save modified files before build.

Search bar
    Made a few changes to the search bar. You can now use a one-line bar when
    searching in folders or project files. Use the new folder button to open a menu
    with a list of recently used folders, search filters and other folder
    functions and options.
    
Document switch list (Ctrl+Tab)
    Document switch list now handles mouse click, double mouse clicks and 
    mouse wheel scrolling.
    
    A single left mouse click will focus the item and display the document path.
    
    A double left mouse click will focus the item, display the document path
    and switch tab to the selected document. The document switch list remains
    open.
    
    If the vertical scrollbar is shown - you can scroll the list using the mouse
    wheel.

Line numbers
    Replaced the line number menu items in the "View" menu with one menu item.
    "Line numbers" will display or hide the line numbers for the current file
    type. So you can enable line numbers in text files, hide them in CSS files but
    display them in PHP files... 

Misc
    * Optimized code and improved editing performance.
    * Minor changes to how tab controls are painted.
    * Added an output format item to the color dialog for just the RGB values.
    * Remote FTP file path is now displayed in the window title.
    * Added an option to set the navigation history offset. The default is 1 page.
    * Format - Wrap lines at margin... should work with selections now and handle
      the column# value properly when using a proportional font.
    * Added "Save Copy As..." to the tab context menu.
    * Multiple selections are displayed in the document map.
    * Document tab hint information is better formatted.

Fixed
    * Open and save binary files didn't work properly and could corrupt the file.
    * Open, save and edit ASCII files didn't work properly.
    * "Unwrap lines by removing line breaks..." now work on selected text.
    * Auto highlight issue when displaying find results.
    * Syntax change issue when saving a text file and using a different extension.
    * Window redraw issue, could result in jumping display in panels...
    * Document map draw issue when selecting text with auto highlight words.
    * Cursor position issue when document map is displayed.
    * Left/Right/Center align should use the correct right margin value now.
    * Several other minor issues found when working on this release.

-----------------------------------------------------------
Version 10.40 (June 1, 2015)
-----------------------------------------------------------

Document map
    Added a document map view to the right inside the editor window. The view
    option is available in the "View" menu.
    
    The document map display a larger layout of the current document giving
    you a better overview. This can make it easier to edit, scroll and navigate.
    
    Highlighted words or selections are highlighted in the document map.
    Changed lines are marked by a line on the left.
    Bookmarks are marked by a small line to the right.    
    The current page is indicated by a colored line to the left of the document map.
    
    Navigate by mouse click
        You can navigate by a mouse click in the document map.
        The document view is moved to the clicked position in the document map.
        
    Scrolling
        * Normal scrolling will scroll and move the page marker in the document map.
        * Press Ctrl + dragging the scroll thumb to scroll the document map only.
          When you release the mouse button the document view is moved to the
          new location.
        * Mouse wheel scroll is faster when over the document map.
        * Ctrl + mouse wheel scroll will scroll the document map only.
          The document view is moved when you release the Ctrl key.
    
    NOTE! Not all editing actions are immediately reflected in the document map.
    E.g. editing text on a single line is not immediately updated in the map.
    Selection is not updated until you release the mouse button etc.
    The document map is designed to have almost no impact on performance. But
    it should be updated when scrolling, clicking the mouse in the editor area 
    or creating a new line...
    
Color selector
    Added output options to the color dialog window available in e.g. "Tools" menu.
    
    * You can select to output the color to the editor or the clipboard.
    * You can choose one of several color formats like Dec, Hex, RGB(r,g,b).
    * The output color can be enclosed by quotes.
    * You can select output case e.g. #ffccaa, rgb(255,180,120) or #FFCCAA... 
    
    Selected color in the document is used when opening the dialog window.
    All supported color formats can be used.

Home page
    Added a tab control with three tabs. Recent files, recent projects and
    recent sessions. This gives each recent list more space and we can display
    all three.
    
    Made some other minor layout changes as well.
    
Script menu
    Added a script menu. This allows you to handle scripts without the quickbar.

Script
    Added two new functions to the document object.
    
    Document.BeginUndo() - create an undo starting point
    Document.EndUndo()   - create the undo end point
    
    When the user press "Undo" all operations between BeginUndo() and EndUndo()
    will be undone.

Sessions
    Sessions are now listed in last saved order. New saved sessions are displayed
    first in the list. Old updated items are moved to the top when saved.

Search progress
    I've made the search progress window wider and added a progress bar. 
    The total number of files is displayed with the current file number. And 
    files are now displayed with a path (compressed if necessary).

Recent file list
    You can now set the number of items that should be displayed in both menu's
    and on "Home" page in options.
    
    Recent project and session lists are not affected. The number of projects
    and sessions displayed are unlimited.
    
Tools
    If you've set up the tool to display an output and the output is UTF8 encoded
    you can now set an option in the "Options - Tools" Add/Edit window.
    If the option is unset the output is assumed to be ANSI.

Undo/Redo history
    Made some visual changes and added a start point (undo state when the file
    was opened).

Misc
    * Removed the document tab menu item to change the tab color.

Fixed
    * A selection issue.
    * Document tab multi line hint issue.
    * Inserting text on each line.
    * Redo issue with "Insert text on each line".
    * Window title not updated when closing right view
    * Code explorer tab text color issue.
    * A few issues in the help file.
    * Document.Wordwrap in scripts.
    * RegExPos() in script should return 0 if nothing is found.
    * Switch highlighter manually didn't always work with files without extension.
    * Triple quote issue in Python.
    * Crash at Windows log off with modified files.
    * Recover files after crash, log off or reboot. 

-----------------------------------------------------------
Version 10.30 (Apr 28, 2015)
-----------------------------------------------------------

Clone document window
    Added menu items to the document tab context menu (right click over tab) to
    clone the current window. You can clone the document as many times as you want.
    A document can be cloned in the same view or you can clone it to the right/left.
    
    Cloned documents are the exact same document in new document tabs. Basically 
    it's the same as split window, but the clones reside in there own tab.
    Any change made to one document is immediately seen in all the others. 
    You can move them around, drag them out to an external window or close them
    in any order. Just like a normal document.    

Wordwrap with hard return
    Added option to enable wordwrap at right margin by inserting hard return 
    (CRLF) when wrapping the lines. It works with indent wrapped lines.
    
Wrap lines at margin with line breaks
    This feature was previously called "Insert line breaks". I've changed the
    name and redesigned the feature and options.
    You can now wrap all lines at the window edge, right margin, a specified column,
    or as displayed if wordwrap is turned on.
    You can also choose to indent wrapped lines.
    
    A menu item is available in the format menu.
    
UnWrap lines by removing line breaks
    Unwrap lines by removing line breaks will unwrap lines and preserve paragraphs.    
    This feature has been renamed was previously called "Remove line breaks".
    Information text was made clearer. 
    
    A menu item is available in the format menu.

Join lines (in edit menu and as script function)
    The join lines function should now by default add spaces between joined lines 
    and join lines even if they are blank.

Script    
    - Document.JoinLines
      The script function Document.JoinLines(bAddSpaces, bSkipBlankLines) now have 
      two new arguments. This allows you to change the behavior.
      bAddSpaces - add space between joined lines, or not.
      bSkipBlankLines - preserve paragraphs by skipping blank lines, or not.
 
    - Document.DeleteCurrentLine
      Added a new function to delete the current line. This is already available
      in the editor but was not added as a script function.
      
    - Document.DeleteLine(line)
      Added a new function to delete a given line.

Code explorer panel
    A double click on a class name should move the text cursor to the class
    in your source code.

Reopen as binary file
    Added "Reopen as binary file" as a context menu item to the document tab.
    It will reload the file and display it using binary mode. 
    
    In binary mode control characters are displayed as symbols, text is wrapped
    at the right margin and contents is always displayed as ANSI. The file may 
    contain zero's or other ANSI control values between 0 and 32.
    
Save Copy As...
    Added a menu item to the "File" menu to save a copy of the current file.

Install and update the portable version
    Added a folder called "Install and Update" which include an InstallUpdate.exe
    tool and a ReadMe.txt file.
    
    The tool is very easy to use and is able to copy the portable version to a
    new location or update an existing one.

Menu and theme fixes
    Disabled text is now drawn properly using the correct colors.
    Selected text should use the correct colors.
    
Misc
    * Delete from disk in the file menu now moves the file to recycle bin.
    * Added a button to "Save Session" dialog to insert current date/time as a description.
    * Changed how HereDocs are highlighted in PHP code.

Fixed
    * Mouse wheel scroll over the explorer tab should work again.
    * Slow clear of items in code explorer tag tree.
    * Tab color issues with themes.
    * A few install issues with multiple user accounts.
    * Regular expression find in Unix or Mac files.
    * Menu item colors when using themes.
    * Main tabs should remain hidden even if you switch to one.
    * Some syntax issues.
    * Select issue when scrolling.
    * Draw issue with themes (Canvas can not be drawn to).
    * Context menu issues with multilple monitors.
    * Several find/replace issues.
    * A few undo/redo issues.
    * Redraw issues.
    * Several other misc issues.

-----------------------------------------------------------
Version 10.24 (Apr 17, 2015)
-----------------------------------------------------------

Fixed a line change marking issue with replace all.

-----------------------------------------------------------
Version 10.23 (Apr 17, 2015)
-----------------------------------------------------------

Document tabs
    Made several changes to the document tabs and moved most tab display options
    to the theme manager. Tab colors are now connected to a theme so you can have
    different colors for different themes.
    
    Redesigned the tab close button. Should look better with most themes.
    
    The tabs themselves are drawn a bit differently and a few display issues has
    been fixed.

Tree views (search result, project view, code explorer...)
    Tree views didn't work properly with themes and had several issues. I've
    made several code changes to both the tree view control and the scrollbars.
    This should fix several issues and tree's should look better using themes.    
    
Text clips (clipboard history)
    The clipboard history view should use proper theme colors now.
    
Color picker buttons
    Made code changes to the color picker buttons (options, theme manager...) 
    to handle themes better. 
    
PHP and ASP tag highlight
    PHP and ASP tags are now highlighted just like HTML/XML tags.
    You can also use the "Search -> Matching bracket" function to jump between
    the enclosing tags.
    
Scope in search dialog window
    Replaced the dropdown list "Find where" with radio buttons. It was replaced
    on both the find and replace page.
    
Search (and search in files)
    In customize keyboard you can assign a shortcut to an action called "FindInFilesAction".
    This action will preset the scope and enable the folder field and buttons.
    
    Switching between "FindInFilesAction" and normal find/replace has been made more 
    intuitive.
    
Incremental Find (Ctrl+E)
    When the edit field has focus you can move up and down the found items by
    pressing the UP/DOWN arrows.
    
    Fixed an issue with the options dropdown menu. 
    
Misc
    * The document tab list now uses the same file order as the document list panel.
    * Number of selected lines are displayed in the statusbar.
    * Mixed line breaks are preserved when switching hex view.
    * Made some code changes to how proxy authentication is handled.
    * Added search result option (in context menu) to "Open all nodes after search".

Fixed
    * Hex view colors issue in options.
    * Open binary files e.g. .exe or .mp3.
    * Toggle hex view with binary files.
    * Split window issue with some file types like HTML files.
    * Remove folder from project.
    * Incremental search option issue in 64-bit version.
    * Replace in folder using 64-bit version.
    * A few display line breaks issues.
    * Find/Replace result view context menu "Close all nodes".
    * Theme manager issues and editor tab color problems.
    * Remove recent items on main tab "Home" when using filter.
    * Scrolling in split view.
    * Several find,replace and count issues.
    * Several minor issues when dragging the document tab to a new external window.
    * Several theme related glitches.

-----------------------------------------------------------
Version 10.22 (Mars 21, 2015)
-----------------------------------------------------------

Mixed line breaks
    The editor will now handle files with mixed line breaks.
    The status bar will add a *Mixed to indicate this e.g. Text file (*Mixed Windows).
    The mixed line breaks are preserved and will still be there when you save the file.
    
    * With "View line breaks" turned on - different line breaks will be displayed
      using different characters.
    
    * Moving the text cursor to the end of line will display the line break in
      the status bar.
    
    NOTE!
    A file should only contain one type of line breaks.
    
    Windows (\r\n), Unix/Mac (\n), Classic Mac (\r).
    
    If you open a file on different platforms you may end up with a file
    containing mixed line breaks. This is certainly not desirable and you should
    use the menu commands in "Format -> Newline format" to clean up the file.

FTP (Client and panel)
    The FTP client and FTP panel now include a log window displaying sent and
    received commands.
    A log view toolbar button has been added in the FTP panel.
    
    All file transfers are now verified if the FTP server support checksums. This
    includes synchronize transfers, upload, download and editing remote files.

Word completion list
    Added an action to display the word completion list. Even if the word complete
    option is disabled.
    To use it assign a keyboard shortcut to the action "ShowWordCompletionListAction"
    in "Environment -> Customize keyboard...".

Editor settings
    A backup is now created and restored if the main settings file is (for some reason)
    lost. If the settings and backup are both lost a backup of the original settings
    are restored. 

Search field on "Home" page
    Added search fields for recently opened files and recently opened projects.
    You can use a simple phrase or use wild cards.
    I also removed the "Open..." buttons.
    
Context menu on "Home" page
    Added context menus in the recently opened lists. Menu items are Open, Remove
    and Clear. Open and remove work on all selected files, but only on one item
    in the recent projects list.

File commander
    Removed the buttons at the bottom and redesigned the vertical toolbar.
    File manager buttons are visible when not connected to a remote server and
    FTP client buttons (download/upload/sync/log) are only visible when connected.

Option to check HTML/XML tags for file encoding
    The editor always check HTML and XML files for charset and encoding tag
    attributes. If found the encoding is used when opening the file.
    This is still the standard behavior, but now there is a way to disable
    this check. 
    
Block selection
    Select a block by placing the text cursor at the start position, left mouse click
    on the end position while pressing SHIFT+ALT will temporarily turn column mode
    on and select a column.
    
    You can still use the SHIFT+ALT+Arrows or ALT+LeftMouse drag to select a 
    column block.

Misc
    * Changed selection behavior when moving lines up or down.
    * Selection folds are working again in plain text files.
    * Selection is stored when closing the file, just as cursor position.
    * "Open file at cursor" will now check environment paths to find the file.

Fixed
    * A few issues with SFTP and using key files.
    * A selection issue with move line down function.
    * Ctrl+DblMouseClick over a parenthesis didn't always select the enclosed 
      text over multiple lines.
    * Remove object from project error.
    * <?= should be highlighted in PHP files.
    * FTP proxy server issue.
    * Several Syntax Editor issues when editing regular expression keywords.
    * Recent files with UNC paths could slow down startup.

-----------------------------------------------------------
Version 10.21 (Feb 24, 2015)
-----------------------------------------------------------

Vertical scrolling
    Made several code changes to make scrolling faster when using up and down 
    arrow keys. A few repaint issues were solved as well.
    
    Several code changes were made to improve speed with a visible ruler.
    
Indent lines
    Fixed several draw issues with indent lines and made it more robust.
    Matching code elements should be better indicated in most programming
    languages.

Auto completion
    Made "Word completion" is a bit faster and it should use less memory. 
    
    * Fixed some paint issues when using themes.
    * Fixed a lowercase issue with word completion.

Scripts
    The default file extensions for all script languages have been changed. 
    The new extensions are:
    
    BasicScript (.vbfs), JScript (.jsfs), C++Script (.cppfs) and PacalScript (.pasfs).
    
    The old extensions still work but to ensure that the syntax highlighting and
    auto completion work - add an "fs" at the end of the file extension.
    E.g. "MyScript.js" => "MyScript.jsfs"
    
Tools and Zen window
    External tools and Zen window are now theme aware and will use the same theme
    as the main program window.
    Changed the editor colors and syntax colors in the Zen window.

Search folder (in search-bar)
    The drop down list width is adapted to the contents. The longer the folder
    paths the wider the drop down list.
    
Misc
    * Made drawing faster when the ruler is visible.
    * General text drawing should be a bit faster. In some situations a lot faster... 

Fixed
    * Some options were not saved properly.
    * Copy and paste issues in find/replace dialog.
    * Menu position issue when using multiple monitors.
    * Duplicate line undo issue with empty lines.
    * Close document with "File has been deleted..." warning message.
    * Folder search should open the full search-bar.
    * Disable background colors for syntax elements in the theme manager didn't work.
    * Wordwrap issue with complex scripts (Unicode).
    * "View -> Set font..." only set the font temporarily.
    * Context help hints in project settings didn't work.
    * Document tab issue when closing tabs (in some situations).
    * Issues when saving keyboard shortcut changes (or creating the file, if missing, at startup).
    * Auto highlight selected words didn't always work.

-----------------------------------------------------------
Version 10.20 (Feb 7, 2015)
-----------------------------------------------------------

Open a document in a new window
    If you drag a document outside the page control and release the mouse button, 
    the document is opened in a new external  window. This can be very helpful 
    if you have multiple monitors or just want some more space.
    
    I also added a menu item for this in the document tab context menu.
    
    Closing the document window will return it to the main window as a normal tab.

Indent lines
    Indent lines are drawn differently to make code elements and folds easier
    to see.
    
    Added an option to only display an indent line when the text cursor is on
    an code fold node. This is very helpful when you want to identify a code
    block or matching tags, but don't want the code cluttered with indent lines.
    
    Added an option to set the width of the indent lines.

Explorer tab dropdown list (combo)
    Added a toolbar button on the explorer tab to show/hide the dropdown list.
    This gives you the option to only display the tree, just the dropdown list
    or both. You probably shouldn't hide both though.

Toolbar icons
    Replaced several toolbar icons that should look better on dark themes.
    
Command line option /SILENT
    Added a new command line option to open the editor silently. This means no
    splash screen, no reopening of last opened documents and the editor opens
    even if the "Only allow one instance..." option is set.
    
    You can for instance use it to open the current document in a new instance.
    
    Ex.
    Menu Text: Open in new instance
    Command: c:\Programs...\RJ TextEd\TextEd.exe
    Arguments: /Silent [FilePath]

Script functions and streams
    Added three new functions and fixed several issues with streams.
    The help file has been updated and examples reviewed.
    
    New functions are:
    function DirectoryExists(filename: String): Boolean
    function FileExists(filename: String): Boolean
    function FileSize(filename: String): Integer

Misc
    * Append to clipboard will append the current line if nothing is selected and
      the option "Copy current line to clipboard if nothing is selected" is set.
    * The toolbar items "New,Open,Save" are always visible and can't be removed.
      This is done to avoid issues that may occur otherwise.
    * Some minor changes in the project manager search function.
    * Cut/Copy/Paste should work better in find/replace fields.
    * Count (Search) now display found matched expression for normal search as well.

Fixed
    * Multi edit issue when placing cursors in random order.
    * User dictionaries are working again.
    * Scrollbar display issues with themes.
    * URL:s were not highlighted.
    * Auto indent should only insert spaces when the option "Tabs insert spaces" is set.
    * Save issue when running a tool.
    * Fold issues when comment folding was turned off.
    * Minor issue with document tab switch and MRU sort.
    * Close document tab issue (may occur very seldom).
    * Tool output issue when run in the background.
    * Find issue in the explorer tab.
    * Customize theme issues.

-----------------------------------------------------------
Version 10.11 (Jan 8, 2015)
-----------------------------------------------------------

Search field in project panel
    Added a search field on the project panel. It can find and handle both local
    and remote files.

Misc
    * Some minor visual changes.
    * Holding the keyboard shortcut to close the current document, will close all
      documents first after 3 documents have been closed.

Fixed
    * Crash when closing a document or the program.
    * Selection issue when using some save options.
    * An issue with reload document.

-----------------------------------------------------------
Version 10.10 (Jan 5, 2015)
-----------------------------------------------------------

Search result panel
    Added a toolbar button to view/hide (toggle) the search result panel. It's
    not visible by default. You can change that in "Environment -> Customize Toolbars".
    The keyboard shortcut SHIFT+ALT+F10 should work now too.

Import old (v9.x) syntax colors
    Added a dropdown menu item in themes manager to import old syntax color
    settings (v9.x). The dropdown menu is located to the right of the highlighter
    dropdown list.

    To import the C++ syntax color settings made in version 9.x - open the theme
    manager and select C++ as the current highlighter.
    Choose to "Import old syntax colors from settings" in the right dropdown menu.
    This will copy your old color settings and it should be visible in the list
    below.

Gutter selection (left mouse click in left margin)
    Gutter selection now always select full lines and expand selection when
    doing a SHIFT+LeftMouseClick in the left margin above the current selection.
    If a partial selection is already made, the selection is expanded to include
    full lines.

Script case functions
    Script case functions now use Windows API for better Unicode support.

Commandline option - Use a default save folder /DIR
    The default save folder is only used for new documents. When you try to save
    the new documents, the save file dialog opens in the default save folder.

    E.g.
    TextEd.exe /DIR "F:\MyFiles\MyFolder"

    when you create and save a new document the save dialog opens in
    "F:\MyFiles\MyFolder".

Misc
    * File Explorer tab issue. Changing tab could trigger drag n drop.
    * Key issues when editing file names in FTP tab (del, backspace...).
    * CloseAction (shortcut to close document) will close all documents if held down.
    * Made several minor visual changes.

Fixed
    * Issues with Unicode Big Endian encoded files.
    * Word count.
    * Splash screen position at startup.
    * Several find bar issues.
    * Backup document issues.
    * Mouse scroll issues in dialog windows and some lists.
    * An replace issue.
    * Text cursor issues.
    * Several issues with XML folding and in code explorer.
    * Shell combobox issues with themes.

-----------------------------------------------------------
Version 10.0(1) (Dec 2, 2014)
-----------------------------------------------------------

Minor update
    Updated the archive to fix a minor, but very annoying issue.

-----------------------------------------------------------
Version 10.0 (Dec 1, 2014)
-----------------------------------------------------------

32 and 64 bit version
    The main program and all included tools are available in 32 and 64 bit versions.

Program language
    If you install the program for the first time you are presented with the option
    to select the language to use in menus, windows and other texts.
    You can still change it manually in "Environment->Languages".

Panels
    The sidebars and bottom-bar has been removed and replaced by dock able panels.
    Panels can be pinned, unpinned and dragged to almost any position you want.

Themes
    Everything that changes the appearance are now handled as themes. This include
    application skins, panel styles and editor syntax highlighting and other editor
    colors.

    Themes are managed in the theme manager dialog window, available in the
    environment menu.
    All skins options have been moved from addons and syntax highlight settings
    have been moved from the options dialog. Everything is now handled in the
    theme manager.

    All created themes are listed in the (Environment -> Themes) menu. A menu item
    to open the "Theme manager..." has been added as well.

    For the average user this will make it much simpler to change the appearance.
    Changing a themes changes the application skin, panel style and editor colors.
    The more advanced users can still change all colors and set individual colors
    for different file types. It will also be possible to import/export syntax colors.

Visual appearance
    The entire design is a bit flatter and some dialogs and icons have been changed.

Addons
    Redesigned the addons dialog window to make things more intuitive and updating
    addons simpler.

Script and extensions
    The programming languages and components is now fully support Unicode.

    Characters now have there own type. They are not handled as integers anymore.
    This means you can use declarations like:

    char ch = str[1];
    char ch = #32;

    or conditions like:

    if (ch == "Z") { ... };

    The char type can handle Unicode characters.

File associations
    Associations can be added directly in the options dialog window
    "Options -> File". The Associate.exe file has been removed from the installation.
    It is no longer needed.

Symbols panel
    Symbols are now read from a file "AppData\RJ TextEd\Data\PanelSymbols.txt".
    You are free to modify this file if you wish. It is not overwritten when
    updating the program.

Font quality
    It is now possible to set the font quality of the text rendered in the editor,
    menus and all program windows.
    To change the font quality setting open the option pages:

    Editor text
    Options -> Display.

    Menus, windows...
    Options -> Style and fonts.

    Or simply use the search feature in options.

Open recent files (Sessions,Favorites)
    Made some changes and placed the checkboxes to the left side.

HTML preview
    The Firefox and Chrome previews have been removed from the program. They are
    both outdated and incredibly buggy. I spend most of my time just trying to fix
    issues in those two components, or find some workaround just to make them run.
    That time could have been used to make improvements to the rest of the program
    instead.

    The IE preview is still available and I have no intension to remove it. It's
    always up to date and is very stable.

Passwords
    Passwords to remote FTP servers are encrypted, when store locally. This new
    version is not compatible with the old versions, so you will have to re-enter
    all passwords to your FTP/SFTP servers and proxy servers again.

Install script
    The setup file include both 32-bit and 64-bit binary files. On a 64-bit
    system, the 64-bit files are installed. And on a 32-bit system the 32-bit
    files are installed.
    If a 32-bit version of the program is found on a 64-bit Windows, You are
    asked to uninstall it.

Portable version
    The portable version include both 32-bit and 64-bit versions. I also created
    links to make it easy to run each version.

Fixed
    Fixed several issues reported by users.

-----------------------------------------------------------
Version 9.20 (July 15, 2014)
-----------------------------------------------------------

Sort lines (Asc, desc, advanced)
    Re-wrote the sort routines to increase speed and use
    less memory.
    The undo/redo functions use much less memory as well.

Scripts
    Added a "Printer" object to enable printing from a script.

    Added a new class called "TMemInifile". Use it to create or
    read ini files.

    Added the class "TElMainMenu". Use it to create a main menu
    in a script form. The help include an example script.

    Added new events: OnApplicationActivate, OnApplicationDeactivate and
    OnDocumentReload.

    Updated the help to include some more non-visual classes,
    visual components and dialogs.

    The TTnt classes were removed. They are not needed in version 10.
    All classes and components will support Unicode in version 10.

HTML Preview
    Both Firefox and Chrome preview components have been removed from
    the installation. They can still be installed using the "Addons"
    dialog window.

Addons
    Added pages to handle HTML preview components. Both Firefox and Chrome
    preview components can be installed or removed.

File Commander
    Added 7-zip support and made some changes to the compress option
    dialog window.

Misc
    Fixed some minor issues.


-----------------------------------------------------------
Version 9.10 (June 7, 2014)
-----------------------------------------------------------

Application recovery and restart
    If the program crashes Windows will ask if you want to restart the program,
    shut it down or continue running. Application recovery and restart only work
    on Windows Vista or later.

    All open files can be recovered. Even modified, remote or new files.
    An open project is recovered as well.

    If you restart the program the currently opened files are saved and
    reopened after restart.

    If you close the program all files are saved and you are asked to recover
    the files the next time you run the program.

Undo/Redo
    Macros are now undone or redone in one single step.

Backup files
    It's now possible to backup up to 100 copies of the document. The current
    date and time is added to the backup files.

    If you want to backup to a folder you can either type a folder name or give
    a full path. If you only type a name - a subfolder is created for the backup
    files. E.g. type "_Backup" in options if you want the backups in subfolders
    with the name "_Backups".

    Fixed a few issues.

Select tag text block
    Added a menu item to select the text between a start tag and an end tag.
    "Edit -> Select -> Select tag text block".

Scripts
    Added new Unicode enabled classes to be used in scripts.

    TTntStringlist
    A Unicode string list.

    TTntForm
    Form with a Unicode title text.

    TTntGroupBox/TTntCheckBox/TTntRadioButton
    Unicode enabled group box, check box and radio button.

    TTntLabel/TTntButton
    Unicode label and button.

    TTntComboBox/TTntListBox
    Unicode enabled combo and list box.

    TTntEdit/TTntMemo
    Unicode enabled text edit controls.

    TTntFileStream/TTntMemoryStream
    Streams that use UTF-16 instead of ANSI.

Help
    Added new topics in the script section for common visual components like
    labels, buttons, listboxes, comboboxes, forms, edit controls, memos, groupboxes,
    checkboxes and radiobuttons.

Misc
    * Added "Halt a running script" in the "Tools" menu.
    * Auto save only save modified document.
    * Sort functions should work in a macro now.

Fixed
    * A language issue in the Dutch language file.
    * List of addons to download was not updated properly.
    * Hex editor options.
    * Several issues in options.
    * Highlighter dropdown list issues with user highlighters.
    * New document dropdown list issues.
    * Reformat block with indent.
    * Reformat paragraph sometimes added a space at the beginning of a line.
    * Command line option /L didn't work if the program was already running.
    * Reload document shouldn't change the file encoding.
    * Code fold issues.

-----------------------------------------------------------
Version 9.0 (May 19, 2014)
-----------------------------------------------------------

Navigation history
    Added navigation history buttons in the main toolbar. Back button, forward
    button and dropdown lists. You can also use Alt-Left or Alt-Right.

    In options (Program -> Navigation history) you can set the number of saved
    navigation points and if you want to include main tab changes, like a switch
    to the file commander tab or the preview tabs.
    You can also activate full path hints, if the displayed file name is not
    enough.

Scripts
    Characters are now handled as integers (char = int). To assign a character
    variable you can do the following:

    char wch = Ord("A");

    or

    int wch = Ord("A");

    or

    string s = "ABC";
    char wch = s[1]; // wch now contain the integer value of "A", which is 65.

    In conditions you can use

    if ( wch == Ord("A") ) { .. }

    or

    if ( Chr(wch) == "A" ) { .. }

    Ord() converts a character, given as a string, to an integer value.
    Chr() converts an integer value to a character, given as a string.

Options "Apply"
    Added an "Apply" button in the options dialog window. This will set all options
    without closing the window.

Advanced tab color settings
    You can now add folders as well as file extensions to set document tab colors.
    Also added up and down buttons to change the items position and priority in
    the list.

Delete duplicate lines
    Added a function in "Edit -> More line operations" to remove duplicate lines.
    The function will preserve the first occurrence and then remove all duplicates
    inside the selection, or entire document if nothing is selected.

Search box in text clip tab
    When you start type something all found clips are listed below the search
    box. Click or hit RETURN to select.

Recent files
    Added an option to display the file name and full path on the same line.
    Added an option to display full path hints in the drop down menu.

Favorite files
    Added an option to display the file name and full path on the same line.
    Added an option to display full path hints in the drop down menu.

Explorer tabs
    Added a tree view button to the explorer tab toolbar. This will open or close
    a folder tree above the file list.

Misc
    * Made some changes to the syntax editor.
    * Made some changes to all dialog windows.
    * Added spell check options for line color and width.
    * Added a help menu item for regular expression.
    * Added a regular expression  help button on the create regular expression window.
    * Changed some icons in the help menu.

Fixed
    * Right ALT key in keyboard shortcuts should work now on English keyboard layouts.
    * Some search issues in the options windows.
    * Undo issue with multiple editing.
    * Error message when closing many files using a keyboard shortcut for "Close document".
    * Network files were not added to the recently opened file list.
    * Empty [CurrentWord] argument when running help files as tools.
    * Fixed some links on the "Home" page.

-----------------------------------------------------------
Version 8.95 (April 8, 2014)
-----------------------------------------------------------

Beautify and verify HTML/XML
    Made some changes in the HTML menu and added menu items to beautify,
    verify and set options. The functions use the included Tidy.exe to generate
    output and validation.

    There are a huge set of options you can set individually for HTML, xHTML and
    XML files.

Scripts
    Changed the script event

    void KeyPress(TObject sender, char key)

    to

    void KeyPress(TObject sender, int key)

Explorer Tab
    Removed the explorer tree and made some changes to increase speed. This should
    fix the issues some users experience with freezing program, which could happen
    at startup or when opening or saving a file.

    The speed improvement should be noticeable on all systems.

File Open/Save dialogs
      Removed the built in file dialog. On Vista, and above, the standard file
      dialogs are used. On XP, and below, the Office text file dialog is used.
      This should solve the freeze issues on some systems.

      The options to select file dialog type has been removed as well.

Misc
    * Renamed "Addons -> Themes" to "Addons -> Skins".

Fixed
    * When opening a file from Windows Explorer or context menu the text area
      sometimes went black.
    * Some search-bar resize issues.
    * Insert text on each line when inserting text at the end.
    * Find next/prev issues when using regex.
    * Display and highlight issue when switching between highlighters.
    * Display and highlight issue when saving a file using a different file extension.
    * Some search-bar popup menu issues.
    * A "Find Note/Todo" issue.
    * A "Find Bookmark" issue.


-----------------------------------------------------------
Version 8.91  (Mar 15, 2014)
-----------------------------------------------------------

Scripts and Extensions
    Rewrote the entire script engine to use wide strings (UTF16) instead of
    ANSI/UTF8 strings. All string types are now Unicode strings
    (String = Widestring).

    Functions and classes now use Unicode strings as well.

    E.x. C++ script

    {
        TTntStringlist ls = TTntStringlist.Create;
        ls.Add("Hello World!");
        ls.Add("Привет мир!");
        Document.SelText = ls.Text;
        ls.Free;
    }

    Some properties and methods have been removed since they are not necessary
    anymore.

    Use:
        Document.SelText    (not Document.WideSelText)
        Document.Text       (not Document.WideText)

        ScriptUtils.Pos     (not ScriptUtils.WPos)
        ...

FTP (open remote file)
    If the editor fail to open a remote file, a new attempt is made using the
    full FTP path to the file.

Language files
    Updated a few language files and fixed an issue in the Dutch language file.



===========================================================
 RJ TextEd is a full featured text and source editor with
 Unicode support. You can download the latest version at
           http://www.rj-texted.se/download.htm
===========================================================