-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
52 lines (38 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
JuffEd
Advanced text editor
Copyright (C) 2007-2009 Mikhail Murzin <[email protected]>
Requirements:
Qt (>= 4.2)
QScintilla2 (>= 2.1, including Designer plugin for QScintilla2)
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'
MacOS:
You may install from MacPorts:
$ sudo port install JuffEd
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