KeithDHedger / KKEditQT

This is the QT5 vesion of KKEdit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KKEditQT Source Code Editor.
KKEditQT

Full details and screenshots:

Why another text editor?

Simple, I didn't like any of the others, anyway having used gedit for years it was getting increasingly difficult to keep it compiling without loads of gnome dependencies, looking around linux text editors seem to be VERY simple (leafpad) stupidly complex (GVim,Bluefish), trying to be all things to all people.
One of the best text editors I have used is BBEdit but that is only available on the mac, so I bit the bullet and decided to write my own with the best bits from BBEdit ( the name KKEdit is a tip of the hat to BBEdit ), gedit and leafpad. A simple uncluttered interface, no major dependencies, with just the features I use all the time, and TA DAH! KKEdit.

Some of the features:
Jump to function declaration.
Find Function declaration.
Find and open include file.
Multiple bookmarks.
Run external tools.
Save/Restore session.
Run external tool synchronously or asynchronously.
Pass selected text to external tools.

Find API declarations in installed QT5 Docs, Gtk-Doc's.

Full source code highlighted printing

The usual source view options, line wrap, line numbers etc.

Ported to QT5.

  • When building from a fesh clone for the first time, please use ./autogen.sh instead of ./configure, args passed to autogen.sh are the same for configure, this only needs to be done on a fresh clone

This is the QT5 version of KKEDit and is not yet as full featured as the gtk version that it will soon replace.
I now consider this version to be fully functional ( if not fully featured ).

BUGS etc. kdhedger68713@gmail.com

TODO ( in no particular order ):

Global tools ( Minor )
Scripting ( Major, mostly done )

Documentation :(

More themes
More filetypes syntax highlighting

About

This is the QT5 vesion of KKEdit

License:GNU General Public License v3.0


Languages

Language:C++ 78.0%Language:Shell 9.8%Language:Makefile 9.1%Language:QMake 1.4%Language:M4 0.7%Language:HTML 0.6%Language:C 0.4%