GNOME Bugzilla – Bug 664514
view->editor->* margin doesn't work
Last modified: 2011-12-19 20:42:29 UTC
trying to remove the line margin or the code fold margin doesn't work. Enabling and disabling the option via menu has no effect.
I will take care of this. I think it's because the gsettings keys changed by the menu item have changed and Scintilla plugin hasn't been updated.
It should work now. It was because key names have changed to use dash instead of dot to separate number. By example margin.linenumber.visible has been changed to margin-linenumber-visible during the change to use GSettings. But the string with dots was still used in some part of Scintilla.