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/CFCommentAction.java

    r596 r648  
    3737import org.eclipse.ui.IWorkbenchWindowActionDelegate; 
    3838import org.eclipse.ui.texteditor.ITextEditor; 
     39import org.jdom.Parent; 
    3940 
    4041 
     
    9899                } 
    99100        } 
    100         public void selectionChanged(IAction action, ISelection selection){;} 
     101 
     102        public void selectionChanged(IAction action, ISelection selection){ 
     103                if(editor != null){ 
     104                        setActiveEditor(null,  editor.getSite().getPage().getActiveEditor()); 
     105                } 
     106        } 
    101107 
    102108        public void dispose() {