Community
Participate
Working Groups
Created attachment 207083 [details] Screenshot The plugin.xml file generated for the UI project contains a mixture of whitespaces. It should produce either tabs or spaces only for indentation.
New Gerrit change created: https://git.eclipse.org/r/43526 WARNING: this patchset contains 1147 new lines of code and may require a Contribution Questionnaire (CQ) if the author is not a committer on the project. Please see:https://wiki.eclipse.org/Project_Management_Infrastructure/Creating_A_Contribution_Questionnaire
The patch will consequently replace space indentations by tabs. Most templates used 4 spaces, but some also 3 or 2. Most template code was already using tabs. Further did some refactoring on the indentation. Moved attribute 'point' to the same line as '<extension'. This was partially the case, but some extensions broke this to a new line. Shortened usage of reference: <reference definitionId="«name».Editor.opened"> </reference> => <reference definitionId="«name».Editor.opened"/>
*** Bug 378982 has been marked as a duplicate of this bug. ***
The new generator does only generate tabs into the plugin.xml file. It is not necessary to fix this also for the old generator, thus I consider the bug as fixed.