Skip to content

bastianovic-dev/pluma

This branch is 2 commits ahead of, 11 commits behind mate-desktop/pluma:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b467a0 · Sep 21, 2023
Dec 8, 2020
Oct 28, 2022
Apr 1, 2021
Oct 11, 2020
Sep 21, 2023
Dec 1, 2019
Mar 11, 2012
Mar 23, 2022
May 28, 2023
Sep 19, 2023
Jun 26, 2021
Jan 5, 2023
Feb 13, 2022
Jun 30, 2020
Aug 6, 2021
Mar 11, 2012
Apr 16, 2013
Apr 2, 2013
Oct 13, 2020
Nov 9, 2022
Mar 4, 2021
Nov 6, 2016
Nov 9, 2022
Jun 23, 2020
Jul 27, 2019
Dec 3, 2019
Oct 29, 2022
Feb 29, 2020

Repository files navigation

Pluma - The MATE text editor

pluma-icon

General Information

Pluma (pluma) is a small and lightweight UTF-8 text editor for the MATE environment. It started as a fork of Gedit (at version 2.30) in 2011, back then the text editor for the GNOME 2 environment.

Pluma is part of MATE and uses the latest GTK+ and MATE libraries. Complete MATE integration is featured, with support for Drag and Drop from Caja (the MATE file manager), the use of the MATE help system, the MATE Virtual File System and the MATE print framework.

Pluma uses a Multiple Document Interface, which lets you edit more than 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).

Although new features are always under development, currently Pluma has:

  • Complete support for UTF-8 text
  • Syntax highlighting
  • Support for editing remote files
  • Search and Replace
  • Printing and Print Previewing Support
  • File Revert
  • A complete preferences interface
  • Configurable Plugin system

Some of the plugins, packaged and installed with Pluma include, among others:

  • Spell checker - Checks the spelling of the current document
  • File Browser - Easy file access from the side pane
  • Sort - Sorts a document or selected text
  • Insert Date/Time - Inserts current date and time at the cursor position
  • Tag list - Provides a method to easily insert code tags.

Other external plugins are also available.

Pluma is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.

The official web site is:

https://mate-desktop.org/

You can download the latest Pluma tarball from:

https://pub.mate-desktop.org/releases/

Build/Installation

Pluma requires GTK+ (>= 3.22) and GtkSourceView (>= 4.0.2). For a complete list of dependencies see the build.yml.

Warning: This procedure doesn't install in a separate prefix, so it may overwrite your system binaries.

Simple install procedure:

$ git submodule update --init --recursive   # Init git submodules
$ NOCONFIGURE=1 ./autogen.sh                # Copy configuration requirements
$ ./configure                               # Build configuration
$ make                                      # Build
[ Become root if necessary ]
$ make install                              # Installation

For installation to a separate prefix change the above ./configure command to

$ ./configure --prefix=/an/other/path

To get more information type the command below:

$ ./configure --help

Running Tests

Pluma has several test that can be run after compilation. Run them by issueing "make check". However there are a couple of requirements that need to be satisfied before they will pass.

  • You need the gsettings schemas installed for some tests to be able to run.
  • You need to mount sftp://localhost/ with gvfs-mount for one test to pass.

If test fail and you have setup the above correctly then please file a bug report as described below.

How to report bugs

Bugs should be reported to the MATE bug tracking system:

https://github.com/mate-desktop/Pluma/issues

You will need to create an account for yourself.

In the bug report please include:

  • Information about your system. For instance:

    • What operating system and version
    • What version of X
    • What version of the gtk+, glib and mate libraries
    • For Linux, what version of the C library
  • And anything else you think is relevant. For example:

    • How to reproduce the bug.

    • If the bug was a crash, the exact text that was printed out when the crash occurred.

    • Further information such as stack traces may be useful, but is not necessary. If you do send a stack trace, and the error is an X error, it will be more useful if the stack trace is produced running the test program with the --sync command line option.

Patches

Patches should also be submitted to https://github.com/mate-desktop/pluma, preferably via pull requests.

The Pluma team.

About

A powerful text editor for MATE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.6%
  • Python 13.8%
  • Makefile 1.7%
  • M4 0.4%
  • Perl 0.2%
  • Shell 0.2%
  • Roff 0.1%