summaryrefslogtreecommitdiff
path: root/plugins/snippets
AgeCommit message (Collapse)AuthorFilesLines
2019-06-26add snippet to toggle comment/uncommentAndrew Fowlie4-1/+71
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-06-06Switch to Python 3Patrick Monnerat1-1/+1
2019-06-06snippets plugin: change code for Python 2 & 3 compatibilityPatrick Monnerat14-641/+528
2019-05-21Reindent all Python sources to ts=4. Strip trailing spaces.Patrick Monnerat14-5046/+5048
2019-01-21addresses #391 - gets snippet window size before destroying itAndrew Fowlie1-4/+5
2019-01-18simple bug fix of misplaced underscoreAndrew Fowlie1-1/+1
2017-02-25snippets plugin: fix snippet parts staying after Ctrl-Zmonsta1-0/+8
old issue, also present in 1.16 fix taken from: https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea
2017-02-25snippets plugin: port to gi and libpeasmonsta15-331/+326
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=3f5c69427579f80e8614f551aafa89baa9bfd0ca https://git.gnome.org/browse/gedit/commit/?id=a2c9247c5fecea8d03917e7b0fa93447820439d2 https://git.gnome.org/browse/gedit/commit/?id=ccd39a71eab7fe04ea52cb10bd2282c95d8374c3 https://git.gnome.org/browse/gedit/commit/?id=2dbe5e048766a94b2ba42346b5d197edc92cd03d https://git.gnome.org/browse/gedit/commit/?id=b3f6fd5c7ab9e433dd7698a25d9dc00867c04ad9 https://git.gnome.org/browse/gedit/commit/?id=2273ba27e85588c10788039b66b083aba6b50660 https://git.gnome.org/browse/gedit/commit/?id=48d33cf9dd29d8a6d42e60e3254c883f1f9ffb56 https://git.gnome.org/browse/gedit/commit/?id=7f37ff4fa2c9dd8f42ff527f4e1d0a148c39eb0e https://git.gnome.org/browse/gedit/commit/?id=0d36d6e09a58210c365264c591fafb5d0b3d9323 https://git.gnome.org/browse/gedit/commit/?id=ac4f2048d6af5b2dbfc7ff6448bc51f3e2b324b6 https://git.gnome.org/browse/gedit/commit/?id=5540838a7dff1d025b995c251f51c1c29ce0c0ce https://git.gnome.org/browse/gedit/commit/?id=d48cd10bf0bb99ead7b1af1ead52f1e554ad239d https://git.gnome.org/browse/gedit/commit/?id=5169aa5cd4b1d95fb869df7c0b24c886cb33a1aa
2017-02-25snippets plugin: stop exposing functions on Pluma message busmonsta1-55/+0
registering on message bus won't work with introspection due to varargs functions used in message bus code
2016-12-19snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFOmonsta1-2/+2
2016-12-19snippets plugin: kill useless codemonsta1-20/+10
2015-12-24remove unneeded 'x' attribute from non-executable filesmonsta30-0/+0
2014-05-19Remove has_separator property from gtkbuilder filesinfirit1-1/+0
2013-04-17Fix incorrect-fsf-address rpmlint checkStefano Karapetsas1-2/+2
Closes #22 (https://github.com/mate-desktop/mate-text-editor/issues/22)
2012-08-31fix wrong urlStefano Karapetsas1-1/+1
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718
2011-11-07using ./config/ instead of ./mate2/Perberos1-15/+15
2011-11-07renaming from gedit to plumaPerberos27-124/+124
2011-11-07initialPerberos44-0/+9734