Show
Ignore:
Timestamp:
04/17/08 09:54:57 (9 months ago)
Author:
markd
Message:

Not sure why these are changed, but might as well check them in

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org.cfeclipse.cfml/trunk/src/org/cfeclipse/cfml/editors/actions/JumpToMatchingTagAction.java

    r596 r648  
    101101     * @see org.eclipse.ui.IActionDelegate#selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection) 
    102102     */ 
    103     public void selectionChanged(IAction action, ISelection selection) { 
    104     } 
     103        public void selectionChanged(IAction action, ISelection selection){ 
     104                if(editor != null){ 
     105                        setActiveEditor(null,  editor.getSite().getPage().getActiveEditor()); 
     106                } 
     107        } 
    105108 
    106109    /**