Marco,
I thought up a way to make my end of line plugin better (so that it doesn't have to copy the entire window contents each time), but I can't get IDE_KeyPressed to do vk_end with shift set to 1 (to highlight the current line. If shift = 0 I get an infinite loop (since I have my plugin mapped to the End key), so I know the procedure call works, but for any value of shift nothing happens.

Also, how does one combine values for shift inorder to get Shift + Alt? That ends up being the value for Cntrl.

Thank you.

p.s. is the problem of a plugin mapped to End/Home executing in a single line edit control being addressed in the near future?


Scott Mattes