Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5832
Modified Files:
Changes.txt plugin.xml
Log Message:
Linking working in the compare editor
bug: https://sourceforge.net/tracker/index.php?func=detail&aid=2002654&group_id=85796&atid=577329
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.402
retrieving revision 1.403
diff -C2 -d -r1.402 -r1.403
*** Changes.txt 29 Jun 2008 23:11:22 -0000 1.402
--- Changes.txt 30 Jun 2008 00:29:06 -0000 1.403
***************
*** 13,16 ****
--- 13,17 ----
<li><strong>Eclipse 3.4</strong>: Hyperlinks working</li>
<li><strong>raw_input() and input()</strong>: functions are now changed when a program is launched from eclipse to consider a trailing '\r'</li>
+ <li><strong>Pydev package explorer</strong>: Link working with compare editor</li>
</ul>
Index: plugin.xml
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/plugin.xml,v
retrieving revision 1.207
retrieving revision 1.208
diff -C2 -d -r1.207 -r1.208
*** plugin.xml 21 Jun 2008 14:31:22 -0000 1.207
--- plugin.xml 30 Jun 2008 00:29:06 -0000 1.208
***************
*** 1360,1364 ****
</selectionEnablement>
<editorInputEnablement>
! <instanceof value="org.eclipse.ui.IFileEditorInput"/>
</editorInputEnablement>
</linkHelper>
--- 1360,1365 ----
</selectionEnablement>
<editorInputEnablement>
! <!-- Not using org.eclipse.ui.IFileEditorInput so that we can match the CompareEditorInput -->
! <instanceof value="org.eclipse.ui.IEditorInput"/>
</editorInputEnablement>
</linkHelper>
|