Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Remove pluma_prefs_manager.
Plugins were already ported to GSettings.
Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
|
|
Signed-off-by: zhangjialing <[email protected]>
|
|
|
|
Via gsettings it is possible to enable the drawing of:
- newline (enable-space-drawer-newline)
- spaces (enable-space-drawer-space)
- tab (enable-space-drawer-tab)
- not blank space (enable-space-drawer-nbsp)
The first setting is a boolean ones, so the only allowable values
are true (show the symbol) or false (don't show the symbol).
Instead for the last three settings, the allowed values are:
'draw-none' -> show nothing
'draw-all' -> show all spaces/tabs
'draw-trailing' -> show only the trailing spaces/tabs (only if GTK >= 3.24)
|
|
|
|
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma"
Closes https://github.com/mate-desktop/pluma/issues/211
|
|
Closes https://github.com/mate-desktop/pluma/issues/112
|
|
|
|
taken from:
https://github.com/mate-desktop/eom/commit/a2055e1
- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- removed obsolete lines from po/POTFILES.skip
|