Compare commits
25 Commits
2.8.0
...
master.min
Author | SHA1 | Date | |
---|---|---|---|
|
8c695048ff | ||
|
d82f0664da | ||
|
3adcd8e10b | ||
|
960d56b379 | ||
|
215f6c7791 | ||
|
c8e8994410 | ||
|
1cd2ed7b4c | ||
|
a48dab6ef5 | ||
|
5b769045f0 | ||
|
8ff2d3fd74 | ||
|
5b7c1d936e | ||
|
423f214a70 | ||
|
c469e1345c | ||
|
ef0979b2d3 | ||
|
fc80c90843 | ||
|
3940e04530 | ||
|
83597ba864 | ||
|
7d8538b748 | ||
|
4429a455f4 | ||
|
2229d826c4 | ||
|
ba9bcf2244 | ||
|
10e9a275c8 | ||
|
18d3ebf460 | ||
|
76b2fcba7b | ||
|
d41e63a340 |
@@ -167,6 +167,36 @@
|
||||
<description>Whether xed will ensure that documents always end with a trailing newline.</description>
|
||||
</key>
|
||||
|
||||
<key name="draw-whitespace" type="b">
|
||||
<default>false</default>
|
||||
<summary>Draw whitespace</summary>
|
||||
<description>Whether xed should render whitespace</description>
|
||||
</key>
|
||||
|
||||
<key name="draw-whitespace-leading" type="b">
|
||||
<default>false</default>
|
||||
<summary>Draw leading whitespace</summary>
|
||||
<description>Whether xed should render leading whitespace</description>
|
||||
</key>
|
||||
|
||||
<key name="draw-whitespace-inside" type="b">
|
||||
<default>false</default>
|
||||
<summary>Draw whitespace within text</summary>
|
||||
<description>Whether xed should render whitespace between words and characters</description>
|
||||
</key>
|
||||
|
||||
<key name="draw-whitespace-trailing" type="b">
|
||||
<default>false</default>
|
||||
<summary>Draw trailing whitespace</summary>
|
||||
<description>Whether xed should render trailing whitespace</description>
|
||||
</key>
|
||||
|
||||
<key name="draw-whitespace-newline" type="b">
|
||||
<default>false</default>
|
||||
<summary>Draw newline characters</summary>
|
||||
<description>Whether xed should render newline characters</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
|
||||
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.x.editor.preferences.ui" path="/org/x/editor/preferences/ui/">
|
||||
@@ -338,7 +368,7 @@
|
||||
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.x.editor.plugins" path="/org/x/editor/plugins/">
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
72
debian/changelog
vendored
72
debian/changelog
vendored
@@ -1,3 +1,75 @@
|
||||
xed (3.0.2) uma; urgency=medium
|
||||
|
||||
* l10n: Update translations
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Fri, 25 Jun 2021 15:15:39 +0100
|
||||
|
||||
xed (3.0.1) uma; urgency=medium
|
||||
|
||||
* l10n: Update translations
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Thu, 10 Jun 2021 11:04:22 +0100
|
||||
|
||||
xed (3.0.0) uma; urgency=medium
|
||||
|
||||
[ Talkashie ]
|
||||
* Fix various typos in index.docbook
|
||||
|
||||
[ Soapux ]
|
||||
* Fix permissions
|
||||
|
||||
[ okaestne ]
|
||||
* Implement #225: Options to render whitespace
|
||||
|
||||
[ Michael Webster ]
|
||||
* i18n: Don't translate gsettings strings.
|
||||
|
||||
[ okaestne ]
|
||||
* Fix crashes when no documents (tabs) are open
|
||||
|
||||
[ Justin Schiff ]
|
||||
* Uses strtol instead of atoi so that we can properly handle errors.
|
||||
* Use CLAMP macro instead
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* l10n: Update POT
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Tue, 01 Jun 2021 12:56:22 +0100
|
||||
|
||||
xed (2.8.4) ulyssa; urgency=medium
|
||||
|
||||
[ Eli Schwartz ]
|
||||
* fixup! cleanup: remove code dropped in commit 67892da099357e24b3fd3c31fa758947b1dfc47a
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* l10n: Update translations
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Sat, 02 Jan 2021 17:33:30 +0000
|
||||
|
||||
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
|
||||
|
||||
[ JosephMcc ]
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@@ -32,6 +32,7 @@ Depends: iso-codes,
|
||||
${shlibs:Depends},
|
||||
python3,
|
||||
python3-gi,
|
||||
gir1.2-gtksource-4,
|
||||
xapps-common (>= 1.9.0),
|
||||
zenity
|
||||
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/
|
||||
Upstream-Name: xed (old name: mate-text-editor)
|
||||
Upstream-Contact: Stefano Karapetsas <stefano@karapetsas.com>
|
||||
Source: http://git.mate-desktop.org/xed/
|
||||
Upstream-Name: xed
|
||||
Upstream-Contact: Linux Mint <root@linuxmint.com>
|
||||
Source: http://github.com/linuxmint/xed/
|
||||
|
||||
Files: plugins/docinfo/xed-docinfo-plugin.c
|
||||
plugins/docinfo/xed-docinfo-plugin.h
|
||||
|
@@ -292,7 +292,7 @@
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>Valid types of <replaceable>URI</replaceable> include <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the methods supported by <literal>gvfs</literal>.</para>
|
||||
<para>Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files.</para>
|
||||
<para>Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because not all FTP servers may correctly work with saving remote files.</para>
|
||||
</sect2>
|
||||
|
||||
<!-- ============= Working with tabs ======================== -->
|
||||
@@ -350,7 +350,7 @@
|
||||
</listitem>
|
||||
<listitem><para>Type the string that you want to find in the <guilabel>Search for</guilabel> field. You can include special characters such as a new line or tab: see <xref linkend="xed-find-escapes"/>.</para>
|
||||
</listitem>
|
||||
<listitem><para>Click <guibutton>Find</guibutton> to search the file for the first occurrence of the string after your current cursor position. If <application>&app;</application> finds the string, the application selects first occurrence of the string. Other occurrences of the string are highlighted.</para>
|
||||
<listitem><para>Click <guibutton>Find</guibutton> to search the file for the first occurrence of the string after your current cursor position. If <application>&app;</application> finds the string, the application selects the first occurrence of the string. Other occurrences of the string are highlighted.</para>
|
||||
</listitem>
|
||||
<listitem><para>To find the next occurrence of the string, click <guibutton>Find</guibutton> or choose <menuchoice> <guimenu>Search</guimenu> <guimenuitem>Find Next</guimenuitem> </menuchoice>. To find the previous occurrence of the text, choose <menuchoice> <guimenu>Search</guimenu> <guimenuitem>Find Previous</guimenuitem> </menuchoice>.</para>
|
||||
</listitem>
|
||||
@@ -1400,7 +1400,7 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>The amount of space used, and whether tab character or space characters are used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor Preferences: see <xref linkend="xed-prefs-editor"/>.</para>
|
||||
<para>The amount of space used, and whether tab characters or space characters are used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor Preferences: see <xref linkend="xed-prefs-editor"/>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@@ -1484,12 +1484,12 @@
|
||||
</sect3>
|
||||
<sect3 id="xed-modelines-plugin-kate">
|
||||
<title>Kate Modelines</title>
|
||||
<para>The first and last ten lines a document are scanned for <application>Kate</application> modelines.</para>
|
||||
<para>The first and last ten lines of a document are scanned for <application>Kate</application> modelines.</para>
|
||||
<para>The <application>Kate</application> options for tab-width, indent-width, space-indent, word-wrap and word-wrap-column are supported. For more information, see the <ulink type="http" url="http://www.kate-editor.org">Kate website</ulink>.</para>
|
||||
</sect3>
|
||||
<sect3 id="xed-modelines-plugin-vim">
|
||||
<title>Vim Modelines</title>
|
||||
<para>The first and last three lines a document are scanned for <application>Vim</application> modelines.</para>
|
||||
<para>The first and last three lines of a document are scanned for <application>Vim</application> modelines.</para>
|
||||
<para>The <application>Vim</application> options for et, expandtab, ts, tabstop, sw, shiftwidth, wrap, and textwidth are supported. For more information, see the <ulink type="http" url="http://vimdoc.sourceforge.net/htmldoc/options.html#modeline">Vim website</ulink>.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
project('xed', 'c', version : '2.8.0')
|
||||
project('xed', 'c', version : '3.0.2')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
@@ -102,5 +102,4 @@ Description[zh_TW]=自動加入關閉用括號。
|
||||
Description=Automatically adds closing brackets.
|
||||
Authors=Hrutvik Suthar <steve@istique.net>
|
||||
Copyright=Copyright @ 2020 Hrutvik Suthar
|
||||
Website=https://github.com/HrSuthar/xed
|
||||
Version=1.0
|
||||
|
@@ -7,4 +7,3 @@ _Description=Easy file access from the side pane
|
||||
Icon=system-file-manager
|
||||
Authors=Jesse van den Kieboom <jesse@icecrew.nl>
|
||||
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
|
||||
Authors=Steve Frécinaux <steve@istique.net>;André Homeyer;Linux Mint team
|
||||
Copyright=Copyright @ 2006-2007 Steve Frécinaux, André Homeyer
|
||||
Website=https://github.com/linuxmint
|
||||
Builtin=true
|
||||
|
||||
|
@@ -5,4 +5,3 @@ _Name=Modelines
|
||||
_Description=Emacs, Kate and Vim-style modelines support for xed.
|
||||
Authors=Steve Frécinaux <steve@istique.net>
|
||||
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
|
||||
Authors=Martin Szulecki <opensuse@sukimashita.com>\nJean-Philippe Fleury <contact@jpfleury.net>
|
||||
Copyright=Copyright © 2007-2008 Martin Szulecki\nCopyright © 2011 Jean-Philippe Fleury
|
||||
Website=https://github.com/jpfleury/open-uri-context-menu
|
||||
Builtin=true
|
||||
|
@@ -6,5 +6,4 @@ _Description=Sorts a document or selected text.
|
||||
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>
|
||||
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
|
||||
|
@@ -6,4 +6,3 @@ _Description=Checks the spelling of the current document.
|
||||
Icon=gtk-spell-check
|
||||
Authors=Paolo Maggi <paolo@gnome.org>
|
||||
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.
|
||||
Authors=Paolo Maggi <paolo.maggi@polito.it>
|
||||
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
|
||||
Authors=Steve Frécinaux <steve@istique.net>;Linux Mint team
|
||||
Copyright=Copyright © 2017 by the authors
|
||||
Website=https://github.com/linuxmint
|
||||
Builtin=true
|
@@ -5,4 +5,3 @@ _Name=Insert Date/Time
|
||||
_Description=Inserts current date and time at the cursor position.
|
||||
Authors=Paolo Maggi <paolo.maggi@polito.it>;Lee Mallabone <mate@fonicmonkey.net>
|
||||
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
|
||||
Authors=Marty Mills <daggerbot@gmail.com>
|
||||
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.
|
||||
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
|
||||
Website=https://github.com/linuxmint/xed
|
||||
Version=@VERSION@
|
||||
|
@@ -5,5 +5,4 @@ _Name=Word Completion
|
||||
_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>
|
||||
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
|
||||
Website=https://github.com/linuxmint/xed
|
||||
Version=@VERSION@
|
||||
|
@@ -103,6 +103,7 @@ ur
|
||||
vi
|
||||
wa
|
||||
xh
|
||||
zgh
|
||||
zh_CN
|
||||
zh_HK
|
||||
zh_TW
|
||||
|
@@ -1,7 +1,6 @@
|
||||
# List of source files containing translatable strings.
|
||||
# Please keep this file sorted alphabetically.
|
||||
[encoding: UTF-8]
|
||||
[type: gettext/gsettings]data/org.x.editor.gschema.xml.in
|
||||
data/xed.appdata.xml.in
|
||||
data/xed.desktop.in.in
|
||||
xed/xed-app-activatable.c
|
||||
|
1073
po/be@latin.po
1073
po/be@latin.po
File diff suppressed because it is too large
Load Diff
1072
po/bn_IN.po
1072
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1108
po/ca@valencia.po
1108
po/ca@valencia.po
File diff suppressed because it is too large
Load Diff
1067
po/en@shaw.po
1067
po/en@shaw.po
File diff suppressed because it is too large
Load Diff
1075
po/en_AU.po
1075
po/en_AU.po
File diff suppressed because it is too large
Load Diff
1072
po/en_CA.po
1072
po/en_CA.po
File diff suppressed because it is too large
Load Diff
1127
po/en_GB.po
1127
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1095
po/fr_CA.po
1095
po/fr_CA.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