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

    r596 r648  
    7575                } 
    7676        } 
    77         public void selectionChanged(IAction action, ISelection selection) {;} 
     77 
     78        public void selectionChanged(IAction action, ISelection selection){ 
     79                if(editor != null){ 
     80                        setActiveEditor(null,  editor.getSite().getPage().getActiveEditor()); 
     81                } 
     82        } 
    7883 
    7984        public void dispose() {