mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Side effect is that the indentation in the transformer now works properly, so the extra newlines inserted everywhere can be removed. This change was done by changing the output to an OutputStream instead of a Writer so that the XML handler could set the encoding to match what was in the settings, i.e.: transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); The non-translated language IDs are used in preference to the translated names when importing. The export now puts that ID (when available) in the output file. The ID is available on normal user files (C, ASM, C++) and not on object files. The object files probably don't have languages settings that are exported, but this code does not exclude them from being exported. Change-Id: I46de004bb8c6a0ca05210487a5d33390d397c720 |
||
---|---|---|
.. | ||
.settings | ||
about_files | ||
browser/org/eclipse/cdt | ||
css | ||
dictionaries | ||
icons | ||
META-INF | ||
schema | ||
src/org/eclipse/cdt | ||
templateengine/org/eclipse/cdt/ui | ||
templates | ||
utils.ui/org/eclipse/cdt/utils/ui/controls | ||
.classpath | ||
.options | ||
.project | ||
about.html | ||
build.properties | ||
doxygenTags.csv | ||
NEWS | ||
plugin.properties | ||
plugin.xml |