Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
83597ba864 | ||
|
7d8538b748 | ||
|
4429a455f4 | ||
|
2229d826c4 | ||
|
ba9bcf2244 | ||
|
10e9a275c8 | ||
|
18d3ebf460 | ||
|
76b2fcba7b | ||
|
d41e63a340 |
@@ -338,7 +338,7 @@
|
|||||||
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.x.editor.plugins" path="/org/x/editor/plugins/">
|
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.x.editor.plugins" path="/org/x/editor/plugins/">
|
||||||
|
|
||||||
<key name="active-plugins" type="as">
|
<key name="active-plugins" type="as">
|
||||||
<default>[ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time' ]</default>
|
<default>[ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time', 'bracketcompletion' ]</default>
|
||||||
<summary>Active plugins</summary>
|
<summary>Active plugins</summary>
|
||||||
<description>List of active plugins. It contains the "Location" of the active plugins. See the .xed-plugin file for obtaining the "Location" of a given plugin.</description>
|
<description>List of active plugins. It contains the "Location" of the active plugins. See the .xed-plugin file for obtaining the "Location" of a given plugin.</description>
|
||||||
</key>
|
</key>
|
||||||
|
24
debian/changelog
vendored
24
debian/changelog
vendored
@@ -1,3 +1,27 @@
|
|||||||
|
xed (2.8.3) ulyssa; urgency=medium
|
||||||
|
|
||||||
|
* Packaging: Add missing dependency on gir1.2-gtksource-4
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Mon, 14 Dec 2020 08:11:29 +0000
|
||||||
|
|
||||||
|
xed (2.8.2) ulyssa; urgency=medium
|
||||||
|
|
||||||
|
* l10n: Update translations
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Thu, 10 Dec 2020 12:14:34 +0000
|
||||||
|
|
||||||
|
xed (2.8.1) ulyssa; urgency=medium
|
||||||
|
|
||||||
|
[ Eli Schwartz ]
|
||||||
|
* cleanup: remove code dropped in commit 67892da099357e24b3fd3c31fa758947b1dfc47a
|
||||||
|
* remove never-used variable added in commit 9e805380d4aa6338ca1b85d06b5dbf60e9fb0cbe
|
||||||
|
|
||||||
|
[ Clement Lefebvre ]
|
||||||
|
* bracketcompletion: Enable plugin by default
|
||||||
|
* Remove links in plugin about dialogs
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Tue, 08 Dec 2020 10:11:12 +0000
|
||||||
|
|
||||||
xed (2.8.0) ulyssa; urgency=medium
|
xed (2.8.0) ulyssa; urgency=medium
|
||||||
|
|
||||||
[ JosephMcc ]
|
[ JosephMcc ]
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@@ -32,6 +32,7 @@ Depends: iso-codes,
|
|||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
python3,
|
python3,
|
||||||
python3-gi,
|
python3-gi,
|
||||||
|
gir1.2-gtksource-4,
|
||||||
xapps-common (>= 1.9.0),
|
xapps-common (>= 1.9.0),
|
||||||
zenity
|
zenity
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@@ -1,7 +1,7 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: xed (old name: mate-text-editor)
|
Upstream-Name: xed
|
||||||
Upstream-Contact: Stefano Karapetsas <stefano@karapetsas.com>
|
Upstream-Contact: Linux Mint <root@linuxmint.com>
|
||||||
Source: http://git.mate-desktop.org/xed/
|
Source: http://github.com/linuxmint/xed/
|
||||||
|
|
||||||
Files: plugins/docinfo/xed-docinfo-plugin.c
|
Files: plugins/docinfo/xed-docinfo-plugin.c
|
||||||
plugins/docinfo/xed-docinfo-plugin.h
|
plugins/docinfo/xed-docinfo-plugin.h
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
project('xed', 'c', version : '2.8.0')
|
project('xed', 'c', version : '2.8.3')
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
|
@@ -102,5 +102,4 @@ Description[zh_TW]=自動加入關閉用括號。
|
|||||||
Description=Automatically adds closing brackets.
|
Description=Automatically adds closing brackets.
|
||||||
Authors=Hrutvik Suthar <steve@istique.net>
|
Authors=Hrutvik Suthar <steve@istique.net>
|
||||||
Copyright=Copyright @ 2020 Hrutvik Suthar
|
Copyright=Copyright @ 2020 Hrutvik Suthar
|
||||||
Website=https://github.com/HrSuthar/xed
|
|
||||||
Version=1.0
|
Version=1.0
|
||||||
|
@@ -7,4 +7,3 @@ _Description=Easy file access from the side pane
|
|||||||
Icon=system-file-manager
|
Icon=system-file-manager
|
||||||
Authors=Jesse van den Kieboom <jesse@icecrew.nl>
|
Authors=Jesse van den Kieboom <jesse@icecrew.nl>
|
||||||
Copyright=Copyright © 2006 Jesse van den Kieboom
|
Copyright=Copyright © 2006 Jesse van den Kieboom
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
|
@@ -7,6 +7,4 @@ _Description=Join several lines
|
|||||||
Icon=gnome-mime-text-x-python
|
Icon=gnome-mime-text-x-python
|
||||||
Authors=Steve Frécinaux <steve@istique.net>;André Homeyer;Linux Mint team
|
Authors=Steve Frécinaux <steve@istique.net>;André Homeyer;Linux Mint team
|
||||||
Copyright=Copyright @ 2006-2007 Steve Frécinaux, André Homeyer
|
Copyright=Copyright @ 2006-2007 Steve Frécinaux, André Homeyer
|
||||||
Website=https://github.com/linuxmint
|
|
||||||
Builtin=true
|
Builtin=true
|
||||||
|
|
||||||
|
@@ -5,4 +5,3 @@ _Name=Modelines
|
|||||||
_Description=Emacs, Kate and Vim-style modelines support for xed.
|
_Description=Emacs, Kate and Vim-style modelines support for xed.
|
||||||
Authors=Steve Frécinaux <steve@istique.net>
|
Authors=Steve Frécinaux <steve@istique.net>
|
||||||
Copyright=Copyright © 2005 Steve Frécinaux
|
Copyright=Copyright © 2005 Steve Frécinaux
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
|
@@ -7,5 +7,4 @@ Description=Adds context menu item to open an URI at the pointer position.
|
|||||||
Icon=gtk-open
|
Icon=gtk-open
|
||||||
Authors=Martin Szulecki <opensuse@sukimashita.com>\nJean-Philippe Fleury <contact@jpfleury.net>
|
Authors=Martin Szulecki <opensuse@sukimashita.com>\nJean-Philippe Fleury <contact@jpfleury.net>
|
||||||
Copyright=Copyright © 2007-2008 Martin Szulecki\nCopyright © 2011 Jean-Philippe Fleury
|
Copyright=Copyright © 2007-2008 Martin Szulecki\nCopyright © 2011 Jean-Philippe Fleury
|
||||||
Website=https://github.com/jpfleury/open-uri-context-menu
|
|
||||||
Builtin=true
|
Builtin=true
|
||||||
|
@@ -6,5 +6,4 @@ _Description=Sorts a document or selected text.
|
|||||||
Icon=gtk-sort-ascending
|
Icon=gtk-sort-ascending
|
||||||
Authors=Carlo Borreo <borreo@softhome.net>;Lee Mallabone <mate@fonicmonkey.net>;Paolo Maggi <paolo.maggi@polito.it>;Jorge Alberto Torres H. <jorge@deadoak.com>
|
Authors=Carlo Borreo <borreo@softhome.net>;Lee Mallabone <mate@fonicmonkey.net>;Paolo Maggi <paolo.maggi@polito.it>;Jorge Alberto Torres H. <jorge@deadoak.com>
|
||||||
Copyright=Copyright © 2001 Carlo Borreo\nCopyright © 2002-2003 Lee Mallabone, Paolo Maggi\nCopyright © 2004-2005 Paolo Maggi
|
Copyright=Copyright © 2001 Carlo Borreo\nCopyright © 2002-2003 Lee Mallabone, Paolo Maggi\nCopyright © 2004-2005 Paolo Maggi
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
Builtin=true
|
Builtin=true
|
||||||
|
@@ -6,4 +6,3 @@ _Description=Checks the spelling of the current document.
|
|||||||
Icon=gtk-spell-check
|
Icon=gtk-spell-check
|
||||||
Authors=Paolo Maggi <paolo@gnome.org>
|
Authors=Paolo Maggi <paolo@gnome.org>
|
||||||
Copyright=Copyright © 2002-2005 Paolo Maggi
|
Copyright=Copyright © 2002-2005 Paolo Maggi
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
|
@@ -5,4 +5,3 @@ _Name=Tag list
|
|||||||
_Description=Provides a method to easily insert commonly used tags/strings into a document without having to type them.
|
_Description=Provides a method to easily insert commonly used tags/strings into a document without having to type them.
|
||||||
Authors=Paolo Maggi <paolo.maggi@polito.it>
|
Authors=Paolo Maggi <paolo.maggi@polito.it>
|
||||||
Copyright=Copyright © 2002-2005 Paolo Maggi
|
Copyright=Copyright © 2002-2005 Paolo Maggi
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
|
@@ -7,5 +7,4 @@ _Description=Allow controlling the zoom levels of the text
|
|||||||
Icon=gnome-mime-text-x-python
|
Icon=gnome-mime-text-x-python
|
||||||
Authors=Steve Frécinaux <steve@istique.net>;Linux Mint team
|
Authors=Steve Frécinaux <steve@istique.net>;Linux Mint team
|
||||||
Copyright=Copyright © 2017 by the authors
|
Copyright=Copyright © 2017 by the authors
|
||||||
Website=https://github.com/linuxmint
|
|
||||||
Builtin=true
|
Builtin=true
|
@@ -5,4 +5,3 @@ _Name=Insert Date/Time
|
|||||||
_Description=Inserts current date and time at the cursor position.
|
_Description=Inserts current date and time at the cursor position.
|
||||||
Authors=Paolo Maggi <paolo.maggi@polito.it>;Lee Mallabone <mate@fonicmonkey.net>
|
Authors=Paolo Maggi <paolo.maggi@polito.it>;Lee Mallabone <mate@fonicmonkey.net>
|
||||||
Copyright=Copyright © 2002-2005 Paolo Maggi
|
Copyright=Copyright © 2002-2005 Paolo Maggi
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
|
@@ -6,4 +6,3 @@ _Description=Removes trailing spaces from lines before saving.
|
|||||||
Icon=gtk-cut
|
Icon=gtk-cut
|
||||||
Authors=Marty Mills <daggerbot@gmail.com>
|
Authors=Marty Mills <daggerbot@gmail.com>
|
||||||
Copyright=Copyright © 2015 Marty Mills
|
Copyright=Copyright © 2015 Marty Mills
|
||||||
Website=http://www.mate-desktop.org
|
|
||||||
|
@@ -29,5 +29,4 @@ Name[zh_CN]=单词补全
|
|||||||
Description=Predicts the rest of the word after a few characters have been typed.
|
Description=Predicts the rest of the word after a few characters have been typed.
|
||||||
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
|
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
|
||||||
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
|
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
|
||||||
Website=https://github.com/linuxmint/xed
|
|
||||||
Version=@VERSION@
|
Version=@VERSION@
|
||||||
|
@@ -5,5 +5,4 @@ _Name=Word Completion
|
|||||||
_Description=Predicts the rest of the word after a few characters have been typed.
|
_Description=Predicts the rest of the word after a few characters have been typed.
|
||||||
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
|
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
|
||||||
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
|
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
|
||||||
Website=https://github.com/linuxmint/xed
|
|
||||||
Version=@VERSION@
|
Version=@VERSION@
|
||||||
|
@@ -103,6 +103,7 @@ ur
|
|||||||
vi
|
vi
|
||||||
wa
|
wa
|
||||||
xh
|
xh
|
||||||
|
zgh
|
||||||
zh_CN
|
zh_CN
|
||||||
zh_HK
|
zh_HK
|
||||||
zh_TW
|
zh_TW
|
||||||
|
538
po/be@latin.po
538
po/be@latin.po
File diff suppressed because it is too large
Load Diff
538
po/bn_IN.po
538
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
538
po/en@shaw.po
538
po/en@shaw.po
File diff suppressed because it is too large
Load Diff
538
po/en_AU.po
538
po/en_AU.po
File diff suppressed because it is too large
Load Diff
538
po/en_CA.po
538
po/en_CA.po
File diff suppressed because it is too large
Load Diff
546
po/en_GB.po
546
po/en_GB.po
File diff suppressed because it is too large
Load Diff
538
po/fr_CA.po
538
po/fr_CA.po
File diff suppressed because it is too large
Load Diff
538
po/pt_BR.po
538
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user