if (mgr->ReadBool(_T("/word_wrap_style_home_end"), false))
cbeditor.cpp line 1364 queries a setting over which the user has no control.Implemented that in SVN. Good catch, Pecan!
[...]
or a setting placed in Editor setting dialog to control it.
I did not look at svn sources.cbeditor.cpp line 1364 queries a setting over which the user has no control.Implemented that in SVN. Good catch, Pecan!
[...]
or a setting placed in Editor setting dialog to control it.
But if I remember correctly it's more complex, than just activate the "word_wrap_style_home_end"-stuff.Probably, but also, if we have a setting it should be configurable via UI. So it is not wrong to do it.