Call us at +1 586 62 ELLIE Office Opened
sales@elliecomputing.com

Newsletter
Keep up to date with the new features added to ECMerge, the new products that we release and receive special offers! (approx. once a month):
HTML version
Text version
Testimonials

NewsRSS 2.0
August 25th, 2008: We just released ECMerge 2.1.81. This version fixes several bugs.
               

What's new ?

 

 

2008-8-8 (version 2.1 build 80)

General

  • Added new automatic multi-user activation for system administrators (see Multi-user activation)
  • Fixed Bug n°174: error message in blank 'empty view' not always high enough to show entire message

Scripting

  • Added new macros toolbars and default shortcuts, it is now even easier to customize ECMerge
  • "script_url" is now available during macro scripts execution

Folders

  • Fixed Bug n°176: folders date precision too tight may prevent the "Compensate filesystem precision loss" from working

2008-7-1 (version 2.1 build 79)

General

  • Fixed bug n°172: Open again/similar box would not always take new option set into account 

Scripting

  • Fixed bug n°167: FolderDocument.get_item did not work straight after "new Document"

Patching

  • Fixed bug n°162: in Unix unified patches, the "\ No new line at end of file" notation was not parsed correctly 
  • Fixed bug n°165: application of 'normal' format patches may fail with "Warning: source should be missing and is present"
  • Fixed bug n°166: patches between files with no dates had no date in header which results in patches not easily parsable by other tools 
  • Fixed bug n°169: for patch import help ID is wrong, though the help page exists

Text

  • Added PO Files colorization
  • Fixed bug n°170: language recognition with filename fails for contextualized names (i.e. with ;id=value) 

Folders

  • Changed behaviour of default action in folder view (triggered by double-click or enter key), now if any folder is selected, the default action is to toggle the expansion at one level, else it is to open the selected files (as differences in differentiation or merge mode and as simple editor for the browser)
  • Added "Refresh" for selection only, which is particularly handy when comparing very large collections of files/folders and you know that only a few directories need to be listed again
  • Fixed bug n°159: dragging from icon in folder view did not work
  • Fixed bug n°160: could not parse some FTP listings
  • Fixed bug n°161: changing run-time parameters in folder diff view should not reset files comparisons
  • Fixed bug n°164: dragging to copy may not work as expected 
  • Fixed bug n°168: right click menu Open Diff As sub-items were not disabled in browser

Mac OS X

  • Fixed bug n°163: "Save" box for new files wants a dot at end of file name
  • Fixed bug n°171: image viewer could not activate right click menu on Mac when Left click+Ctrl is used to simulate right  click

2008-5-26 (version 2.1 build 78)

General

  • Changed startup options handling: now --default is accepted but ignored and new flag --factory was introduced. --factory requires factory settings to be used for the document initially loaded and ensures that the run is independent from local machine/user settings.
  • Added --log-to which let logs be written to any URL (currently FTP/FTPS or local) in addition to their normal target (standard error and log window). Users can now get errors log in a common way on whichever platform they run Ellié Computing Merge.
  • Added --app-settings-file and --app-settings-file-read-only options. --app-settings-file let you specify a particular location on local disk to load/save the settings file, this is particularly useful for bundlers who can save Ellié Computing Merge settings in their own settings directory this way. --app-settings-file-read-only prevents writing to the settings file.

Scripting

  • Added System.Console object which let scripts read lines of text from standard input and write text to standard output and error streams. This is practical to parameter your scripts with list of files, or to display your results based on Ellié Computing Merge comparison structures. With the quiet flag activated, you get only your own output.

Folders

  • Fixed bug n°154: Problems could occur when using filename filtering options

Mac OS X

  • Fixed bug n°155: language list not sorted on mac
  • Fixed bug n°157: Typing Apple-Y when there is nothing more to Redo types Y
  • Fixed bug n°158: Sometimes changing columns width in Folders view could crash

2008-3-19 (version 2.1 builds 77)

General

  • The --serial-number command line flag was mistakenly documented as --serial.
  • The member 'document_type' of Document.Parameters was mistakenly document as 'object_type'.

Command line

  • Fixed bug n°152: --serial-number parameter was taken into account later than necessary in some situations
  • When --cli or --quiet was used, a default document was still generated as in normal GUI , it could be unpractical and was removed

2008-3-11 (version 2.1 builds 76)

General

  • Added on option which lets a bounding process run Ellié Computing Merge with a provided serial number (--serial="licence-key"), allowing bundling of Ellié Computing Merge to be totally independent from the installed version and its configuration

Texts

  • Fixed: Writing inclusive merge result in 2 way would not put markers around second side on conflict
  • Default 'Save' action on close now saves the result, no more an ECMS/ECMT.

Folders

  • Running folders in GUI mode from command line disables --lockedui mode
  • New options (include/exclude patterns) available from the OptionsSet objects
  • Fixed double question for: 'File write protected, do you want to check it out?'

Scripting

  • Added System.Process and System.Synchronization hierarchies to run process and wait for their termination
  • Added "properties" member to URL and parameter to new URL letting all the advanced options be used from scripting (multi-connection, SCC branches/labels browsing, encryption flags...) 

Windows

  • Added an option to let the user choose between saving the settings in the "local settings" section or in the normal roaming section of the user profile.

2007-12-17 (version 2.1 builds 75)

General

  • Fixed bug n°149 introduced by fix of bug n°145 in 2.1.74 (swapping left/right after reducing from 3 to 2 could cause strange behaviours) 
  • Fixed bug n°151: running in --sip or --lockedui mode could sometime cause a crash at startup

Windows

  • Fixed bug n°148 with Vista / certain roaming user profiles configurations

Linux

  • Fixed bug which could provoque data loss in particular in-place overwriting situations

Scripting

  • Added is_in_fully_solved_state function on Document object
  • Added --pdl-script and --pdl-script-text command line options
  • Fixed bug n°147: scripting totally empty selection could cause troubles

Documentation

  • Documented Application.script_url variable, already available since first 2.1
  • Fixed a few typos

2007-12-03 (version 2.1 builds 74)

General

  • Fixes bug n°145 which could occur when using the "Swap between 2 and 3-way comparisons" button

Editor / Texts

  • Fixes bug n°143 which would show the Copy/Cut icons as disabled whereas they worked
  • Fixes bug n°146 (number of non-blank characters between inline changes might be ignored)

Folders

  • Fixes bug n°144 which let a trailing path separator in folders name when entered in combobox

Scripting

  • Added new function RegExp.execBackward which has the same specification as RegExp.exec but searches backward for the regular expression

2007-10-26 (version 2.1 builds 73)

General

  • Fixed logging overflow: when an extremely large list of log entries was output in a short time, these entries could be chopped off arbitrarily (due to text control limitations)

Scripting

  • Fixed undefined metadata in browser
  • Fixed missing argument check in FolderDocument.Item.get_url( )
  • Improved parsing errors reports

Windows

  • Fixed menus images in front of items with shortcuts; they would disappear

Unixes

  • Fixed crash occuring when GTK 2 in version 11 at least was installed

2007-10-08 (version 2.1 builds 64 to 72)

These versions fix few bugs discovered during the beta cycle.

General

  • SCC interface for Code Co-op (only checkout)
  • New --watch-merge command line option

Scripting

  • More macros available for image and folder views
  • New Application object members (initial_document, executable_path, ui_language)

Text

  • Fixed a bug occurring at save time: undo stack could actually coalesce more actions than expected together; making undo difficult to use.

Folders

  • New path based filtering

Platforms

  • Added Mac OS X x86 platform

2007-07-26  (version 2.1 build 63)

This version contains 5 new major features, and many improvements:

  • Source Code Controls
    You need to install the command line tools for that SCC. Generally you will not need any specific configuration thanks to auto-detection fonctionality.

    On Windows, we support CVS (1.11 and before, 1.12 and after), SubVersion, ionForge Evolution, Perforce, VSS.
    On Unices, we support CVS (1.11 and before, 1.12 and after), SubVersion, Perforce
    • Browsing
      You can now browse the content of several source code controls repositories.
    • Checking files out
      You can also check files out for those SCC for which it is natural.

This system is extensible and adding a new SCC is generally easy. Please contact us if you would like to have another SCC supported.

  • Scripting and User Macros
    An ECMAScript compatible scripting engine is now included in Ellié Computing Merge. It lets you run comparisons, synchronizations, retrieve statistics, produce reports, script the text editor, the views... 40 dedicated objects are available to script the comparisons, hundreds of settings were made available: all the power of Ellié Computing Merge at hand!
  • Unix Patch Import
    You can now apply Unix patches within Ellié Computing Merge. More importantly you can preview the application before saving. Single and multi files patches are supported, together with files deletion semantics, fuzzy matching...
  • Keyboard Shortcuts
    The keyboard shortcuts for any menu item can be changed. New shortcuts can be added for user macros, or commands which prove to be used often. You can re-assign existing shortcuts to your preferred commands rather than ours!
  • Full featured command line
    The command line is able to run differentiations and merges directly for files and folders. Run on a differentiation, it will now export a textual report to the standard output by default. It is able to run scripts as well. The command line now also returns a meaningful value all the time (when run for merge).

General

  • Greatly improved search and replace features: Ellié Computing Merge can now search for regular expressions (both for text and file names), replace all matches in selection, searching within differences. Folders can rename multiple files at a time using regular expressions and replacement patterns.
  • Added (optional) tips on startup, it can help you get more of Ellié Computing Merge.
  • Added 'simulate' question to run a simulation of the merge operations (use --yes=simulate to activate it during initial operations)
  • Added 'inclusive-merge' question to allow saving merged files with conflicts using the inclusive merge (use --yes=inclusive-merge to activate it during initial operations)
  • Added many descriptive flags for converters and made activation more flexible (through scripting), added auto-detection built-in script. Installing a converter is then just matter of asking us a detection scripting and pressing a button.
  • Fixed bug of 2.0: refreshing would not re-apply filters
  • Fixed bug of 2.0: extensions fields to force comparison of a given type where not always well reloaded to the panels while well applied 
  • Fixed bug of 2.0: focus was not given to find combo field but to the find box itself, which was not practical

Installer

  • Improved installer : keep the installation language for latter execution
  • Documented unattended installation

Folders

  • The Generic Copy feature now copies items in parallel (it uses as much connections as available). It makes SCC copies and/or SCC to FTP deployment very efficient.
  • A Check-out menu item was added
  • View and Edit menu items have been merged into View which actually runs View if the file is read-only and Edit if it is read-write.
  • Improved the combo boxes MRUs so that they do not keep in mind URL to temporary location (when using folders filters)
  • Fixed a bug of 2.0 which could cause a crash in particular run conditions

Texts

  • Typing in a View-only file proposes now to unlock it, if it is under a SCC Mapping, it proposes to check it out.
  • Added option to insert spaces when pressing TAB key
  • Fixed a bug of 2.0 which could provoque data loss when using a sequence of edition such as: Open, Edit, Save [, edit, save...], Swap to read-only, Swap to read-write, Save.

Reports

  • Large numbers are now displayed better (with a thousands' separator) 
  • Unix patches are now more compatible when handling missing files 

2007-01-25   (version 2.0 build 54)

Folders

  • Fixed an error writing results, which could happen when using auto-merge

Linux

  • Added documentation to explain how to remove Ellié Computing Merge with only two commands

2007-01-02   (version 2.0 build 53)

General

  • Fixed editing source combo then clicking browse button combination, the latest edition was ignored
  • Improved Help Window, keeping font and other settings

Folders View

  • Tooltip on file name is now made of the entire path
  • Recursive removal now handles better read-only files and does not enter any more symbolic links to folders

Text Comparisons

  • Fixed a problem when reloading ECMS files: in certain conditions, "Inconsistency found" message would be displayed.

Windows specific

  • Fixed launch parameters in Windows Explorer extension, the factory settings were used rather than the default settings
  • Fixed Unicode file name handling in Windows Explorer extension,  now a Unicode build is deployed on WinNT/2K/XP/Vista

2006-11-22 (version 2.0 build 51)

General

  • Fixed Folder font options

Text Editor

  • Fixed Shift-F3 backward find, would go forward after some searches
  • Fixed Shift-F7 Previous Difference, would jump some differences

Text Comparison

  • Added "Resolve with" documented shortcuts to the Right-Click Menu and to the toolbar's tool

FTP

  • Fixed: rename function would fail silently
  • Fixed: browsing top folder of servers with an entry path

2006-11-15 (version 2.0 build 50)

General

  • Improved the rendering of output location selectors icons (when disabled)
  • Improved notebook design (add close button to the tab, navigation arrows)
  • Improved Find box (Find/Replace MRU, Wrap option, Mark All, Replace All)
  • Improved Windows List dialog box (handle double-click to activate, del/backspace to close), added a shortcut to get it
  • Improved application icons
  • Dropping a file system item on the empty or error view opens this item in the panel
  • When swapping between 2 way and 3 way differentiation, the ancestor source is remembered
  • German and Italian translations
  • Fixed: (Under Win9x only), dragging files from a folder view cause a wrong drop (filenames are split at each character)
  • Fixed: When starting a drag, the selection is sometimes reset to a single item near the start of the drag
  • Fixed: Multithreaded comparison scheduler is not stopped during copy operations, and may interfer during file loading
  • Fixed: Win9x/Me have very tight GDI limits preventing more than approximately 18 diffs or 90 editors, using more than these numbers may crash. The application implement a hard limit (12 views)

Text Editor

  • Added Auto-Indent

Text Comparisons

  • Enabled word wrapping in differences (making comparisons of long lines more practical)
  • Improved line synchronization in heavily modified text files differentiations

Folder Browser / Comparisons

  • Copy / Paste to the sources combos work and keep all the connection parameters
  • Added "Select Bookmarked Items" menu item
  • Added a warning limit when opening numerous views from a Folder
  • Added comparison re-scheduling code which favours currently viewed items
  • Plus, minus and star key now operate on the entire selection, rather than the current item

FTP

  • Fixed FTP anonymous mode (was handled as no login/password)
  • Fixed FTP URL display in XML/HTML reports

2006-10-24 (version 2.0 build 45 Beta)

General

  • Configuration file now uses a new name each time forward compatibility is not insured (allowing parallel installations)

New FTP / FTP over SSL connectivity

  • Active / Passive connections
  • FTP over SSL (using AUTH TLS/SSL or using implicit SSL connections)
  • Comparisons are done very efficiently (on large sets of small files Ellié Computing Merge goes much faster than several of our concurrents by using multiple parallel connections, and the "numerous small files" case is the common case with web sites)
  • A log view can be enabled to show you the potential connection problems
  • Various options allow you to use anynomous login, passwords, SSL certificate authentication, server authentication

Folder Comparisons

  • Added grouping of folders (optional, to Top or Bottom)
  • Added sort by any column (name, size, MIME type, differences count)
  • New filtering options in 3-way mode (excluding file which are unchanged only at left/right, this is very practical to show a subset of what one co-worker only changed)
  • Case sensitiveness of file names comparison is now an option
  • Right click menu Open commands have been improved, drag'n'drop as well 

Text Comparisons

  • New in-line merge features helping resolution of Change/Change conflicts

Image Comparisons

  • Supports web formats (PNG, GIF, JPG), plus many others (BMP, XPM, TIFF...)
  • Several differentiation algorithms (Blank similar which overlays two images and blanks similar areas, Difference which shows directly arithmetic colours components difference, accumulated or chanel per chanel)
  • Zoom, stretch and alignment

Reports

  • New image XML and HTML report, differences and thumbnails and images are generated as PNG (all of them are optional), metrics are output in XML/HTML (PSNR / MSE, exact/similar/different pixels count)

User Interface

  • Much more toolbar options are now available. Toolbars can be dragged, docked and hidden.
  • New "Document Type" combo allows you to switch document type dynamically for given sources (for example, to compare binarily text or images, or compare text source of XPM images)
  • Output locations selectors (glasses/database write arrow icons at the right of source selection Browse Menus) replace previous Select as Output Location menu item, as well the Selection Output Location dialog box and option panel
  • Can now jump from View/Edit mode to Comparison mode by pressing 2/3 button in the toolbar
  • Accelerated various boxes and Views closure

2006-09-07 (version 1.2 build 34)

General

  • Text editor would always ask for new file name when saving a file opened from MRU combo
  • Added dynamic language handling. Simply adding a directory with a language code and the right files inside it (lg.xml, report.xsl and .po files) will show new language in Language / Application box. If you want to translate Merge, please contact us, we will give you explanation and material to easily translate the software. We can give free licences to translators
  • Renamed "File Comparisons" into "Text Comparisons" in order to prepare for other types of differentiations
  • Improved memory footprint of the statistical engine as well as its speed
  • Fixed some translations
  • Improved documentation
  • Simplified Licence

Folder Comparisons

  • Default comparison option is now set back to "Check files content if date or size are different"
  • Fixed problem stopping idle comparisons
  • Fixed crash when using backward find on  fully empty differentiation

Text Comparisons

  • Fixed crash in XML Filter on some mal-formed XML
  • XML Filter defaults were changed from "All tags" to "Tags with no spaces", which should have been the default (because it gives far better results)

Reports

  • Fixed bug in binary file report using monochrome rendering
  • Fixed bug generating simple binary reports from command line
  • Fixed bug preventing report generation when using relative paths from command line
  • Fixed bug in folder reports forcing column widths to inappropriate values
  • Fixed bug preventing generation of Unix Patch sub-reports in HTML/XML mode
  • Fixed least/most recent icon background bug in IE
  • Added explanation on how to print HTML reports from IE, Mozilla, Netscape with best rendering
  • Added new details within the files differences statistics in folders report
  • Added explanation about last Changes Count column in folders report
  • Added information about changes inside conflicts for text files, making it easier to evaluate the actual time to solve these conflicts
  • Added new option "Format lines in a single column for identical parts" , this new option is activated by default
  • Added information about actual loading encoding for files
  • Changed HTML reports graphical design to follow Ellié website
  • Reduced the size of generated HTML reports (up to 30% in common cases, theoretically up to 70%)

2006-06-21 (version 1.2 build 33)

General

  • Fixed a wrong message when it is not possible to Unlock a file (make it writable)
  • Fixed a crash when trying to use Open again... menu item
  • Used a better size for date/hour controls in Options panel
  • Improved the rendering of some UI elements (buttons, live-update for splitters...)
  • Improved drag'n'drop (dropping 2 or more files on combo is handled as in the top level frame, can drag'n'drop a sub-folder in a folder view to replace the root of differentiation without having to press Control key)

Linux

  • When dropping several files, the UI would not ask if they are to be compared or opened individually

Solaris 10 x86

  • First release for this platform, installable as a standard SunOs package

2006-06-14 (version 1.2 build 32)

General

  • Fixed a regression bug when trying to open a binary comparison from command line
  • Fixed a regression bug when using the "Fill from clipboard" menu item in text mode
  • Fixed a regression bug when reloading folders documents (particular actions could provoque "Document not recognized" error)
  • Added handling for 32 new encodings on Windows (ISCII, Chinese, Japanese...)
  • Improved the behaviour of the software when it is not possible to make a backup file prior to saving (text views)
  • Fixed a visual bug in time field of "Filter by date" panel
  • Improved transitional memory overhead when loading large text files or pasting large texts
  • Added link in demo/test welcome screen to check if a newer version of the soft exists

Linux

  • Renaming a file or folder in folder view would overwrite target file without confirmation

2006-06-07 (version 1.2 build 31)

General

  • Fixed display problem in Text Comparisons HTML report generation: now constrains the files contents display to the screen width even with very long lines of text making the reports suitable for printing
  • Improved rendering of monochrome reports
  • Fixed Ctrl+TAB view navigation on Linux
  • View navigation gives focus to last used source
  • Searched text is now selected when opening Find box
  • Default action in Folder view is now to Open Diff is diff mode, Merge in merge mode (rather than always Diff)
  • Added shortcut for Delete (Shift+Delete key) in Folder view
  • "Set text output options" is now always available for Folder (even in Diff mode) to allow converting Generic Copy
  • Markers, ignored items and resolutions actions in Folder view are kept in more situations making a document easier to re-use

Templates and status files

  • Fixed a bug preventing reload of certain ancient ECM? files
  • Fixed a bug which discarded markers and ignored items at save time in rare conditions

Linux

  • Default installation now works out-of-the-box in most Linux systems (kernels 2.4 / 2.6)
  • Added a "Web browser" command line in the Commands panel of the Application Options. This command line is used as a fallback, if the system settings to launch a web browser cannot be found or used.

2006-05-29 (version 1.2 build 30)

General

  • Ellié Computing Merge is now multi-threaded, for a better resource usage on new Dual Core and multi-processors computers
  • Converters
    Files can now be preprocessed by user-defined converters. This allows to export PDF/Word files to plain text, or ZIP archives to folders.
  • Reports
    Patch, XML and HTML reports can be generated on both File and Folder Comparisons. Many customizable options. Define recurrent comparisons as .ecmt files and generate merge reports periodically. Reports in Folder Comparisons can be generated on the whole hierarchy, or on the selected/bookmarked items.
  • Comparisons statistics
    Displays a dialog box with the summary of the comparison: number of changed, unchanged, inserted, removed, ignored items. Comparisons statistics in Folder Comparisons can be generated on the whole hierarchy, or on the selected/bookmared items.
  • Options sets
    Define several sets of options you often use for Text or Folder Comparisons (comparison options, filters, converters, display). When opening a new comparison, you can select which set of options to use for it.
  • Find feature change
    Ellié Computing Merge now finds the same text in all opened documents.
  • Pure command line application
    On Windows, a pure command line executable is delivered to be used in batches. On Unix, an argument can be specified to force pure command line behaviour.
  • Spanish translation

Folder Comparisons

  • Filters by date
    Specify some date-based criteria to hide files and exclude them from the comparison
  • More filters by status
    Capability to hide files or folders present or missing in any of the hierarchies. Capability to hide all folders that do not contain any visible files.
  • Show/hide hidden files and folders
    Files and folders that were excluded from the comparison (regarding Name/Status/Date criteria) can be displayed in the Folder Comparison view, using the colour assigned to "ignored" items.
  • More comparison heuristics
    Ellié Computing Merge now handles more heuristics to apply on files, so as to determine whether they are equal or not regarding the specified criteria (based on date and/or size information). When these heuristics do not determine the file status, Ellié Computing Merge will perform a content comparison.
  • Time zone adjustment
    Capability to set an offset for any of the folders hierarchies.
  • Generic Copy from one source to another
    Ellié Computing Merge opens a dialog box to test/perform a copy action from one folder hierarchy to another one. This dialog box shows how many file/folder creation, deletion or copy will occur. The user can choose not to do some of the predetermined operations.
  • Write merge result confirmation box
    equivalent feature to the "Generic Copy", when writting Folder Merge result.

User Interface

  • Comparison views can now be displayed horizontally or vertically
  • Folder Comparisons specific display options:
    ancestor and right hierarchies indentation is now optional (only in vertical display),
    the date column can display an icon to show the newest/oldest file, or the date text,
    added a column with the number of differences between files.

2006-03-23 (version 1.1 build 27)

General

  • fixes a problem in the text editor

2006-02-02 (version 1.1 build 25)

General

  • added a "limited demonstration" behaviour when no evaluation serial number is entered
  • the software now exists as two editions (Standard and Professional)
  • better encodings handling at loading and saving time. Each file/folder defined as source or result of a merge can have its own encoding. For folder merges, a default encoding can be specified so that created files are automatically converted when written (useful when synchronizing folders hierarchies with different encodings).
  • better line endings handling at saving time. You can now force a line ending character to be used when writting a file (useful when synchronizing folders hierarchies on different systems using different text line delimiters).
  • fixed various bugs

Text Comparisons

  • in-line differences, at word and/or character level
  • XML pretty-printing and compacting functions to display properly XML files

User Interface

  • dynamic loading of files and folders for comparisons and merges. You can now open an empty window for comparing and merging files and folders, and then, specify which item to use as left, ancestor or right source. You can also fill a text source from the clipboard.
  • added options corresponding to XML pretty-print/compact and in-line differences features
  • all Options-like dialog boxes now remember the last section displayed when dismissing the window, so that it is reopened on the same section.
  • added some keyboard shortcuts for many commands (open options dialog boxes, navigate in differences and conflicts, ...)
  • in a Text Comparison view, the comparison summary is displayed in the status bar
  • improved speed of application when switching from a Text Comparison view to a Folder view
  • added a contextual menu in Text Merge view to solve conflicts contained (even partially) in selected text.

2005-12-12 (version 1.0 build 22)

General

  • fixed various bugs

Comparisons Views

  • improved speed drawing and navigation in Folders Comparison view 

User Interface

  • reduced flickering when opening a new document (new tab)

2005-12-04 (version 1.0 build 21)

General

  • port to Linux
  • port to Windows NT4 (SP6)
  • Windows Explorer context menu integration
  • French translation
  • syntax colouring for several languages
  • added ability to keep doc options when opening again/similar

Folder Comparisons

  • improved "open external viewer"

Comparisons Views

  • improved synchronization between views

User Interface

  • fixed bug which prevented from showing the right default font when re-opening font dialog
  • added a dialog box (list of Windows) with the list of currently opened documents, to save/close some of them and/or activate one of them
  • changed control for encodings list in "Options" dialog box
  • added control to change the Ellié Computing Merge user interface language
  • added a dialog box (Languages) to select the favourite languages, and change the language colouring to apply to the current text document.
  • added help button in serial number splash screen

2005-10-31 (Beta RC3)

General

  • improved file loading, keeping the original encoding if the UTF Byte order mark (BOM) was found 
  • fixed a bug preventing from opening sub-folders in non-recursive folder views

Folder Comparisons

  • fixed a bug preventing writting of the full folder as soon as a conflict existed

Text editor

  • optimized text editor speed

User Interface

  • added right-click on notebook tabs allowing easier 'close'
  • added "Get Serial Number" hyperlink in splash screen at application start up
  • fixed bug in Document Options dialog (result location browse button always opened a folder selection dialog)  

2005-10-24 (Beta RC2)

  • added UNIX-like patches export

2005-10-17 (Beta RC1)

  • first Beta version on Windows

Select your language English Français
© Ellié Computing 2004-2008 - Legal information - Resources