Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
checkbox in the preferences and the go something like self.setWrapMode(Preferences.getEditor("LineWrap") and QextScintilla.SC_WRAP_WORD or QextScintilla.SC_WRAP_NONE) so I have the fear that there is a reason why it was hardcoded... Cheers, Danny On 5/11/06, Danny Adair <[EM

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
START | > QextScintilla.SC_WRAPVISUALFLAG_END) looks like the culprit to me but I've no idea of side-effects. Detlev to the rescue? :-) Thanks so much in advance. Cheers, Danny On 5/11/06, Andreas Pakulat <[EMAIL PROTECTED]> wrote: On 11.05.06 09:57:58, Danny Adair wrote: > I just ugraded to eric 3.9.0 and I no

[PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
Hello, I just ugraded to eric 3.9.0 and I noticed that overflowing lines (= too long/wide for the editor window) are automatically wrapped. How can I turn this off? I can't seem to find a corresponing setting anywhere. It's extremely annoying and I would like to use the horizontal scrollbar ins