forked from Mezomish/juffed
-
Notifications
You must be signed in to change notification settings - Fork 0
JuffEd text editor
License
luis-pereira/juffed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
JuffEd Advanced text editor Copyright (C) 2007-2009 Mikhail Murzin <[email protected]> Requirements: Qt (>= 4.2) QScintilla2 (>= 2.1) Building and Installation: Debian, Ubuntu and all other Debian-based distros: You will need 'fakeroot' and 'cdbs' packages, please install them. $ dpkg-buildpackage -rfakeroot Other distros: $ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release $ make $ sudo make install To install to a fake root folder for further packaging use 'make INSTALL_ROOT=<path> install' License: JuffEd is distributed under the GNU General Public License. See COPYING for details. Features: - multi-document interface (tabs) - syntax highlighting - code blocks folding - sessions support - find/replace using regular expressions - charset selection and auto-detection - line markers - international languages and Unicode support - plugins Homepage: https://github.com/Mezomish/juffed/ Bugs and feature requests: https://github.com/Mezomish/juffed/issues
About
JuffEd text editor
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 93.4%
- CMake 4.7%
- C 0.8%
- Shell 0.5%
- QMake 0.3%
- Batchfile 0.2%
- Other 0.1%