diff options
author | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
commit | 65371f53dbb06180b750dad7c19e7bcf0f8651d6 (patch) | |
tree | 0b387d0a17207e13ce662da55970c97b50bc55db /README | |
parent | 7dd02941b3647477dfe0cf8177c2eeff8bfe7b84 (diff) | |
download | pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.bz2 pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.xz |
drop Python plugins support and --enable-python build option
it requires PyGTK so won't even build with GTK+3
but keep plugins themselves for future porting to libpeas
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -15,9 +15,6 @@ one document at the same time. pluma supports most standard editing features, plus several not found in your average text editor (plugins being the most notable of these). -pluma plugins may also be written in the python scripting language: to enable -python support you need the pygtk and mate-python-desktop bindings. - Although new features are always under development, currently pluma has: * Complete support for UTF-8 text @@ -27,7 +24,7 @@ Although new features are always under development, currently pluma has: * Printing and Print Previewing Support * File Revert * A complete preferences interface - * Configurable Plugin system, with optional python support + * Configurable Plugin system Some of the plugins, packaged and installed with pluma include, among others: @@ -36,10 +33,8 @@ Some of the plugins, packaged and installed with pluma include, among others: * Spell checker * Change case of selected text * File Browser - * Automatic snippet expansion * Sort * Insert Date/Time - * External Tools * Tag list Other external plugins are also available. @@ -61,8 +56,6 @@ Installation ============ pluma requires GTK+-2.16.x, GtkSourceView 2.4.x and MateConf libraries. -PyGobject 2.12.x, PyGtk 2.12.x and PyGtkSourceView 2.4.x are required to -enable python plugins support. Simple install procedure: |