if html file has one and more "wicket:id" , it highlight all them

else it highlight all "wicket:*" in html file

it's better that before click this button , html file move to opposite tab group.

to install enter following  macro to macros.xml of your config/options/

<macro name="highlight_wicket">
      <action id="IncrementalSearch" />
      <typing text="wicket:id" />
      <action id="EditorSelectWord" />
      <action id="EditorSelectWord" />
      <action id="HighlightUsagesInFile" />
      <action id="EditorTextStart" />
      <action id="FindNext" />
</macro>

and in Customazation of IDEA , in toolbar , add icon for this macro or in Keymap of IDEA , assaign shorcut for this macro

of course on my system , i have a problem
{ each time IDEA restarted , it can not any my macros , but if i create a empty macro (by double click start/stop macro ) then IDEA find all macros. in this situation , you inforced again in customazation of IDEA,
double click on set icon of this macro to see icon of macro on toolbar }







--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to