<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pluma/data, branch v1.23.2</title>
<subtitle>Official text editor of the MATE desktop environment</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/'/>
<entry>
<title>Draw spaces, tabs, newlines and nbsp.</title>
<updated>2019-06-28T12:38:58+00:00</updated>
<author>
<name>Goffredo Baroncelli</name>
<email>kreijack@inwind.it</email>
</author>
<published>2019-06-15T15:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=c264b0d7b6782a596c6502edc158f754ed968835'/>
<id>c264b0d7b6782a596c6502edc158f754ed968835</id>
<content type='text'>
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' -&gt; show nothing
'draw-all' -&gt; show all spaces/tabs
'draw-trailing' -&gt; show only the trailing spaces/tabs (only if GTK &gt;= 3.24)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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' -&gt; show nothing
'draw-all' -&gt; show all spaces/tabs
'draw-trailing' -&gt; show only the trailing spaces/tabs (only if GTK &gt;= 3.24)

</pre>
</div>
</content>
</entry>
<entry>
<title>Change url projet's website</title>
<updated>2019-06-10T14:12:47+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-09T19:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=fad391d7cd59138991583b8a199096225786ea29'/>
<id>fad391d7cd59138991583b8a199096225786ea29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move appdata to metainfo directory</title>
<updated>2018-12-19T11:06:43+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-12-19T11:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=eb0cc59066bb397475adf9105741ea9d45bdb678'/>
<id>eb0cc59066bb397475adf9105741ea9d45bdb678</id>
<content type='text'>
fixes https://github.com/mate-desktop/pluma/issues/280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/pluma/issues/280
</pre>
</div>
</content>
</entry>
<entry>
<title>add the option to hide the frist tab if there is only one tab</title>
<updated>2018-08-01T19:19:29+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-07-28T02:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=03238f85321f178e56b62a1f029169f3c21dc964'/>
<id>03238f85321f178e56b62a1f029169f3c21dc964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]</title>
<updated>2018-07-27T22:10:34+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-07-25T01:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=98edfd338d1248d386fc211f27252d5fb9053dc9'/>
<id>98edfd338d1248d386fc211f27252d5fb9053dc9</id>
<content type='text'>
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma"

Closes https://github.com/mate-desktop/pluma/issues/211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma"

Closes https://github.com/mate-desktop/pluma/issues/211
</pre>
</div>
</content>
</entry>
<entry>
<title>add gsettings key: Show save confirmation if the files have changes</title>
<updated>2017-10-23T08:19:48+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-10-23T08:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=43963f7c99794984e6c33aeb0e40714a54540828'/>
<id>43963f7c99794984e6c33aeb0e40714a54540828</id>
<content type='text'>
Closes https://github.com/mate-desktop/pluma/issues/112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/pluma/issues/112
</pre>
</div>
</content>
</entry>
<entry>
<title>add gsettings key to hide/show(default) tabs with the side pane</title>
<updated>2017-09-02T00:27:57+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-09-02T00:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=a8cc3156edb422eada7d7fd31467424835c5c809'/>
<id>a8cc3156edb422eada7d7fd31467424835c5c809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port plugin system to libpeas</title>
<updated>2016-12-05T12:05:10+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-01T18:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=52fd78ddfcbe35507aee9122fed0f18c99407c89'/>
<id>52fd78ddfcbe35507aee9122fed0f18c99407c89</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-06T11:43:26+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-06T11:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=4c06cb5cd0859067769dac1317682d430b18cc78'/>
<id>4c06cb5cd0859067769dac1317682d430b18cc78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop Python plugins support and --enable-python build option</title>
<updated>2016-11-06T11:42:18+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-06T11:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=65371f53dbb06180b750dad7c19e7bcf0f8651d6'/>
<id>65371f53dbb06180b750dad7c19e7bcf0f8651d6</id>
<content type='text'>
it requires PyGTK so won't even build with GTK+3

but keep plugins themselves for future porting to libpeas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it requires PyGTK so won't even build with GTK+3

but keep plugins themselves for future porting to libpeas
</pre>
</div>
</content>
</entry>
</feed>
