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

    r596 r648  
    107107        } 
    108108         
    109         public void selectionChanged(IAction action, ISelection selection) { 
    110                 // TODO Auto-generated method stub 
    111                  
     109        public void selectionChanged(IAction action, ISelection selection){ 
     110                if(editor != null){ 
     111                        setActiveEditor(null,  editor.getSite().getPage().getActiveEditor()); 
     112                } 
    112113        } 
     114 
    113115        public void dispose() { 
    114116                // TODO Auto-generated method stub