| Age | Commit message (Collapse) | Author | Files | Lines |
|
Add a third panel on the right side of the editor window, enabling
a three-panel layout with left, right, and bottom panes.
The right panel is hidden by default and its state persists across
sessions. The main use case is enabling plugins for previews, document
outline viewers, or tag lists, similar to other IDEs.
|
|
- mangling shebang warnings
- ambiguous python shebang error
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
fixes https://github.com/mate-desktop/pluma/issues/280
|
|
|
|
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
|
|
|
|
backported from gedit with a few changes
upstream commits for reference:
https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc
https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d
https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983
https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55
https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363
https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e
|
|
|
|
it requires PyGTK so won't even build with GTK+3
but keep plugins themselves for future porting to libpeas
|
|
|
|
|
|
|
|
that plugin has never been built in linux anyway due to logic
in configure.ac
|
|
taken from Debian patch 2001_fix-man-page-errors.patch
|
|
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
|
|
|
|
|
|
|
|
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
|
|
Patch by Mike Gabriel <[email protected]>
|
|
|
|
|
|
Add mateconf-gsettings-data-convert file
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/mate-desktop/mate-text-editor/issues/2
|
|
|
|
|
|
|
|
|
|
|