Recent content by Edward

  1. E

    How to write a plugin that can react on keystrokes in an editor window?

    Yeah no problem! Well actually I am wondering how you can react on keystrokes so you can define custom behaviour easier without having to move your hands from the keyboard itself (or by using functions keys)... Or how to put an event on the editor user interface element itself so you can react...
  2. E

    How to write a plugin that can react on keystrokes in an editor window?

    How can I write some C++ code to react on keystrokes (or any events) when someone is typing something in into the editor? I have seen plugins doing that (texType) - but I would like to know if someone can share some knowledge and or code fragments with me on how to make that happen?
Back
Top