/mousepad

Primary LanguageCGNU General Public License v2.0GPL-2.0

License

mousepad

Mousepad is a simple text editor for the Xfce desktop environment.

Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest GTK features available, which means that if GTK adds something new in a major release that is useful for the editor, we will likely bump the GTK dependency and integrate this new feature in Mousepad.


Homepage

Mousepad documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Required Packages

Mousepad depends on the following packages:

Plugins

Mousepad optionally depends on the following packages:

Source Code Repository

Mousepad source code

Download a Release Tarball

Mousepad archive or Mousepad tags

Installation

From source code repository:

% cd mousepad
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf mousepad-<version>.tar.bz2
% cd mousepad-<version>
% ./configure
% make
% make install

From Flathub:

% flatpak install flathub org.xfce.mousepad

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.