Version
|
Date
|
Description
|
4.7x.0050
|
19.December.2010
|
- Restructuring of XAML scan, in particular the manner in which it loads referenced assemblies using a separate AppDomain.
- Catch COMExceptions generated saving an Excel file.
- Bug fix on using the command "Change language identification" on the original language of a project.
- Better error checking on opening a file in an editor window (in particular if the file has been removed from the project).
- On changing the original language of unmanaged C++/MFC project, automatically modify the LANGUAGE statement in the original .rc file. (In non localized projects, it is not uncommon for resources to be marked as English(US), even if they are in some other language.)
- Toolbar in Add-In window changed from a ToolBar control to a ToolStrip control. All drop down menus are now handled directly by the ToolStrip control.
(This changes the look and feel slightly. It is a much bigger change than you would imagine.)
- Detect javascript in ASP files using the type attribute (type="text/javascript"). Previously this only considered the language attribute.
|
4.7x.0049
|
11.December.2010
|
- Bug fix to prevent ASP script code being handled as basic HTML text.
|
4.7x.0048
|
7.December.2010
|
- Bug fixes:
- Fix to logic to detect resource-only-dlls
- Fix to logic to show text in original language for non-selected items
- Expand project root node in controls grid after scan
- Don't show rescan-menu if there is no current project (which can only be the result of an earlier error)
|
4.7x.0047
|
6.December.2010
|
- Beta version of multiple project support:
- Additional item in the drop down list of projects <Select projects> opens a dialog in which you can select one or more projects it the current solution.
- All selected projects are scanned. The texts of all the projects are displayed in the grids.
- A modified Excel format can be used to export the texts from multiple projects to a single Excel worksheet.
- In this version, each project has an independent project database (as previously).
|
4.7x.0046
|
30.November.2010
|
- Bug fix recognizing project type. (Previous version did not recognize web projects at all!)
|
4.7x.0045
|
24.November.2010
|
- Bug fixes in dialogs to (1) store resources and (2) rescan selected components.
- Exclude MFC satellite DLLs from the drop down project list.
- Exclude the project MLRuntime from the drop down project list.
|
4.7x.0044
|
21.November.2010
|
- Bug fix importing from 3-Worksheet Excel format, if a new String-ID has been generated for a text in the source code.
- Do not set the localizable property for ignored modules.
- (Countless internal changes in preparation for working with multiple projects in a solution in a future version.)
|
4.7x.0043
|
30.October.2010
|
- New method of sending error report via email, which automatically attaches the log file.
|
4.7x.0042
|
26.October.2010
|
- Correction to controls scan via source code (scanning InitializeComponent) to detect (for example) columns of ListView controls.
|
4.7x.0041
|
13.October.2010
|
- More general logic to prevent prompts to save files during the controls scan, by saving them automatically.
|
4.7x.0040
|
11.October.2010
|
- Prevent occasional prompt to save a .resx file during the controls scan, by saving it automatically.
|
4.7x.0039
|
4.October.2010
|
- Some additional exception handlers added to the (new) Excel import and export dialogs.
|
4.7x.0038
|
4.October.2010
|
- Minor correction to the way that the VB code scanner recognizes preprocessor directives.
|
4.7x.0037
|
3.October.2010
|
- Minor correction to the logic to detect UTF8 encoding without byte order mark. This function previously generated an error for files of less than 3 bytes.
- Restructuring of the Excel Export and Import functions so that all three supported Excel formats are exported using a common dialog and imported using a common dialog. On export, you can select the format via a drop down list (the default is the simple format). On import, the format is detected automatically.
|
4.7x.0036
|
8.September.2010
|
|
4.7x.0035
|
5.September.2010
|
- Better error handling for write protected source files. In previous versions, an attempt to modify a write protected file could lead to a COM-exception in Visual Studio.
- Set BasePath property of ResXResourceReader class whenever it is used. This should prevent an exception reading references to image files.
- Modified logic to add the MLRuntime project to the solution. Previously, an error occurred if the MLRuntime project files were already present.
- New logic to export texts to Excel dependent on the translation status. You can now select exact which status values should be exported.
- Template files now installed to the Common Documents directory and not to Program Files.
- Minor change to the SelectLanguage.cpp template for unmanaged C++ projects.
|
4.7x.0034
|
23.August.2010
|
- Minor fixes to Open Document import.
- Change SQL parameter names to lower case for SQL Server Compact Edition.
|
4.7x.0033
|
18.August.2010
|
- Bug fix in ASP scan. Texts were previously ignored following a script block.
|
4.7x.0032
|
16.August.2010
|
- Minor update to logic to enable and disable the drop down language list on the toolbar.
- Additional logging added to Search Next function.
|
4.7x.0031
|
24.July.2010
|
- Corrected handling of ignored modules in the ASP/HTML scan.
- New handling of TITLE tag on ASP Master pages.
- Check for read only XML project database.
- Improved logic to enable and disable the Show in Multi-Language (go to line) button on the toolbar.
- Improved error handling in Show in Multi-Language button and context menu command.
|
4.7x.0030
|
20.July.2010
|
- Database update for MDB format project database to add the table IgnoredModules. (Has no effect on the XML format project database).
|
4.7x.0029
|
19.July.2010
|
- Bug fix restoring the results of the controls scan from the project database.
|
4.7x.0028
|
15.July.2010
|
- Support for MFC Satellite Dlls.
- Ctrl-Space can now be used to toggle whether a component is ignored.
- Ctrl-Space and the equivalent command in the context menu now work with multiple selection.
|
4.7x.0027
|
8.July.2010
|
- Some field sizes increased from 1024 to 4096 in the ADO.NET datasets for the the global database and the project database. In the case of the project database, this only affects the Access database format and not the XML format.
|
4.7x.0026
|
7.July.2010
|
- Project list in the Select project dialog now includes projects in solution folders. (These projects were already included in the drop down project list, but in the dialog!)
|
4.7x.0025
|
5.July.2010
|
- Bug fix rescanning single components when "scan controls via source code" is selected and the component in question does not have a designer window.
- Additional logic in XAML scan to handle xmlns attributes in nodes other than the root node.
|
4.7x.0024
|
4.July.2010
|
- Automatic detection of UTF-8 encoding for source code files without a byte order mark (BOM), as far as this is possible.
- Corrected handling of content properties in XAML, using the ContentPropertyAttribute on the class definition.
|
4.7x.0023
|
1.July.2010
|
- Check the availability of Microsoft Translator and get a list of the supported languages in a background thread (rather than the main thread). This speeds up the initialization of the Add-In and prevents it from blocking if there are problems connecting to the online service.
- New option to select whether components in the controls tab are sorted according to their base class (e.g. Form or UserControl), which was previously the only option. By default this option is not selected.
|
4.7x.0022
|
24.June.2010
|
- Bug fix scanning XAML files based on the PageFunction type.
|
4.70.0021 4.71.0021
|
24.June.2010
|
- Bug fix opening the Add-In Settings dialog (only for VS 2008 and 2005)
|
4.7x.0020
|
24.June.2010
|
- Sort list of components in Export to resources dialog.
- New option to hide ignored modules when "hidden nodes" are hidden. By default this option is selected.
- Menu command Native runtime support renamed as Regenerate resources (now that resources are exported automatically anyway).
|
4.7x.0019
|
23.June.2010
|
- Option added to 'Simple Excel Export' to indicate the translation status with the background colour.
- Bug fix in generating .resx file (in version 4.7x.0018).
|
4.7x.0018
|
22.June.2010
|
- Minor corrections to Excel Import/Export functions:
- 'Only new, modified and untranslated' strings on export
- 'Update status of all imported strings' on import
- Exception handler for concurrency violation added to update of properties table in (MDB format) project database.
- For unmanaged C++/MFC projects, the remove language command now removes language specific resources from the .rc file.
- Some efficiency improvements in the source code scan for unmanaged C++/MFC projects (in particular for VS 2010).
|
4.7x.0017
|
16.June.2010
|
- Modified logic in tree/grid to manage which nodes are actually visible.
- Correction to handling comment tags in the ASP/HTML scan.
- Improved error checking on updating the SourceScanResults information.
- Uninstall links to a feedback page on the web.
|
4.7x.0016
|
10.June.2010
|
- Version of VCCodeModel.dll updated (9 for VS 2005/2008, 10 for VS 2010)
|
4.7x.0015
|
9.June.2010
|
- Installation logic for SQL Server Compact 3.5 modified:
- An existing installation is detected by the presence of the registry value
HKLM\SOFTWARE\Microsoft\Microsoft SQL Server Compact Edition\v3.5\Version The actual version number is not checked. (Previously a check was made via the Windows Installer, using several different product UUID's, but it was not enough. For example, different language versions have different product codes!)
- The installation is not aborted if you decline to download and install SQL Server Compact 3.5.
(However, in this case, the Add-In may not work!)
|
4.7x.0014
|
8.June.2010
|
- Bug fix determining the highest numeric value nnnn used in the name ML_nnnn of a node in a XAML file.
|
4.7x.0013
|
6.June.2010
|
- New logic to hide
<%# %> and <%= %> script tags in ASP files.
|
4.7x.0012
|
4.June.2010
|
- New logic to detect extended properties (e.g. Tooltip on ToolTip1) which works with with VS 2010.
|
4.7x.0011
|
2.June.2010
|
- Another modification to the logic to add the menu command to the tools menu, which should work reliably on localized versions of Visual Studio.
- New logic to load and unload assemblies which are referenced in WPF projects, by loading them into a separate AppDomain.
|
4.7x.0010
|
27.May.2010
|
- Creating menu command in tools menu fixed.
|
4.7x.0009
|
26.May.2010
|
- Further development of support for strings in script code embedded in ASP.NET files.
(This version mostly works, except for hiding items with the sun/moon icon, which is not yet implemented.)
- Show in Multi-Language context menu command fixed for Visual Studio 2010.
- Runtime-language-switching support for Web Projects no longer added to .master files.
- After a scan, changes to any original texts are handled as a change to the text in the original language and (new) immediately stored to the language specific resource files.
|
4.7x.0008
|
19.May.2010
|
- Modified handling of referenced assemblies in WPF projects.
- New logic to insert ml_string() call into script code in ASP files. Still experimental.
|
4.7x.0007
|
16.May.2010
|
- Fix bug which could cause target files in a multi-project solution to be locked.
- Option to enable code scan in ASP files. This is for experimental use only.
- Modified handling of referenced assemblies in WPF projects.
|
4.7x.0006
|
14.May.2010
|
- Size of field XPath in ControlsScanResults increased from 255 to 8192.
- License check added on changing the status of a translation from online to edited.
|
4.7x.0005
|
13.May.2010
|
- Separate versions created for Visual Studio 2005, 2008 and 2010, compiled against the .NET framework versions 2.0, 3.5 and 4.0 respectively.
Version numbers used as follows:
- 4.70 Visual Studio 2005
- 4.71 Visual Studio 2008
- 4.72 Visual Studio 2010
|
4.70.0004
|
5.May.2010
|
- Previous change reverted.
- Suppress writing changes to project database to disk during the initialisation phase.
|
4.70.0003
|
4.May.2010
|
- Write XML project database by calling the function DataSet.WriteXml with an XmlWriter object, instead of simply specifying the filename. This is a desperate attempt to avoid a file locking problem (which might only be with Windows 7).
- Check for presence of Microsoft SQL Server Compact 3.5 SP2 ENU 3.5.8080 before downloading and installing an older version!
|
4.70.0002
|
2.May.2010
|
- Efficiency improvement accessing XML format project database, in particular during the initial scan.
|
4.70.0001
|
19.April.2010
|
- Context menu command Go to next conflict changed to Go to next 'out of date' translation.
- Some texts translated to German and French.
|
4.70.0000
|
18.April.2010
|
- Column original text removed. The original text is shown in the column for the original language.
- New translation status out of date. If the original text is changed in the project, then this text is automatically copied to the original language. The status of all existing translations is set to out of date. The previous text is shown in the comment column.
- Excel export option Only export untranslated strings is now based on the translation status. If selected, then texts will be exported if:
- one or more translations of the text are missing
- one of more translations of the text do not have the status spreadsheet import.
- New Excel import option to set the status of all imported texts to spreadsheet import, even if the imported text is identical to the previous text.
- New handling of escape sequences. Escape sequences are now always processed when the source code is scanned and stored in the unescaped state. If you wish to see escape sequences in the grid, then you can select an option in the Add-In setup dialog. (A similar option for the Excel export is coming soon).
- New code generation options for the function ml_UpdateControls():
- Load global resources explicitly
- Load local resources explicilty
- Load local resources implicitly
|
4.65.0081
|
22.March.2010
|
- Improved error checking on storing texts to the global database.
- Some updates to the help file.
|
4.65.0080
|
14.March.2010
|
- Additional resources tab added for unmanaged C++/MFC projects.
- Some updates to the help file.
|
4.65.0079
|
12.March.2010
|
- Bug fix adding .resx files to web projects.
|
4.65.0078
|
9.March.2010
|
|
4.65.0077
|
7.March.2010
|
- New option to show the translation status as a tooltip. If not selected, and if a text is truncated (or wrapped onto multiple lines), then the full text is shown as a tooltip (which is probably a better feature).
- Some localization in French and German.
- Some updates to the help, in particular concerning the translation status.
(The help file is still woefully out of date.)
|
4.65.0076
|
6.March.2010
|
- Always add generated resx files to the Visual Studio project. This now includes web projects.
- Change to dirty-flag in version 4.65.0074 mostly reversed. Updates are now only suppressed for Windows Forms components - when there is only one language in the project. In particular, this avoids pointlessly setting the localizable property after the initial scan.
|
4.65.0075
|
2.March.2010
|
- Bug fix reading accented characters from ASP files (or .rc files for unmanaged C++ projects), by specify encoding parameters to the StreamReader constructor.
- Avoid opening ASP designer windows on sorting the ASP grid, by suppressing unwanted selection changed events.
|
4.65.0074
|
1.March.2010
|
- XAML scan (for WPF projects) handles unnamed XML elements. If an attribute is selected for translation, or simply hidden, then a name attribute is generated for the element.
- Dirty-flag logic to save resource strings and - if necessary - set the localizable property for a form or usercontrol, disabled so long as there is only one language in the project.
- Bug fix iterating over a list of languages, which could be modified during the iteration.
|
4.65.0073
|
25.February.2010
|
- Bug fix in 3-Worksheet excel export, writing strings to the source code worksheet. (This was broken in version 4.65.)
- Check for newer versions of SQL Server Compact edition before downloading and installing it. In particular, check for the version installed with Visual Studio 2010 beta.
|
4.65.0072
|
22.February.2010
|
- Bug fix saving texts to .resx files immediately after editing the texts, for ASP projects.
|
4.65.0071
|
21.February.2010
|
- Support for online translation with the Google translator added.
- For C++/MFC projects, close any resource editor before updating the .rc file.
|
4.65.0070
|
18.February.2010
|
- Catch exception in additional resource scan, caused by missing image resource file.
|
4.65.0069
|
17.February.2010
|
- Modified logic for concatenating multiple texts for translation with the Microsoft Translator.
- New support for attributes.
|
4.65.0068
|
8.February.2010
|
- Minor fixes to WPF support.
- Minor fix to additional resource scan.
|
4.65.0067
|
5.February.2010
|
- Fix sorting components in ASP grid.
- Fix the go to line command in the editor context menu for ASP files.
|
4.65.0066
|
1.February.2010
|
- Additional error handling in the additional resource scan.
|
4.65.0065
|
31.January.2010
|
- Ignore source code files which are referenced in the project, but do not actually exist.
- Schema update function for global database made more robust.
- Always catch exceptions on the CodeElements.Count property.
- Fix bug in ASP scan which caused a rescan whenever you clicked on the component item in the grid.
- Fix bug in handling hidden texts in ASP pages, whose tag has an ID, but no meta:resoureckey attribute.
- Fix problems with context menu commands, when the menu is shown in an empty part of one of the grid windows.
- Suppress the context completely, if there is no active project.
- Catch exceptions from the function ProjectItem.IsOpen.
|
4.65.0064
|
27.January.2010
|
- Minor fix to logic to suppress ASP tags with no text and not localizable attributes.
|
4.65.0063
|
27.January.2010
|
- Do not show ASP tags with no text and no localizable attributes.
- Sort components in ASP grid.
- Hide sun icon for selected items (which cannot be hidden anyway).
|
4.65.0062
|
26.January.2010
|
- Bug fix in Go to line function for source or ASP code, via the Add-In toolbar or the code editor context menu.
|
4.65.0061
|
25.January.2010
|
- New tab for additional resources.
- New context menu command to change the original language of a project.
|
4.65.0060
|
19.January.2010
|
- Bug fix saving the expanded state of nodes in the ASP/HTML grid.
|
4.65.0059
|
16.January.2010
|
- New option for the ASP scan, to include properties which do not have the Localizable attribute.
|
4.65.0058
|
12.January.2010
|
- New options in the setup dialog to suppress showing a selected a control in a designer window, and to suppress showing the selected source code line in the code editor.
|
4.65.0057
|
10.January.2010
|
- Additional check for errors accessing a source code file on selecting or deselecting lines (in the source code).
- Special handling of ALT-Enter (to change the status of a translation to edited) fixed.
- Some updates to the help file.
|
4.65.0056
|
7.January.2010
|
- Minor efficiency improvement in spreadsheet import.
- Bug fix for properties in a string array which have been hidden. Previously these properties were always selected (and no longer hidden) after a rescan.
|
4.65.0055
|
5.January.2010
|
- New dialog to remove Multi-Language support, available via the tools menu.
|
4.65.0054
|
3.January.2010
|
- Catch exceptions using Visual Studio CodeModel
- on accessing CodeElement.InfoLocation
- on accessing CodeElements.Count
- Update local resource files after scan, if new properties are automatically selected.
|
4.65.0053
|
1.January.2010
|
- Dotnetrix.TabControlEx removed. (Standard TabControl without visual styles used instead.)
- Some additional checking for read only files.
- Safer exception handling in the function CloseNonVisibleWindows() (the windows collection can contain a window which has already been disposed!)
|
4.65.0052
|
25.December.2009
|
- Minor fixes to adding the language selection dialog to a WPF project.
- Automatically run custom tool on MultiLang.resx for WPF projects.
|
4.65.0051
|
21.December.2009
|
- Add language selection dialog feature supports WPF projects.
- Installation now supports Visual Studio 2010%%%(the Add-In seems to work, but hasn't been tested very much)
- Internal restructuring of functions which access the Visual Studio Code-Model recursively.
|
4.65.0050
|
16.December.2009
|
- Bug fix in search function (introduced in version 4.65)
- Catch exception checking out a file, or simply checking whether a file is under version control
- Handle illegal text records in XML project file (without LanguageID or without StringID)
|
4.65.0049
|
14.December.2009
|
- Support for _T macro in (unmanaged) C++ projects.
- Generate string tables in .rc files with STRINGTABLE PRELOAD DISCARDABLE instead of just STRINGTABLE DISCARDABLE.
|
4.65.0048
|
13.December.2009
|
- Some updates to WPF support
|
4.65.0047
|
10.December.2009
|
- Minor modification to tree drawing logic (to handle cases which shouldn't happen anyway!)
- Bug fix in the code which restores the scan results from project database.
|
4.65.0046
|
9.December.2009
|
- TabControlEx 2.0.0.1 from Dotnetrix used.
- Support online translation with neutral language, if specific language is not supported.
- More error checking in XAML parser.
- Some minor fixes for C++/MFC support.
|
4.65.0045
|
7.December.2009
|
- Update and Delete SQL statements simplified for some tables in the project database (if the MDB format is used).
- First version with basic WPF support.
|
4.65.0044
|
5.December.2009
|
- Dotnetrix.TabControl removed. Standard TabControl used with visual styles disabled (because the tabs at the bottom of the control are rendered incorrectly with visual styles).
|
4.65.0043
|
4.December.2009
|
- Bug fix adding a (non existent) resx file to a project.
- Minor change to the configuration of the user interface to avoid unnecessary (and possibly dangerous?) resizing of the tab control.
|
4.65.0042
|
1.December.2009
|
- Prevent a NullReference exception (in the function FindFunction()), during the source code scan.
|
4.65.0041
|
27.November.2009
|
- Fix errors in Excel Export with illegal worksheet name, in particular for ASP projects.
|
4.65.0040
|
21.November.2009
|
- Some minor changes to avoid errors if a project contains both Windows Forms and WPF forms.
(Still no WPF support, but it's coming soon.)
|
4.65.0039
|
21.November.2009
|
- Some tentative changes for WPF projects removed, because WPF and Windows Forms components can be mixed in a single project.
- Multiple texts passed to the Microsoft Translator in a single translation request, which improves performance and avoids a throughput limit at the server.
|
4.65.0038
|
19.November.2009
|
- Suppress generation of .resx files which do not contain any texts.
- Restore generation of neutral culture .resx file for web projects.
- Truncate mailto command line to 2000 characters.
|
4.65.0037
|
18.November.2009
|
- Add-In registration changed to XML method.
|
4.65.0036
|
12.November.2009
|
- Add logging of opening .resx files during scan.
|
4.65.0035
|
11.November.2009
|
- Bug fix inferring ASP properties from resources.
|
4.65.0034
|
11.November.2009
|
- Fix logic to trap prohibited changes to project database in unlicensed version.
|
4.65.0033
|
10.November.2009
|
- Fix resource export for properties of child controls, such as menu items.
(An old project database may contain duplicate records with different names for the same property, e.g. MainMenu.Item(0).Text and FileMenu.Text, but with the same resource name. This could result in the resource not being exported!)
|
4.65.0032
|
9.November.2009
|
- Improved proxy support for Microsoft Translator.
- Improved logging of detected files and of opening designer windows.
|
4.65.0031
|
5.November.2009
|
- Proxy address option to the setup dialog.
(Not yet tested on a system which needs it!)
|
4.65.0030
|
4.November.2009
|
- Set GeneralIDs.ResourceName to NULL on adding a new string ID, to meet constraint if the project database is an access database.
- Disallow changing the status of a translation to online translation or imported localization in an unlicensed version.
|
4.65.0029
|
3.November.2009
|
- Reworking of the limitations in the unlicensed version.
- Minor changes to the templates MlString.vb and MlString.cs, to handle the case where there is no RootNamespace.
- Additional Import statements added to the template SelectLanguage.vb.
|
4.65.0028
|
25.October.2009
|
- Optionally indicate the translation status with the background colour:
- white = edited in grid
- blue = original text
- yellow = from global database
- green = from excel import
- red = online translation (Microsoft Translator)
- Commands to change the translation status:
- In the context menu
- In edit mode, ALT-UP and ALT-DOWN move to the cell above or below, and change the status of the translation to edited.
- Optionally set the background colour in the Excel export in the same manner
- Extended support for Microsoft Translator:
- New command in tools menu
- New command in context menu (in language submenu)
- New option in Add Language dialog
- Note: The background colour is important in conjunction with online translation, because we can't expect online translations to be of a high quality. In general, a translator will still have to check every single text.
|
4.65.0027
|
21.October.2009
|
- Uninstall removes registry entries which are created by the installation.
Registry entries created by the Add-In itself are not removed (yet).
- Uninstall removes registry keys which are created by the installation, if they are empty.
- Error report via email contains the windows version.
- Translation status is shown in the context menu, and can be modified.
|
4.65.0026
|
19.October.2009
|
- Bug fix in translation memory dialog (incorrect field length in ADO.NET DataTable definition).
- New fields in project database (in preparation for new features) to:
- identify StringIDs which have been explicitly added by the user
- define a status for each translation.
|
4.65.0025
|
15.October.2009
|
- Bug fix in copy operation after selecting Apply to all in the multiple-usage dialog.
|
4.65.0024
|
12.October.2009
|
- The Add-In no longer updates the neutral .resx files for Forms, UserControls or Web pages. It is better to leave this to Visual Studio
(Exception: If you edit the original text in the Add-In's controls grid, then the neutral .resx file will be updated.)
- Check for NullReference during the scan of InitializeComponent(), on reading a text from the resource file.
|
4.65.0023
|
11.October.2009
|
- Controls scan via source code (InitializeComponent) now detects use of AddRange() method to initialise - for example - a combo box.
|
4.65.0022
|
10.October.2009
|
- Tutorial files are now installed to the Shared Documents directory (instead of Program Files).
- New command in the Add-In's Help Menu opens the Windows Explorer in this directory.
|
4.65.0021
|
9.October.2009
|
- Fix error showing context menu on column headers and add exception handler to this function. (The previous version crashed!)
|
4.65.0020
|
9.October.2009
|
- Installation modified to grant users modify access to the global database file in common application data directory.
(No program change. No version change.)
|
4.65.0020
|
6.October.2009
|
- Minor corrections to installation.
|
4.65.0019
|
5.October.2009
|
- Bug fixes editing the original text column in the controls grid.
- Bug fix in C++ source code scan (detecting function names).
|
4.65.0018
|
3.October.2009
|
- Global database now uses SQL Server Compact 3.5.
- If it is not already installed, then it is downloaded and installed automatically.
- SQL Server and Access are still supported, but the database files are no longer included in the installation.
|
4.65.0017
|
28.September.2009
|
- More exception handling on enumerating CodeElements.
|
4.65.0016
|
22.September.2009
|
New version with numerous internal changes, user interface changes and some extended functionality:
- New grid component used
- All database access finally with ADO.NET
- Consistent handling of hidden items in both grids
- Immediate updates to .resx files
- Immediate updates to the function ml_UpdateControls()
- Toggle between two modes for column sizing
- Option to ignore specified modules
- Auto generated files ignored automatically
- Microsoft Translator button in translation memory dialog
See also Description of version 4.65 beta
|
4.60.0048
|
28.July.2009
|
- Additional error checking on the FileCodeModel.CodeElements property, which can cause a COMException (in the function FindFunction()).
|
4.60.0047
|
28.July.2009
|
- Bug fix in controls scan, for properties which have been explicitly deselected.
- Bug fix recognizing forms which derive only indirectly from System.Windows.Forms.Form.
|
4.60.0046
|
27.July.2009
|
- Truncate worksheet name to 31 characters and remove special characters during Excel export.
|
4.60.0045
|
20.July.2009
|
- Catch error on CodeElement.FullName.
|
4.60.0044
|
18.July.2009
|
- Automatically import texts from existing .resx files for new projects (with prior localization).
|
4.60.0043
|
16.July.2009
|
- Test for member variable for a control removed. Alternative code generation for this case also removed, because it did not always compile correctly. Controls with GenerateMember=False are not supported.
|
4.60.0042
|
14.July.2009
|
- Avoid COMException from EnvDTE.FileCodeModel.CodeElements at another place (see also 4.60.0038).
|
4.60.0041
|
11.July.2009
|
- Modified procedure to attach global database file to an existing instance of SQL Server. This is performed with the utility AttachGlobalDatabase, which now uses late binding to work with SQL Server 2005 or 2008, if one of these is installed.
(No change to the Add-In itself.)
|
4.60.0040
|
8.July.2009
|
Changes to the global database installation (taken from version 4.65 beta).
- Store global database connection in HKCU\Software\Jollans\MultiLang instead of HKCU\Software\Jollans\MultiLang2005 or ...\MultiLang2008:
- for compatibility with the VB6 Add-In
- for compatibility with possible future products (Excel Add-In?)
- because differentiating between VS 2005 and 2008 was stupid anyway
- Install SQL Server datafile for global database (to Common App Data\MultiLang) and try to connect it to an existing SQL Server Express installation. If this succeeds, the Add-In is configured to use this database. Otherwise it continues to use the old Access database file.
|
4.60.0039
|
8.July.2009
|
- Fix for "Projectitem unavailable" error after removing a language.
|
4.60.0038
|
7.July.2009
|
- Add exception handler around EnvDTE.FileCodeModel.CodeElements, which can cause the COMException E_UNEXPECTED (aka. Catastrophic failure).
|
4.60.0037
|
7.July.2009
|
- Bug fix in the changes in previous version.
|
4.60.0036
|
6.July.2009
|
- Check constraints in ml_temp_xxx.xml files if a constraint error occurs.
|
4.60.0035
|
4.July.2009
|
- Additional error checking on opening the Add-In's Window.
- Registry entry GlobalDBUseConnectString changed to GlobalDBUseConnect for consistency with the setup program (which creates this entry) and with the VB6 Add-In.
|
4.60.0034
|
24.June.2009
|
- Another change to Infragistics support. Specifically scan into properties with the Attribute LocalizationCategory="Data", but not other values ("Appearance" or "Behavior"). This is more restrictive than the previous version.
- Fix handling of asp:literal tags with were not created the Add-In itself and contain additional attributes, in particular the Visible attribute.
|
4.60.0033
|
23.June.2009
|
- Bug fix for Infragistics support.
|
4.60.0032
|
22.June.2009
|
- A slightly better fix for Infragistics service release 20091.2023.
|
4.60.0031
|
16.June.2009
|
- Minor (and experimental) fix for Infragistics service release 20091.2023.
|
4.60.0030
|
14.June.2009
|
- Improved constraint check on reading project database from XML file.
- Identify menu items (and similar nested controls) by their own control name, rather than the indexed property in the parent control.
- New project setting to show menu items (and similar nested controls) as top level controls in the grid, rather than as child nodes under the parent control.
|
4.60.0029
|
4.May.2009
|
- Detect a language added to an Excel file (3-Worksheet format) when the new language is to the right of the comment column and prevent an error on importing the texts for this language.
|
4.60.0028
|
4.April.2009
|
- Check for localizable attribute on the Text property of an ASP tag in base classes.
|
4.60.0027
|
2.April.2009
|
- Incorrect and unnecessary handling of quotes in HTML text removed.
- Global database installed to Application Data directory (instead of Program Files).
|
4.60.0026
|
25.March.2009
|
- Minor update to the logic for detecting an unmanaged C++ project based on the Common Language Runtime support option. The options No support and /clr are now both handled as unmanaged code.
|
4.60.0025
|
19.March.2009
|
- Change to method of inserting Asp:Literal tag. Text is now placed between the start and end tags, rather than in the Text attribute.
|
4.60.0024
|
18.March.2009
|
- Option Untranslated Only added to Excel and Open Document export. If you select this option, strings are only exported if at least one translation is missing.
- New Single Worksheet Excel export with the features:
- Multiply used strings are exported multiple times
- Location column indicates where the string is used
- Multiple usage column indicates how many times the string is used
- Header is only one row (which is better suited to sorting the worksheet)
- You can sort the worksheet on the String ID column to group multiple occurrences of the same String ID together
- You can sort the worksheet on the Location column to group the texts according to where they are used
|
4.60.0023
|
14.March.2009
|
- Remove (Default) form the language selection list.
- Detect the title attribute in the page directive (for ASP content pages used in master pages).
- Bug fix updating the current text of ASP attributes from the grid.
|
4.60.0022
|
6.March.2009
|
- Support added for the Title of an ASP page, by defining the meta:resource key in the page directive.
- Check out temporary XML files, if they are under source controls (which I do not usually recommend).
|
4.60.0021
|
3.March.2009
|
- Check out XML project database, if it is under source control.
|
4.60.0020
|
25.February.2009
|
- Catch ConstraintException on reading project database from XML file. Remove duplicate records and try to set DataSet.EnforceConstraints to True.
|
4.60.0019
|
24.February.2009
|
- Minor fix to loading assemblies. Assembly.LoadFile replaced with Assembly.LoadFrom.
|
4.60.0018
|
23.February.2009
|
- Attempt to open assembly for referenced web control using Assembly.LoadFile, if Assembly.Load fails. Guess that VS has copied the referenced control into the bin directory.
|
4.60.0017
|
21.February.2009
|
- Fix to handling of web controls registered via the web.config file.
- Some restructuring to how assemblies registered via web.config or with a register directive in an ASP page are handled.
|
4.60.0016
|
18.February.2009
|
- Additional logic on closing Excel, to try to ensure that the Excel application is actually closed.
- Minor modification to colours used in Excel export, to avoid compatibility error saving to .xls format with Excel 2007.
|
4.60.0015
|
14.February.2009
|
- Additional checking for null reference in the function AddPropertyNodes, after some error reports.
|
4.60.0014
|
11.February.2009
|
- Bug fix in function Remove unused String IDs in the case where the project database is a .mdb file.
|
4.60.0013
|
6.February.2009
|
- Detect additional source code files, in particular code files which are children of other types of files, such as .xsd files.
- Additional localization of the Add-In itself.
|
4.60.0012
|
5.February.2009
|
- Fix to Advanced Copy function, to prevent the case where the option specified language is selected (for source or destination), but no language is selected.
- Catch AccessViolationException accessing ProjectItem.Properties when opening a designer window.
|
4.60.0011
|
4.February.2009
|
- Handle LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT in a .rc file as meaning the neutral culture. (Previously, it generated LCID=0x800, which is not supported by the CultureInfo class.)
|
4.60.0010
|
3.February.2009
|
- Detect ASP Tags using binding syntax, e.g. Text='<%# Bind("title") %>', and treat them as non-localizable.
|
4.60.0009
|
28.January.2009
|
- Comment feature added
- Word wrap feature added
- Context menu command Goto Line-Break conflict
- Bug fix in .rc file scan for LANG_NEUTRAL
|
4.60.0008
|
17.January.2009
|
- Minor change to an error message for unmanaged C++ support.
- Updated help for unmaneged C++ support.
|
4.60.0007
|
15.January.2009
|
- Minor fixes to support for unmanaged C++ projects
- Template paths for MlString module were stored incorrectly
- Control ID -1 in dialog resources is treated identically to IDC_STATIC and replaced with a newly generated unique ID
- Symbolic names are generated in the string tables in the .rc file (e.g. IDS_MULTILANG_181 instead of 181), although this is of no particular importance
|
4.60.0006
|
12.January.2009
|
- Minor fix for unmanaged C++ support.
|
4.60.0005
|
8.January.2009
|
- Minor fix to identify properties of Kliksoft controls. At present, this support will only work if you select alternative runtime support.
|
4.60.0004
|
5.January.2009
|
- Bug fix for selecting ASP properties when the grid is in the Flat list mode.
|
4.60.0003
|
5.January.2009
|
- First version with support for unmanaged C++, in particular MFC, projects.
- Some modifications to the HTML/ASP scanner:
- All text between starting and ending tags for an ASP control, e.g. a label, is now associated with the text property, and may include formatting tags.
- The formatting tags "ABBR", "ACRONYM", "ADDRESS", "B", "BIG", "CITE", "CODE", "DEL", "DFN", "EM", "FONT", "I", "KBD", "SAMP", "SMALL", "STRONG", "SUB", "SUP", "TT" and "VAR" are now left as part of the static HTML text for translation. This means that a translator will see these tags as part of the text. Previously, all tags were handled as a break between one block of text and the next.
- Text within style tags is ignored.
- Goto line button enabled for HTML/ASP source windows.
- Goto line functionality added to context menu in source code and HTML/ASP windows (with the text Show in Multi-Language).
- Some speed improvements handling source code files.
- Expanded state of nodes in the HTML/ASP grid now saved to ml_temp_HtmlScan.xml (and restored after a new scan).
|
4.60.0002
|
17.December.2008
|
- Attempt to fix a NullReferenceException.
|
4.60.0001
|
16.December.2008
|
- Support for ASP server side comments added to ASP/HTML scanner.
- Bug fix in search dialog for ASP/HTML grid
- Partially implemented support for unmanaged C++ projects. Not yet ready for use!
|
4.60.0000
|
6.December.2008
|
- The default format for the project database is now XML and not an Access database.
- Bux fix assigning new StringIDs for the XML format.
- Tutorial projects updated to use the XML project database.
|
4.55.0000
|
4.December.2008
|
- Minor fix to saving the list of selected components.
- The support for runtime language switching now generates code to remove the handler for the language changed event when a form is disposed.
- Project properties dialog now has a second tab, where you can select how the project data is stored:
- Access database, as in all previous versions
- an XML file
|
4.54.0019
|
27.November.2008
|
- Special handling of inherited forms restricted to forms, whose base form is in the same project.
- List of selected components for Export to ResX and Rescan selected components saved (to ml_temp_ControlsScan.xml).
- More internal changes, moving towards replacing the project database with an XML file.
|
4.54.0018
|
22.November.2008
|
- Fix error opening the Language switching for web projects dialog.
(Incorrect namespace "System.UI.Web" used instead of "System.Web.UI"!)
|
4.54.0017
|
18.November.2008
|
- Minor fix to the versioning of the project database schema, to correctly update a database from the most recent version for VS 2003, if a project is converted to VS 2005 or VS 2008.
|
4.54.0016
|
2.November.2008
|
- Support for hidden blocks in the source code, delimited by the comments MLHIDEON and MLHIDEOFF.
- The dialogs Export to ResX and Import from ResX now have a components list as well as a language list, so that you can select specific forms and usercontrols for the export or import operation.
|
4.54.0015
|
29.October.2008
|
- Minor bug fix on switching the alternative runtime support option, to prevent a (harmless) error dialog.
|
4.54.0014
|
28.October.2008
|
- Modified code generation for the function ml_UpdateControls() to handle inherited forms. The function ml_UpdateControls() in an inherited form now calls the equivalent function in the base form.
|
4.54.0013
|
23.October.2008
|
- Bug fix in source code scan for files with Unix style line breaks (LF only, not CR LF).
|
4.54.0012
|
21.October.2008
|
- Bug fix handling verbatim strings in C#.
- Bug fix handling extended properties (e.g. on ToolTip or HelpProvider controls) if the controls scan is performed by scanning the InitializeComponent() function.
|
4.54.0011
|
24.September.2008
|
Several changes to the resource export, mainly aimed at making support for Infragistics controls more reliable:
- Close any resource editor windows before exporting resources.
- Automatically select the option "Determine Resource Names" if any Infragistics controls are detected in the project.
- New option "Clean up resource strings" to remove existing resource strings before exporting. (Not particularly recommended.)
- Option to set Localizable=True removed. This is now always performed for Forms and UserControls which have Localizable=False. (Determining if Localizable=False is faster since version 4.53.0024).
|
4.54.0010
|
21.September.2008
|
- Bug fix in the Filter by Regular Expression dialog. If you searched using an empty string, then an error occurred the next time the dialog was opened.
|
4.54.0009
|
18.September.2008
|
- Bug fix for possible NullReferenceException on attempting to switch the designer language via the language list on the Add-Ins toolbar
|
4.54.0008
|
15.September.2008
|
- First version with support for DevExpress XtraReports.
|
4.54.0007
|
13.September.2008
|
- Fix bug generated on selecting a source code string containing a single inverted comma.
|
4.54.0006
|
20.August.2008
|
- Exception handler added on closing hidden windows.
|
4.54.0005
|
13.August.2008
|
- Fix adding support for runtime language switching for the special case that a control has a static (shared) constructor.
- Some additional internal restructuring to the project database access (still preparing for bigger changes).
|
4.54.0004
|
4.August.2008
|
- Fix parameter error in log statment.
|
4.54.0003
|
31.July.2008
|
- Fix to ASP scan for empty attributes, e.g. Text="".
- Fix to resource fallback logic for ASP pages, if a rescan is performed whilst preview mode is active (i.e. the language of the designer has been changed).
- Special log file option for Excel import removed. The log information is now always stored in the standard log file.
- Some additional error checking before updating the project database.
|
4.53.0031
|
30.July.2008
|
- Same change as in 4.54.0002 applied to version 4.53.
|
4.54.0002
|
29.July.2008
|
- ASP scan uses a case insensitive search for the PropertyInfo objects describing the attributes of ASP controls. (The function Type.GetProperty() is case sensitive.)
Note that whilst this fixes a problem with the ASP scan, I haven't tested whether the localized resources are actually detected at runtime, if the case does not exactly match the original case of the property.
|
4.54.0001
|
26.July.2008
|
- Internal restructuring of the access to the project database. At present, this introduces no change in functionality.
|
4.53.0030
|
26.July.2008
|
- Minor fix to assigning resource names to ASP controls.
|
4.53.0029
|
24.July.2008
|
- Some updates to handling multiple selection in the ASP/HTML grid.
- Improved logic to relocate the current item, if an ASP file has to be rescanned on the fly.
|
4.53.0028
|
23.July.2008
|
- Bug fix in the Filter with regular expression feature, if the match was against the complete code line and not just the text string. Previously, changes made to a file might not have been saved.
- Bug fix in operations on a multiple selection in the ASP/HTML grid. Previously, the operation might have broken off before completion.
|
4.53.0027
|
22.July.2008
|
- Bug fix on selecting multiple texts in the ASP grid. Previously, updates to an ASP file might not have been saved and a single file might have been opened multiple times.
|
4.53.0026
|
21.July.2008
|
- Check for the Localizable attribute on the properties of web controls in all base classes. For example, the HeaderText of a CheckBoxField is inherited from BoundField, which itself overrides the definition in DataControlField. The definition in BoundField does not have the Localizable attribute, but if we look in the base class DataControlField, we find that it does have the localizable attribute.
- Updates to the table GeneralIds in the project database. Column SourceCodeString renamed ContainsEscape (to reflect its actual usage). Column DontTranslate removed. Columns ContainsLineBreak and Comment added, but not yet used.
|
4.53.0025
|
20.July.2008
|
- Bug fix in SQL WHERE clause for boolean comparison. Automatic type conversion from boolean to string is language dependent, which led to a localized version of True or False in the SQL statement. This has been replaced with the syntax '<>0' or '=0' which should be safer.
- Minor fix to the initialsation of the list of languages, if you switch back and forth between different projects.
- More information written to the log file.
|
4.54.0000
|
16.July.2008
|
- Internal restructuring of the access to the project database. At present, this introduces no change in functionality. (Withdrawn.)
|
4.53.0024
|
24.June.2008
|
- Installation modified to specifically require Administrator privileges.
- On failing to load an assembly during the ASP scan, an error message is written to the output window, but the error dialog is not shown (might be a temporary change).
- Bug fix in the function "Determine Resource Names" required for Infragistics controls.
- Only show properties which have the IsBrowsable attribute. This is to avoid a particularly weird problem with the Infragistics UltraNumericEditor and UltraCurrencyEditor.
- New function to determine whether a form or UserControl has the localizable attribute, without having to load the designer window, speeds up a couple of operations.
|
4.53.0023
|
22.June.2008
|
- On deleting a translation via the context menu, and if the option "Store all strings in the global database" is selected, then the translation is also removed from the global database.
|
4.53.0022
|
19.June.2008
|
- Support added for ASP components referenced via a Register directive in the ASP file.
- Bug fix fetching translations from the global database for ASP pages.
- Changes to project database:
- SourceScanResults and ControlsScanResults tables removed.
The identical information is now saved in the XML files ml_temp_SourceScan.xml and ml_temp_ControlsScan.xml. These files contain temporary information and can be deleted.
- ToolboxBitmapCache table removed.
The identical information is now saved in a project-independent file in \Application Data\MultiLang.Net\
- Code generated in the function ml_UpdateControls() modified to support controls from Telerik (defined with local variables in InitializeComponent()).
|
4.53.0019
|
28.May.2008
|
- Additional exception handler on fetching toolbox bitmap. The controls scan should not be aborted if this unimportant feature fails.
- New logic on scanning controls via InitializeComponent, to open .resx file without using the designer window. This is almost certainly faster and may be more reliable.
|
4.53.0018
|
26.May.2008
|
- Advanced copy does not copy texts which are the only defined via resource fallback (shown in light grey).
- On inserting texts automatically from the global database, a text is not inserted if the identical text is already defined via resource fallback.
|
4.53.0017
|
22.May.2008
|
- Advanced copy function speeded up.
- Progress bar logic for controls scan simplified. The table ComponentInfoCache in the project database is now obsolete.
|
4.53.0016
|
14.May.2008
|
- Fix to saving changes to controls, following an Advanced Copy operation, in the case that the designer window for the component was not already open. (Note: The current implementation is intolerably slow, but at least it seems to work.)
|
4.53.0015
|
11.May.2008
|
- Restructuring of the scan of the function InitializeComponent() to handle concatenated strings.
|
4.53.0014
|
9.May.2008
|
- When the Advanced Copy function copies strings to a source code file, and the file has to be opened first, then ensure that it is saved before closing it.
|
4.53.0013
|
8.May.2008
|
- Show source code line in editor window after search or filter with regular expression operation.
|
4.53.0012
|
7.May.2008
|
- Bug fix storing texts to the global database, after changing the identification of an existing language in a project.
|
4.53.0011
|
2.May.2008
|
- Bug fix on importing from 3-Worksheet Excel format. If a string ID was changed in the source code worksheet, but the file was not already open in an editor window, then the source file would be updated, but then closed without saving the change.
|
4.53.0010
|
30.April.2008
|
- Bug fixes handling the drop down project list (due to the new item).
|
4.53.0009
|
23.April.2008
|
- Detect Forms and UserControls implemented with multiple partial classes. Only add the function ml_UpdateControls() to one of them.
- Support for custom cultures (new in .NET Framework 2.0). Custom cultures do not have a unique LCID.
- item added to the drop down project list.
- Translation memory extended, to allow you to search for additional words, not in the original text.
- Bug fix counting lines in ASP files, if lines end with LF only (and not CR-LF).
|
4.53.0008
|
28.March.2008
|
- Fix to a bug which could cause an error on adding alternative runtime support.
- Update to template file SelectLanguage.vb, required if Option Strict is selected.
|
4.53.0007
|
27.March.2008
|
- Do not use Add_Code subdirectory for the MlString module for Web Application projects.
|
4.53.0006
|
26.March.2008
|
- Copy correct MlString template file for Web Application projects.
|
4.53.0005
|
24.March.2008
|
- New dialog to add the Language-Selection Dialog, in particular with support for VB.NET projects which use the application framework.
- New option on Excel or Open Document export to include texts resulting from resource fallback.
- New handling of empty strings on Excel or Open Document import. An emtpy string is now interpreted as no translation, rather than an empty translation. If there is no translation, then the resource fallback mechanism will be used.
- Bug fix in the AODL library for cells with the table:number-columns-repeated attribute.
|
4.53.0004
|
17.March.2008
|
- ASP scan includes ASP files with no code behind file.
(Note that the code scan still only scans the code behind file and not code embedded in the ASP file.)
|
4.53.0003
|
15.March.2008
|
- ASP scan handles attributes in single quotes.
- Bug fix on hiding empty ASP literal tag.
- Support for time limited license key added.
|
4.53.0002
|
12.March.2008
|
- Alternative Runtime Support dialog now detects the Localizable property of Forms or UserControls by reading the .resx files and not via the designer windows. This is faster and more reliable.
- Rescan selected components function fixed for ASP components. (Previously it always did a full scan.)
- Languages detected in .resx files are now added to the project automatically.
- Existing resource texts for ASP files are now always imported, unless there is already a text stored in the project database for the same property.
|
4.53.0001
|
10.March.2008
|
- Automatically import existing resource strings after scanning ASP files.
(Initial version)
- Additional check added, for the case where the project database is referenced by the Visual Studio project file, but has actually been deleted.
|
4.53.0000
|
8.March.2008
|
- Bug fix for Visual Studio 2008. Previously, it was not possible to create a new project if the Add-In was loaded.
- Fix for error message on removing a project from the active solution when the Add-In is loaded, but no project has been selected.
- MLString template files for Smart Device projects updated.
- First version compiled using Visual Studio 2008.
(This version can still be used with Visual Studio 2005.)
|
4.52.0005
|
6.March.2008
|
- Minor changes for Smart Device projects.
- Alternative Runtime Support is no longer selected automatically. This was a hang over from Visual Studio 2003.
- Bug fix in the template file MlString.vb.
- Broken version template file SelectLanguage.Designer.cs corrected.
|
4.52.0004
|
5.March.2008
|
- Minor bug fix on exporting resource strings for a web project in the OnBuild event when using Visual Studio 2008. Under certain circumstances, Visual Studio 2008 would show a warning, that a file was about to be saved. If you selected cancel, then a COMException would be generated.
|
4.52.0003
|
1.March.2008
|
- New feature to import existing localization, which searches for function calls which load resource strings, imports the resource strings into the project database and converts the function calls into calls to ml_string().
|
4.52.0002
|
23.February.2008
|
- New templates for the MLRuntime project for Visual Studio 2008.
- The Add-In configuration for Visual Studio 2008 is now stored in a separate registry key (HKEY_CURRENT_USER\Software\Jollans\MultiLang2008)
|
4.52.0000
4.52.0001
|
19.Februray.2008
21.Februray.2008
|
- Export/Import as OpenOffice spreadsheet in the for OpenDocument .ods format. This feature uses the library AODL.
- 4.52.0001 is just an update to the help and the localization of the new dialogs.
|
4.51.0016
|
8.February.2008
|
- Bug fix detecting whether the MLRuntime project present in the solution, for the Runtime Language Switching feature.
|
4.51.0015
|
21.January.2008
|
- Bug fix scanning non-ASP files in ASP projects.
|
4.51.0014
|
19.January.2008
|
- Web Application projects are now recognized correctly.
- Informative error message if the Add-In is unable to open the Global Translations Database.
- Improved error checking in the case that the Global Translations Database is not available.
|
4.51.0012
|
22.December.2007
|
- Bug fix, for an error which caused the Localizable property to be reset to False after exporting resources for a Form or UserControl.
|
4.51.0011
|
20.December.2007
|
- Bug fix, for an error which caused resource strings for properties which are not translated to be excluded from even the original (non-localized) resource file.
|
4.51
|
4-Nov-2007
|
Modified behaviour for ASP.NET support
- The Add-In no longer adds an ID attribute to ASP tags.
- If an ASP tag has an ID attribute, then the Add-In will use the same name for the resourcekey. Otherwise it will generate a resourekey in the form ML_nnnn. In particular, this applies to tags such as ListItem or TreeNode, which do not allow an ID attribute.
- The Add-In detects which ASP tags have a localizable Text attribute. Tags which do not have a localizable Text attribute cannot be selected in the grid.
|
4.50
|
September 2007
|
New support for ASP.NET 2.0
- Resource strings are now referenced using the meta:resourcekey tag. No additional code must be generated to initialise the fields.
- New integrated scan of static HTML text and ASP controls. The results are presented in a single HTML/ASP tab.
- New HTML scan is faster and more reliable.
- The ASP scan is performed by parsing the HTML source file and not (as previously) via the designer windows. This is significantly faster.
- The ASP scan now handles template elements, for example in FormView or MultiView controls, which were previously not detected.
- Static HTML text is converted to an asp:Literal tag, so that the text can be read from a resource string. This replaces the previous method with a Span tag.
|
4.00.0097
|
19.July.2007
|
- New scan for resource names can be selected in the Export to ResX dialog. This provides improved support for controls from Infragistics.
|
4.00.0011
|
12.November.2006
|
New features for ASP.NET projects:
- a completely new scan for texts in the HTML source, in addition to texts which are properties of ASP.NET controls
- an improved scan for properties of ASP controls
- a new Language Selection Web Control, which can be added to your project
- support for switching languages on an ASP.NET web page
Additional new features:
- translation memory to show existing translations of similar texts
- multiple selection in the grids, so that multiple items can be hidden or selected for translation as a single operation
- user interface in French
- improved support for Smart Device projects in Visual Studio 2005
|
3.00.0000
|
22.May,2006
|
- Internal restructuring improves reliability
- Version 3 has no new features.
|
2.71.0000
|
26.March 2006
|
- Filter using regular expressions.
|
2.70.0006
|
5.Februray 2006
|
- New logic for the limitation in the unlicensed version (up to 50 translations from the global database, up to 100 translations in total).
Naturally, these limitations do not apply to a licensed version.
|
2.70.0000
|
15.December 2005
|
- Some limited support for ASP.NET projects added.
|
2.60.0000
|
4.December 2005
|
- Global database of commonly used translations
|
2.50.0000
|
6.November 2005
|
- Structured three-worksheet Excel Import/Export
|
2.20.0001
|
6.June.2005
|
- Template file MlString.vb updated to handle solution names containing spaces.
|
2.20.0000
|
28.May.2005
|
- Speed improvement during source code scan.
|
2.11.0000
|
8.February.2005
|
- Runtime Language Switching extended to C++ projects.
|
2.10.0000
|
3.February.2005
|
- First version with support for Smart Device projects.
|
2.00.0000
|
28.January.2005
|
- Support for Runtime Language Switching.
Change the language of the user interface at any time when the application is running.
- Quick initialisation of the grids from the project database.
The Add-In can now reinitialize the two grids based on information cached in the project database. This means that it is not necessary to rescan the project each time the Add-In is used. You can enable this feature by turning off the automatic rescan in the project properties dialog.
- Hide properties in the controls tab.
Properties listed in the controls tab may now be hidden. This is similar to mechanism for the source code tab (but at present not identical). Toggle the hidden state by clicking on the sun or moon icon. Show or hide 'hidden' properties via the "+-" drop down menu. Hide or show all properties with a given name, e.g. AccessibleDescription, via a context menu on the sun or moon icon in the controls tab.
- Select individual properties for translation.
New check boxes in the controls tab allow individual properties to be selected for translation. Enable or disable translation of all properties with a given name, e.g. AccessibleDescription, via a context menu on the check box in the controls tab.
- New commands in the expand/collapse menu (for the controls tab only) to expand the tree to 1, 2, 3 or 4 levels.
The expanded state of the nodes in the controls grid is now saved in the project database and restored when you restart the Add-In.
- Quick Export to resources.
Using this option, the Add-In stores strings directly to the resource file, bypassing the controls. This may not work with all (third party) controls. (Starting with version 3, this is the only supported method).
- Handling of escape sequences in C# and C++ strings.
- Property filtering technique used to determine which properties will be read from the resource file. Properties which are not selected will not be read from resources. (Later removed).
- New command to remove all calls to ml_string() in the tools menu.
|
1.13.0000
|
9.November 2004
|
- Bug fix adding language containing inverted comma (e.g. People's republic of China)
- Source code scan now excludes the function InitializeComponent, rather than attempting to exclude the region of code generated by the forms designer.
|
1.12.0000
|
26.October 2004
|
- New commands "Goto next conflict" and "Goto next missing translation" added to the context menu.
|
1.11.0000
|
7.October 2004
|
- Font selection dialog now supports font size. Both font name and font size are stored on a per language basis.
|
1.10.0000
|
2.October 2004
|
- Bug fix for entering Asian characters, in particular Thai.
- Automatic source code scan can be disabled via the (new) project properties dialog. The results of the most recent scan are then loaded from the project database
- Bug fix for crash scanning very large projects
|
1.02.0017
|
18.October 2003
|
- Bug fixes in Search function.
- Controls scan logic updated to handle the Infragistics UltraWinToolbar control.
|
1.02.0016
|
6.October 2003
|
- Constraint added to project database to prevent duplicate translations for a single string ID and language ID.
|
1.02.0003
|
7 September 2003
|
- 'public class ml' changed 'internal class ml' in the template file MlString.cs.
- Character literals '\"' and '"' are now ignored.
- Error dialog shown if project database is read only.
- User interface disabled during long operations.
|
1.02.0002
|
31 August 2003
|
- Component VSUserControlHost.dll replaced with MLUserControlHost.dll, to fix initialisation problems on some systems. No change to the functionality.
|
1.02.0000
|
29 June 2003
|
- Support for Windows Forms Applications in C++ added
(Visual Studio .NET 2003 only)
|
1.01.0005
|
4 June 2003
|
- Correction to handling of \" embedded in a C# string.
|
1.01.0004
|
3 June 2003
|
- Similar change at additional places in the program, to avoid an InvalidCastException with Components which are not "Components".
|
1.01.0003
|
28 May 2003
|
- Bug fix to handle forms containing "components" which do not inherit from Component, for example a DataSet. This error could be generated by the GridEx sample from Janus Systems.
|
1.01.0002
|
26 May 2003
|
- Minor fix to a problem exporting strings to resources, which occasionally caused languages to get mixed up.
|
1.01.0001
|
21 May 2003
|
- Error selecting "Advanced Copy" from context menu in title bar of grids fixed.
|
1.01.0000
|
18 May 2003
|
|
1.00.0003
|
3 May 2003
|
- Problems on first use of the Add-In with the error message COM object that has been separated from its underlying RCW can not be used and subsequent associated errors fixed.
|
1.00.0002
|
27 April 2003
|
- First public version of the Multi-Language Add-In for Visual Studio .NET, with support for Visual Basic applications.
|