Actions
Feature #139
closedSupport for localization of error messages
Start date:
10/20/2016
Due date:
% Done:
100%
Estimated time:
Forum topic:
Description
The error file should be opened from a language specific location. Compiler log messages and runtime error messages (traps) should be mapped with Dialog.MapString.
Rendering of error markers should be improved such that it uses lines with 45 degree.
Updated by I. Denisov almost 9 years ago
- Subject changed from Better compier messages localization to Better compiler messages localization
- Description updated (diff)
Updated by J. Templ almost 9 years ago
For the compiler error messages a simple solution would be to load the Errors file from the language subdirectory, if it exists. This is done in DevMarkers.Load.
Updated by J. Templ almost 9 years ago
- Subject changed from Better compiler messages localization to Support for localization of error messages
- Description updated (diff)
Updated by I. Denisov over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Actions