dulrich / flute

The fast light ultimate text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLUTE

Fast Light Ultimate Text Editor.

Uses FLTK: sudo apt-get install libfltk1.3-dev

You need some other libraries too, libpng, libjpeg, libxinerama

sudo apt-get install libpng++-dev libxinerama-dev libjpeg-dev libfontconfig1-dev libxft-dev

Lua is required:

sudo apt-get install liblua5.2-dev

g++ 4.7 or higher is required for compilation.

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.7 g++-4.7
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20

Default Keyboard Shortcuts:

  • C-b Previous Buffer
  • C-o Open File
  • C-q Quit
  • C-s Save File
  • C-w Close File

license

Copyright 2013 - 2016 David Ulrich (http://github.com/dulrich)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

The fast light ultimate text editor

License:GNU General Public License v3.0


Languages

Language:C++ 78.4%Language:Lua 17.5%Language:Shell 2.2%Language:Makefile 1.9%