hi everyone,

Today I hacked the ST80 Styler to support clickable source code links:

- clicking on a Class name opens a Browser
- clicking on a instVar shows al users of it
...

The current limitation is the mouse-handling. Right now I run the actions on 
normal 
clicks, not really nice. I wish to only run an action on cmd-click (like in 
eclipse).

However left / middle / right clicks are already handled high up in the morphic 
tree 
to generate these mostly useless menues...

So I wonder is there a way to only get register for ctrl-click / alt-click / 
cmd-click?

best
cami

Reply via email to