User forums > Nightly builds

The 08 august 2006 build is out.

<< < (8/13) > >>

sethjackson:
Hmm....

Line 973. Looks like the numpad arrow keys aren't handled?

http://wxcode.cvs.sourceforge.net/wxcode/wxCode/components/wxscintilla/src/ScintillaWX.cpp?revision=1.25&view=markup

EDIT:

BTW C::B uses wxScintilla 1.67. The newest version is 1.69.2. ;)

k1mgy:

--- Quote from: MortenMacFly on August 10, 2006, 09:52:44 pm ---
--- Quote from: Pecan on August 10, 2006, 09:48:45 pm ---This may be a problem with wxScintilla translation of the WXK_NUMPAD_{RIGHT|LEFT|UP|DOWN} keys codes etc.

--- End quote ---
This could be a reason. May I ask the ones that experience this issue to check if they use SciTE (http://www.scintilla.org/SciTE.html) if it's the same there?
In addition: I know for Linux there exists an application that prints the keycodes of the keyboard strokes. Does anybody know a similar application for Windows - thus we can compare the "codes" that are actually be send to the (any) application?
With regards, Morten.

--- End quote ---

I installed Scintilla editor and the numeric keypad nav keys work fine there.

Probably the best way to reveal the keycodes is within the application itself.  I could write an extension to do it, maybe :)

I can't find a utility to tell us this.

MortenMacFly:

--- Quote from: sethjackson on August 10, 2006, 10:00:02 pm ---BTW C::B uses wxScintilla 1.67. The newest version is 1.69.2. ;)

--- End quote ---
Yeah, I use this version for "ages" now (in "my" version of C::B). Anyway: I can tell the "bug" is there, too... Searching...

Edit: In SciTE (v1.70) the numpad is working properly... so it must be the way wxScintilla is embedded in C::B... COntinuing search...

k1mgy:

--- Quote from: sethjackson on August 10, 2006, 10:00:02 pm ---Hmm....

Line 973. Looks like the numpad arrow keys aren't handled?

http://wxcode.cvs.sourceforge.net/wxcode/wxCode/components/wxscintilla/src/ScintillaWX.cpp?revision=1.25&view=markup

EDIT:

BTW C::B uses wxScintilla 1.67. The newest version is 1.69.2. ;)

--- End quote ---

They were as of May (the version of CB I last installed).

Unless wxScintilla is new to CB since then?

sethjackson:

--- Quote from: MortenMacFly on August 10, 2006, 10:06:40 pm ---
--- Quote from: sethjackson on August 10, 2006, 10:00:02 pm ---BTW C::B uses wxScintilla 1.67. The newest version is 1.69.2. ;)

--- End quote ---
Yeah, I use this version for "ages" now (in "my" version of C::B). Anyway: I can tell the "bug" is there, too... Searching...

--- End quote ---

Right that DoKeyDown() function doesn't seem to have changed since 1.67. I think that is the problem.....

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version