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 48253 Details for
Bug 154289
[Viewers] - NPE in TreeEditorImpl.activateCellEditor
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 noneditable Columns in BookmarkView
patch.txt (text/plain), 821 bytes, created by
Thomas Schindl
on 2006-08-20 11:52:52 EDT
(
hide
)
Description:
Fix noneditable Columns in BookmarkView
Filename:
MIME Type:
Creator:
Thomas Schindl
Created:
2006-08-20 11:52:52 EDT
Size:
821 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: src/org/eclipse/ui/views/markers/internal/BookmarkView.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java,v >retrieving revision 1.25 >diff -u -r1.25 BookmarkView.java >--- src/org/eclipse/ui/views/markers/internal/BookmarkView.java 8 May 2006 20:54:11 -0000 1.25 >+++ src/org/eclipse/ui/views/markers/internal/BookmarkView.java 20 Aug 2006 15:55:15 -0000 >@@ -59,7 +59,7 @@ > } > > public boolean canModify(Object element, String property) { >- return true; >+ return element instanceof ConcreteMarker && IMarker.MESSAGE.equals(property); > } > > public void modify(Object element, String property, Object value) {
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 154289
:
48157
|
48158
|
48252
| 48253