Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 35004 Details for
Bug 23204
(PatchAttached)[CVS Repo View] CVS Repository Exploring doesn't follow open mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
patch.txt (text/plain), 1.45 KB, created by
Dani Megert
on 2006-02-20 08:25:53 EST
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2006-02-20 08:25:53 EST
Size:
1.45 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.cvs.ui >Index: src/org/eclipse/team/internal/ccvs/ui/repo/RemoteViewPart.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/RemoteViewPart.java,v >retrieving revision 1.22 >diff -u -r1.22 RemoteViewPart.java >--- src/org/eclipse/team/internal/ccvs/ui/repo/RemoteViewPart.java 9 Dec 2005 22:14:05 -0000 1.22 >+++ src/org/eclipse/team/internal/ccvs/ui/repo/RemoteViewPart.java 20 Feb 2006 13:26:20 -0000 >@@ -275,11 +275,11 @@ > tbm.add(collapseAllAction); > tbm.update(false); > >- // Create the open action for double clicks >+ // Register the open handler > openAction = new OpenRemoteFileAction(); >- viewer.addDoubleClickListener(new IDoubleClickListener() { >- public void doubleClick(DoubleClickEvent e) { >- handleDoubleClick(e); >+ viewer.addOpenListener(new IOpenListener() { >+ public void open(OpenEvent event) { >+ handleOpen(event); > } > }); > >@@ -361,10 +361,9 @@ > viewer.getControl().setRedraw(true); > } > /** >- * The mouse has been double-clicked in the tree, perform appropriate >- * behaviour. >+ * Handle open request. > */ >- private void handleDoubleClick(DoubleClickEvent e) { >+ private void handleOpen(OpenEvent e) { > // Only act on single selection > ISelection selection = e.getSelection(); > if (selection instanceof IStructuredSelection) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23204
: 35004