wxStyledTextCtrl: SetViewEOL

Hi,

I am running Python 2.2.2 on Windows XP. Today I upgraded from wxPython
2.3.4.2 to 2.4.1.2. Now I have a problem with wxStyledTextCtrl which I did
not have before: SetViewEOL does not work fine anymore. For example: If I
uncomment line 56 in wxPython.demo.wxStyledTextCtrl_2
("#self.SetViewEOL(True)"), the EOL markers are not displayed and (even
worse) the lines are not being displayed correctly at all.

Is this a bug or general problem? Any kind of help is appreciated ...

Many thanks and best regards,
Gunnar.

From: Gunnar Schwant

Hi,

I am running Python 2.2.2 on Windows XP. Today I upgraded from wxPython
2.3.4.2 to 2.4.1.2. Now I have a problem with wxStyledTextCtrl which I did
not have before: SetViewEOL does not work fine anymore. For example: If I
uncomment line 56 in wxPython.demo.wxStyledTextCtrl_2
("#self.SetViewEOL(True)"), the EOL markers are not displayed and (even
worse) the lines are not being displayed correctly at all.

Is this a bug or general problem? Any kind of help is appreciated ...

Known bug with 2.4.1.2

http://sourceforge.net/tracker/index.php?func=detail&aid=781355&group_id=986
3&atid=109863

2.4.0.7 doesn't have this problem.

ka

Gee, I hope it will be fixed soon. Otherwise this nice feature will not work
in DocFactory anymore :(((

(DocFactory)

Thanks and regards,
Gunnar.

> From: Gunnar Schwant
>
> Hi,
>
> I am running Python 2.2.2 on Windows XP. Today I upgraded from wxPython
> 2.3.4.2 to 2.4.1.2. Now I have a problem with wxStyledTextCtrl which I

did

> not have before: SetViewEOL does not work fine anymore. For example: If

I

> uncomment line 56 in wxPython.demo.wxStyledTextCtrl_2
> ("#self.SetViewEOL(True)"), the EOL markers are not displayed and (even
> worse) the lines are not being displayed correctly at all.
>
> Is this a bug or general problem? Any kind of help is appreciated ...

Known bug with 2.4.1.2

http://sourceforge.net/tracker/index.php?func=detail&aid=781355&group_id=986

···

3&atid=109863

2.4.0.7 doesn't have this problem.

ka

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Gunnar Schwant wrote:

Gee, I hope it will be fixed soon.

Is right now soon enough? (I just checked in a fix.) It will be in the next release.

Otherwise this nice feature will not work
in DocFactory anymore :(((

(DocFactory)

Looks like a nice tool.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!