[Pydev-cvs] org.python.pydev/src/org/python/pydev/outline PyOutlinePage.java,1.5,1.6
Brought to you by:
fabioz
From: <at...@us...> - 2004-03-05 22:21:32
|
Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/outline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11879/src/org/python/pydev/outline Modified Files: PyOutlinePage.java Log Message: One last refactor, change setSelectionInEditor to setSelection Index: PyOutlinePage.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/src/org/python/pydev/outline/PyOutlinePage.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PyOutlinePage.java 5 Mar 2004 22:04:44 -0000 1.5 --- PyOutlinePage.java 5 Mar 2004 22:07:04 -0000 1.6 *************** *** 208,212 **** if (newSel == null) return; ! editorView.selectSelectionInEditor(newSel); } }; --- 208,212 ---- if (newSel == null) return; ! editorView.setSelection(newSel); } }; |