sidekick.html
Class HtmlActions

java.lang.Object
  extended by sidekick.html.HtmlActions

public class HtmlActions
extends java.lang.Object

danson, central location to deal with actions as defined in actions.xml.


Constructor Summary
HtmlActions()
           
 
Method Summary
static void matchTag(org.gjt.sp.jedit.View view, org.gjt.sp.jedit.textarea.JEditTextArea textArea)
          Moves the caret to the matching tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlActions

public HtmlActions()
Method Detail

matchTag

public static void matchTag(org.gjt.sp.jedit.View view,
                            org.gjt.sp.jedit.textarea.JEditTextArea textArea)
Moves the caret to the matching tag. Note -- I added this, then realized that sidekick has built-in functionality that does the same thing, almost. This is actually a little better than the 'go to previous asset' and 'go to next asset' provided by sidekick.