Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3adcd8e10b | ||
|
960d56b379 | ||
|
215f6c7791 | ||
|
c8e8994410 | ||
|
1cd2ed7b4c | ||
|
a48dab6ef5 | ||
|
5b769045f0 | ||
|
8ff2d3fd74 | ||
|
5b7c1d936e | ||
|
423f214a70 | ||
|
c469e1345c | ||
|
ef0979b2d3 | ||
|
fc80c90843 | ||
|
3940e04530 | ||
|
83597ba864 | ||
|
7d8538b748 | ||
|
4429a455f4 | ||
|
2229d826c4 |
@@ -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/">
|
||||
|
54
debian/changelog
vendored
54
debian/changelog
vendored
@@ -1,3 +1,57 @@
|
||||
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 ]
|
||||
|
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}
|
||||
|
@@ -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.1')
|
||||
project('xed', 'c', version : '3.0.1')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
@@ -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
1120
po/pt_BR.po
1120
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2211
po/sr@latin.po
2211
po/sr@latin.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