PDA

View Full Version : TextEditor



pasnox
3rd May 2006, 13:59
Hi,

I just finish my TextEditor widget.
It's an advanced QTextEdit allowing you to add gluter, completion, syntaxhighlighter, limit line, replace dialog.
Each widget have new properties and integrat well in Qt Designer.

The soruce come with 2 pro file, TextEditor.pro that is a example application and TextEditorPlugin.pro that is the plugin for Qt Designer/your application

To use it you need to add the so to your qt4 lib path and add my h files to qt include path or something else, and add -lTextEditorPlugin to your pro file.

Reports bugs, suggestions, greetings, ideas and what you want to pasnox@gmail.com
It will allow me make the best TextEditor Widget for Qt 4 :D

Sources here http://frenchbreaker.free.fr/TextEditor

P@sNox,

krawek
3rd May 2006, 21:46
Hi,

good work pasnosx!

I can add this widget to my libraries? http://www.qtcentre.org/forum/showthread.php?t=1939

I think is better load syntax from a XML document like kate:

http://kate.kde.org/syntax/index.php?kateversion=2.5

pasnox
4th May 2006, 07:21
Hi,

Of course you can, if you don't remove the header on each page :P
I know, for syntaxhighlighter, this widget will be greatly improve because it will be the next part for my Qt4DS proejct, so ideas, comments and what you want to help me will be greatly appreciated.

friendly, P@sNox

pasnox
5th May 2006, 07:00
New version available.

Now properties allowing to highlight the current line.

New demo for testing the TextEditor.