改了这里的:
def pref_init(pref):
pref.python_classbrowser_show = False
pref.python_classbrowser_refresh_as_save = True
pref.python_classbrowser_show_docstring = True
pref.python_classbrowser_sort = False
Mixin.setPlugin('preference', 'init', pref_init)好像不影响,还是排序的,为啥?
