Question about wx.stc

Peter wrote:

Shouldn't there be a
wx.stc.STC_CMD_SETZOOM

that would reset the zoom? like CTRL+DIVIDE in SciTE

···

---

This is working in wxPython 2.7.1.2. One should use
Ctrl + [+, -, /] from the numeric pad.

If I recall correctly, I had once some mail with Robin
about that. He explained, a Ctrl + / for the std keypad brought
some problems with some laptops. Or something like
this.

However, wxPython 2.6.3.3 has some problems with the
numeric pad keys.

Jean-Michel Fauth, Switzerland

Hi,
I’m talking about the actual command not about default behavior…
I was wondering why the command is missing… I know it is a 2 liner to implement it BUT… still I was curious why it is missing.

···

On 10/26/06, jmf jfauth@bluewin.ch wrote:

Peter wrote:

Shouldn’t there be a
wx.stc.STC_CMD_SETZOOM

that would reset the zoom? like CTRL+DIVIDE in SciTE


This is working in wxPython 2.7.1.2. One should use

Ctrl + [+, -, /] from the numeric pad.

If I recall correctly, I had once some mail with Robin
about that. He explained, a Ctrl + / for the std keypad brought
some problems with some laptops. Or something like

this.

However, wxPython 2.6.3.3 has some problems with the
numeric pad keys.

Jean-Michel Fauth, Switzerland


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


There is NO FATE, we are the creators.