Re: [PyKDE] Eric debugger trying to change source files?

2006-05-10 Thread jul
Is this something known / expected? Is there a way to turn it off (also ideally disabling the editor)? Hi, Maybe you have to disable the automatic end of line conversion in Settings -> Editor -> General. When activated, file EOL are automatically converted and file appears modified. ++ J

Re: [PyKDE] QTreeWidget & Signals

2006-05-10 Thread Sven Flossmann
Hi Andreas, > QTreeWidget makes certain assumptions about the model. If you create a > model, use a QTreeView. Thanks for your hint. I just started with Qt and therefore I was not care about that difference. Nethertheless, you helped me a lot. Thanks, Sven _

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
Mmmh, In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay(): self.setWrapMode(QextScintilla.SC_WRAP_WORD) If I change that to self.setWrapMode(QextScintilla.SC_WRAP_NONE) it seems to work for me. However, this seems too easy. It would have been just one

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
Thanks, I'm shocked. Is there maybe an easy way to patch the source? Maybe in eric3.QScintilla.editor.setTextDisplay ? self.setWrapMode(QextScintilla.SC_WRAP_WORD) self.setWrapVisualFlags(\ QextScintilla.SC_WRAPVISUALFLAG_START | > QextScintilla.SC_WRAPVISUALFLAG_EN

[PyKDE] Eric debugger trying to change source files?

2006-05-10 Thread Anthony Heading
Hi, I'm trying to use eric simply as a debugger, but I'm finding it always wants to write to all the source files! E.g. if I create a script % cat xyz.py print "hello" % python eric.py xyz.py select Menu : File / Quit File Modified

Re: *****SPAM***** Re: [PyKDE] QTreeWidget & Signals

2006-05-10 Thread Andreas Pakulat
On 10.05.06 22:32:52, Sven Flossmann wrote: > thanks for your answer. I've tried your example and obviously, it works. > I've tried it with my tree, and ... right it did not work ... :( > > The reason why it did not work for me was that I was using an model for > the tree. Huh? You talked about Q

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Andreas Pakulat
On 11.05.06 09:57:58, Danny Adair wrote: > 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

[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

*****SPAM***** Re: [PyKDE] QTreeWidget & Signals

2006-05-10 Thread Sven Flossmann
Diese Mail ist wahrscheinlich Spam. Die Orginalnachricht wurde an diesen Report angehangen. Bei weiteren Fragen wenden Sie sich bitte an ip-connect GmbH. This mail is probably spam. The original message has been attached along with this report. For Questions please contact ip-connect GmbH. eMail

Re: [PyKDE] How to avoid line wrapping in eric 3.9

2006-05-10 Thread Detlev Offenbach
Am Mittwoch, 10. Mai 2006 16:38 schrieb Mike Tammerman: > Hi, > > I have installed eric 3.9, but the lines are automatically wrapped > like in xemacs or like below > > something on the ->| > ->line > > I tried to disable it, but I couldn't find the settings. > > I am using > eric 3.9 > qscintilla

[PyKDE] How to avoid line wrapping in eric 3.9

2006-05-10 Thread Mike Tammerman
Hi, I have installed eric 3.9, but the lines are automatically wrapped like in xemacs or like below something on the ->| ->line I tried to disable it, but I couldn't find the settings. I am using eric 3.9 qscintilla 1.6 pyqt 3.15.1 pykde 3.15.0 on kubuntu dapper How can I disable it. Thanks