GithubHelp home page GithubHelp logo

leafpad's Introduction

Leafpad - GTK+ based simple text editor


Description
===========

Leafpad is a simple GTK+ text editor that emphasizes simplicity. As development
focuses on keeping weight down to a minimum, only the most essential features
are implemented in the editor. Leafpad is simple to use, is easily compiled,
requires few libraries, and starts up quickly.

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


Features
========

  * Codeset option (Some OpenI18N registered)
  * Auto codeset detection (UTF-8 and some codesets)
  * Unlimitted Undo/Redo
  * Auto/Multi-line Indent
  * Display line numbers
  * Drag and Drop
  * Printing


Installation
============

Leafpad requires GTK+-2.x.x libraries.
Printing feature requires libgnomeprintui-2.2 optionally.

Simple install procedure:

  $ tar xzvf leafpad-x.x.x.tar.gz       # unpack the sources
  $ cd leafpad-x.x.x                    # change to the toplevel directory
  $ ./configure                         # run the `configure' script
  $ make                                # build Leafpad
  [ Become root if necessary ]
  # make install-strip                  # install Leafpad

See the file 'INSTALL' for more detailed information.


Keybindings
===========
Ctrl-N                          New
Ctrl-O                          Open
Ctrl-S                          Save
Shift-Ctrl-S                    Save As
Ctrl-W                          Close
Ctrl-P                          Print
Ctrl-Q                          Quit
Ctrl-Z                          Undo
Shift-Ctrl-Z (Ctrl-Y)           Redo
Ctrl-X                          Cut
Ctrl-C                          Copy
Ctrl-V                          Paste
Ctrl-A                          Select All
Ctrl-F                          Find
Ctrl-G (F3)                     Find Next
Shift-Ctrl-G (Shift-F3)         Find Previous
Ctrl-H (Ctrl-R)                 Replace
Ctrl-J                          Jump To
Ctrl-T                          Always on Top
Ctrl-Tab                        toggle tab width
Tab with selection bound        multi-line indent
Shift-Tab with selection bound  multi-line unindent

leafpad's People

Contributors

gregnietsky avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.