Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
( AmigaOS History:
17/1-2017: Fixed compatibility with OS4.1 Final Edition Update 1
12/30-2016: Bugfixes and compatibility issues with Qt4.7 version 1.0.0
)
-------
JuffEd
Advanced text editor
Copyright (C) 2007-2009 Mikhail Murzin <mezomish()gmail.com>
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://sourceforge.net/projects/juffed/
Bugs and feature requests:
https://sourceforge.net/tracker/?group_id=205470
|