Community
Participate
Working Groups
Adding a new ChangeLog entry above the last entry does not provide a space between the last line of the new entry and the date/comitter line of the existing entry. A space should be added. This space was added in the past and perhaps a regression has occurred.
Created attachment 198731 [details] This patch recognizes new lines by reading the entire line instead of 1 char, so it can tell the differences between sequences like "\n\n" and "\n\t" and decide to keep "\n\n"
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.
This must have been fixed at some point, since the Insert ChangeLog Entry command indeed adds a new line to the log in the correct section, even when the line is to placed above the last entry in the log. Also, a prefix is added to the line when appropriate; for instance, executing the command while editing a Java method (in a project managed by SVN) prefixes the added Changelog line with the name of the method. Since everything is again working as intended, I'm marking this as resolved.