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 118660 Details for
Bug 256048
Saving a member open in Remote LPEX editor while Working Offline doesn't set the dirty property
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]
update to patch
patch.txt (text/plain), 2.23 KB, created by
David McKnight
on 2008-11-25 10:07:55 EST
(
hide
)
Description:
update to patch
Filename:
MIME Type:
Creator:
David McKnight
Created:
2008-11-25 10:07:55 EST
Size:
2.23 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rse.files.ui >Index: src/org/eclipse/rse/files/ui/resources/SystemUniversalTempFileListener.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemUniversalTempFileListener.java,v >retrieving revision 1.33 >diff -u -r1.33 SystemUniversalTempFileListener.java >--- src/org/eclipse/rse/files/ui/resources/SystemUniversalTempFileListener.java 24 Nov 2008 21:15:55 -0000 1.33 >+++ src/org/eclipse/rse/files/ui/resources/SystemUniversalTempFileListener.java 25 Nov 2008 15:06:20 -0000 >@@ -138,8 +138,9 @@ > // first we need to get the stored timestamp property and the actual remote timestamp > SystemIFileProperties properties = new SystemIFileProperties(tempFile); > >- // make sure we're working online - not offline >- if (fs.isOffline()) >+ // make sure we're working online >+ // also as per bug 256048 - comment#6 if we're not connected we still need to do the same thing >+ if (fs.isOffline() || !fs.isConnected()) > { > // offline mode - make sure the file stays dirty > properties.setDirty(true); >Index: src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java,v >retrieving revision 1.32 >diff -u -r1.32 SystemTempFileListener.java >--- src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java 24 Nov 2008 21:15:55 -0000 1.32 >+++ src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java 25 Nov 2008 15:06:20 -0000 >@@ -706,7 +706,9 @@ > // instead, defer synchronization to later but allow user to edit > // set the dirty flag to indicate that this file needs resynchronization > properties.setDirty(true); >- return; >+ >+ // as per bug 256048 - comment#6 if we're not connected follow through to >+ // doResourceSynchronization so we have the change to mark the SystemTextEditor dirty > } > } > doResourceSynchronization(fs, file, uploadPath, monitor);
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 256048
:
118496
| 118660