Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Bo Peng
On 4/15/06, Georg Baum <[EMAIL PROTECTED]> wrote: > Am Samstag, 15. April 2006 19:23 schrieb Bo Peng: > > This dialog can view other source type like linuxdoc and docbook, so > > it is better termed as 'view-source'. There is currently one type of > > syntax highlighting though. > > BTW since you h

Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Georg Baum
Am Samstag, 15. April 2006 19:23 schrieb Bo Peng: > This dialog can view other source type like linuxdoc and docbook, so > it is better termed as 'view-source'. There is currently one type of > syntax highlighting though. BTW since you have that it would be nice to use it in the preamble dialog,

Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Bo Peng
> looks ok here > > general comment: i think "view latex code" or something like that would > be more appropriate > This dialog can view other source type like linuxdoc and docbook, so it is better termed as 'view-source'. There is currently one type of syntax highlighting though. Bo

Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Edwin Leuven
Abdelrazak Younes wrote: But the fonts are too big under window, is it the same under X11? looks ok here general comment: i think "view latex code" or something like that would be more appropriate

Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Abdelrazak Younes
Bo Peng a écrit : If your Qt4 version works i.e. compile and doesn't make lyx crash, please commit it yourself and we work from there. Done. Very good. I like the feature a lot! But the fonts are too big under window, is it the same under X11? The ugliness of qt4 comes from the fact (I gues

Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Bo Peng
> If your Qt4 version works i.e. compile and doesn't make lyx crash, > please commit it yourself and we work from there. Done. The ugliness of qt4 comes from the fact (I guess) that my kde3 uses qt3 and qt4 can not get a working style file from the system. I guess I can get such things from onlin

Re: [PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-15 Thread Abdelrazak Younes
Bo Peng a écrit : Hi, Abdel, Just to play with the QSyntaxHighlighting which is not available for qt3, I installed qt4/x11 and port the view-source dialog to it. Attached is the patch. It is the same for view-source/qt3, plus syntax highlighting for %, $$ and \whatever. Please have a look. If yo

[PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-14 Thread Bo Peng
Hi, Abdel, Just to play with the QSyntaxHighlighting which is not available for qt3, I installed qt4/x11 and port the view-source dialog to it. Attached is the patch. It is the same for view-source/qt3, plus syntax highlighting for %, $$ and \whatever. Please have a look. If you feel like it, comm