Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/ui/interpreters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8061/src/org/python/pydev/ui/interpreters
Modified Files:
IInterpreterObserver.java
Log Message:
Synching from mercurial:
- Pydev debugger watch working in eclipse 3.4
- Pydev debugger breakpoint properties accept new lines and tabs
- Incremental find backspace works correctly
- Interactive console Fixed problem when more attempts to connect were needed
- Launch icons: Transparent background (thanks to Radim Kubacki)
- Creating workbench test for debugger
Index: IInterpreterObserver.java
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/src/org/python/pydev/ui/interpreters/IInterpreterObserver.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** IInterpreterObserver.java 22 Feb 2006 00:26:16 -0000 1.8
--- IInterpreterObserver.java 13 Aug 2008 21:12:16 -0000 1.9
***************
*** 23,27 ****
* Notifies observers that the given interpreter manager has just been recreated (this is due to restarting the plugin)
*
! * @param manager the manager that has just been recreated
*/
void notifyInterpreterManagerRecreated(IInterpreterManager interpreterManager);
--- 23,27 ----
* Notifies observers that the given interpreter manager has just been recreated (this is due to restarting the plugin)
*
! * @param interpreterManager the manager that has just been recreated
*/
void notifyInterpreterManagerRecreated(IInterpreterManager interpreterManager);
|