summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2025-10-15pluma-window: Add right-side panel supportVictor Kareh1-0/+15
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.
2021-04-01build: fix shebangsraveit651-1/+1
- mangling shebang warnings - ambiguous python shebang error
2021-03-04build: port to gtksourceview-4rbuj2-2/+2
2021-02-04build: Use PACKAGE_URL variablerbuj2-14/+18
2020-08-30add optional grid background patternmbkma1-0/+9
2020-07-31add overview mapmbkma1-0/+5
2020-07-29Port main program to GSettingsmbkma1-8/+43
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
2020-02-08add gbk encodingzhangjialing1-1/+1
Signed-off-by: zhangjialing <[email protected]>
2019-12-01migrate from intltool to gettextWu Xiaotian3-9/+13
2019-08-24preferences: Change Draw to ShowVictor Kareh1-14/+14
2019-06-28Draw spaces, tabs, newlines and nbsp.Goffredo Baroncelli1-0/+25
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)
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2018-12-19move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/pluma/issues/280
2018-08-01add the option to hide the frist tab if there is only one tabPablo Barciela1-0/+5
2018-07-28add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]Pablo Barciela1-0/+5
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma" Closes https://github.com/mate-desktop/pluma/issues/211
2017-10-23add gsettings key: Show save confirmation if the files have changesPablo Barciela1-5/+10
Closes https://github.com/mate-desktop/pluma/issues/112
2017-09-02add gsettings key to hide/show(default) tabs with the side paneZenWalker1-0/+5
2016-12-05port plugin system to libpeasmonsta1-1/+1
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
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-3/+2
2016-11-06drop Python plugins support and --enable-python build optionmonsta1-21/+1
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas
2016-01-03drop MateConf migration scriptMonsta2-51/+0
2015-09-29bugreport script: bring back active plugins listingmonsta1-5/+5
2015-09-02capitalize desktop entry file to match mate styleAlexander van der Meij1-1/+1
2015-09-02drop support for win32/osx and checkupdate pluginmonsta1-1/+1
that plugin has never been built in linux anyway due to logic in configure.ac
2015-06-17removed erroneous line from manpageMonsta1-1/+0
taken from Debian patch 2001_fix-man-page-errors.patch
2015-06-16fixes for gschema translationraveit653-215/+206
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
2014-12-19use proper GTK+ version in pluma.pc fileMonsta1-1/+2
2014-11-10appdata: Add neccesary markers for translationinfirit1-3/+3
2014-11-10appdata: Add autotool bits for appdatainfirit2-4/+10
2014-11-09Create pluma.appdata.xmlalxpl1-0/+43
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!
2014-02-20Add keywords key to .desktop file (close #62)infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2014-02-14Update Manualhekel1-55/+67
2013-10-19Fix make dist, use .in.ininfirit1-1/+1
2013-03-22Merge pull request #19 from cygwinports/masterStefano Karapetsas2-0/+51
Add mateconf-gsettings-data-convert file
2013-03-17remove category MATEWolfgang Ulbrich1-1/+1
2013-03-15Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+51
2013-01-24Add GSettings schemaStefano Karapetsas4-566/+224
2012-05-19rename pluma to PlumaStefano Karapetsas1-2/+2
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas6-0/+0
2012-02-20fixed recursive rule, thanks to samtygier Stefano Karapetsas1-3/+0
https://github.com/mate-desktop/mate-text-editor/issues/2
2011-11-07removing version tag from libraryPerberos2-4/+4
2011-11-07settings tango as default themePerberos1-2/+2
2011-11-07using ./config/ instead of ./mate2/Perberos4-82/+82
2011-11-07renaming from gedit to plumaPerberos6-184/+184
2011-11-07initialPerberos6-0/+764