Re: [PyQt] some questions for a syntaxhighlighting component

2007-05-06 Thread David Boddie
On Friday 04 May 2007 12:08:15 +0200, kib2 wrote: > 1. I've downloaded the last version of PyQt, now I wanted to test the > QtScintilla control but I'm on a Vista machine and I've got >   problems compiling SIP with MingW (not entirely Vista compatible ?). > Does anyone have some hints to help me

Re: [PyQt] some questions for a syntaxhighlighting component

2007-05-06 Thread David Boddie
On Sunday 06 May 2007 07:01, Detlev Offenbach wrote: > Why not use the QScintilla2 editor widget instead of QTextEdit. QScintilla2 > comes with linenumber margin, foldmargin, syntax highlighting, ... I think the original poster wanted to do that, but had problems doing that on Windows Vista. QTex

Re: [PyQt] some questions for a syntaxhighlighting component

2007-05-05 Thread Detlev Offenbach
On Sonntag, 6. Mai 2007, David Boddie wrote: > On Friday 04 May 2007 12:08:15 +0200, kib2 wrote: > > 1. I've downloaded the last version of PyQt, now I wanted to test the > > QtScintilla control but I'm on a Vista machine and I've got > >   problems compiling SIP with MingW (not entirely Vista comp

Re: [PyQt] some questions for a syntaxhighlighting component

2007-05-05 Thread David Boddie
On Friday 04 May 2007 12:08:15 +0200, kib2 wrote: > 1. I've downloaded the last version of PyQt, now I wanted to test the > QtScintilla control but I'm on a Vista machine and I've got >   problems compiling SIP with MingW (not entirely Vista compatible ?). > Does anyone have some hints to help me

[PyQt] some questions for a syntaxhighlighting component

2007-05-04 Thread kib2
Hi, 1. I've downloaded the last version of PyQt, now I wanted to test the QtScintilla control but I'm on a Vista machine and I've got problems compiling SIP with MingW (not entirely Vista compatible ?). Does anyone have some hints to help me ? 2. I've tried the syntaxhighlighter demo withou