HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #761206
Tweak secfile ini output format for comments
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Trivial thing that's bothered me for a while:
When a secfile is written with an entry_comment, the result looks like
fullscreen_mode=FALSE#deprecated
which I think could look like some special syntax, not a comment, to someone unfamiliar with the format.
I think it would be clearer with a few spaces:
fullscreen_mode=FALSE # deprecated
Similarly
[cma] number_of_presets=5#If you add a preset by hand, also update "number_of_presets"
is a bit ugly.
History
#1
Updated by Jacob Nevins over 2 years ago
- File m-30-26-secfile-comment-output.patch m-30-26-secfile-comment-output.patch added
- File 25-secfile-comment-output.patch 25-secfile-comment-output.patch added
- Status changed from In Progress to Resolved
#2
Updated by Jacob Nevins over 2 years ago
- Status changed from Resolved to Closed