News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

KeyDown Event Hook

Started by joubertdj, January 05, 2007, 07:44:49 AM

Previous topic - Next topic

joubertdj

 :( I have tried to no avail, the implementation of a KeyDown event within CBEditor or EditorManager classes.

The reason that I require this, is that when you have code such as:


12    //Comment or other code
13 + void Proc(){
18


If the lines 12 and 13 are selected and deleted, it does not unfold or delete the hidden lines... it keeps them hidden...
I want to fix this without changing wxScintilla or Scintilla... to do this I need a hook within cbEditor or editormanager... I can't seem to achieve this... probably a stupid error... please help...

mandrav

First tell us how did you try to hook cbEditor events so that we can take it from there and help you...
Be patient!
This bug will be fixed soon...

joubertdj

Okay, as I was typing the explanation when I realized something... I was using the cbEditor event decleration table instead of the cbStyledTextCtrl event Table... Itried that quickly and it worked... So... of I go to squish a bug...