Quote Originally Posted by fullmetalcoder View Post
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???
I am trying to make this interface as attractive as possible, and would be reluctant to restrict the users choice of fonts so harshly.

Quote Originally Posted by fullmetalcoder View Post
As for going to a given line it is extremely simple :
Qt Code:
  1. // editor being of type QEditor*
  2. editor->setCursor(editor->document()->cursor(line, colum));
To copy to clipboard, switch view to plain text mode 
This worked a treat, thanks!

Quote Originally Posted by fullmetalcoder View Post
P.S : if you bring support for new languages (or improve the existing ones) please consider sending me the new syntax definition files
The plan is that the application I am writing will one day be released commercially. So my use of this editor assumes that you are willing to release the code with a commercial license. Obviously you would expect something in return, so we could pay you or contribute all the language templates we create. Do you have a price for commercial use?