highlighting in context menu

Posted by Feantur on Sun 26 Dec 2004 08:00 AM — 3 posts, 13,937 views.

#0
I might be doing things wrong; anyway: {c|sh}ould 'Highlight this word...' be available in the context menu?
USA #1
You can use this alias, well, if you dont mind ctrl-clicking.

<aliases>
  <alias
   name="Highlight_Command"
   match="bE3bA5023aAfC9f48cAc24E5"
   enabled="y"
   omit_from_command_history="y"
   omit_from_log="y"
   send_to="12"
   omit_from_output="y"
   menu="y"
   sequence="100"
  >
  <send>DoCommand "HighlightWord"</send>
  </alias>
</aliases>


Thats a Unique ID, so it shouldn't conflict with anything. I even changed the case of some of the letters, so you really shouldnt have problems with that sort of thing. But yes, it is on the wrong menu. But it works for now.
Australia Forum Administrator #2
Yes, good idea. Didn't think of that.

That will be in the next release.