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 138777 Details for
Bug 279786
SWTException during TableDataEditor save.
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]
TableDataEditor patch
patch-TabelDataEditor.txt (text/plain), 967 bytes, created by
Ivar Meikas
on 2009-06-10 07:41:23 EDT
(
hide
)
Description:
TableDataEditor patch
Filename:
MIME Type:
Creator:
Ivar Meikas
Created:
2009-06-10 07:41:23 EDT
Size:
967 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.datatools.sqltools.data.ui >Index: src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java >=================================================================== >RCS file: /cvsroot/datatools/org.eclipse.datatools.sqltools/plugins/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java,v >retrieving revision 1.6 >diff -u -r1.6 TableDataEditor.java >--- src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java 28 Apr 2009 04:37:06 -0000 1.6 >+++ src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java 10 Jun 2009 11:41:46 -0000 >@@ -312,6 +312,7 @@ > public void doDelete() { > IRowData row = getRow(); > if (row!=null) { >+ dirtyBackgroundSet.remove(cursor.getRow()); > tableData.deleteRow(row); > tableViewer.remove(row); > setDirty(true);
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 279786
: 138777