
Originally Posted by
Usability
And another thing...
Does it work on your machine with a variable width font? Here, unless I go for the default fixed with font, selecting part of a line causes corruption of the text. For example, choose a proportional font, and select a the word in the middle of a line and let me know if the line is still readable for you.
As it was meant to be a code editor I decided, to make it both simpler to code and faster to run, to restrict the fonts to fixed width... With some slight modifications in a few spots it could be adapted to support variable width fonts but do you really need this???
As for going to a given line it is extremely simple :
// editor being of type QEditor*
editor->setCursor(editor->document()->cursor(line, colum));
// editor being of type QEditor*
editor->setCursor(editor->document()->cursor(line, colum));
To copy to clipboard, switch view to plain text mode

If you want to use bleeding edge QCodeEdit you can get it from Edyuk SVN repository...
P.S : if you bring support for new languages (or improve the existing ones) please consider sending me the new syntax definition files
Bookmarks