Changeset 648 for org.cfeclipse.cfml/trunk/src/org/cfeclipse/cfml/editors/actions/OpenAtMethodAction.java
- Timestamp:
- 04/17/08 09:54:57 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
org.cfeclipse.cfml/trunk/src/org/cfeclipse/cfml/editors/actions/OpenAtMethodAction.java
r596 r648 204 204 } 205 205 206 public void selectionChanged(IAction action, ISelection selection){;} 207 /** 206 public void selectionChanged(IAction action, ISelection selection){ 207 if(editor != null){ 208 setActiveEditor(null, editor.getSite().getPage().getActiveEditor()); 209 } 210 } 211 212 /** 208 213 * @return Returns the success. 209 214 */
