Rosewood-Development / RoseGarden

Library to be used by all Rose plugins.
MIT License
7 stars 11 forks source link

Comments cannot have odd number of spaces #1

Open Esophose opened 3 years ago

Esophose commented 3 years ago

Comments in CommentedConfigurationSections will throw an exception if a comment is prefixed with an odd number of spaces. This is due to the comment preprocessor converting the comments into map values which then end up being misaligned.