Bug 442489 - Saving blocks UI so unable to continue typing while saving (Saving is long running because its a remote resource)
Summary: Saving blocks UI so unable to continue typing while saving (Saving is long ru...
Status: CLOSED DUPLICATE of bug 329657
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2014-08-25 09:35 EDT by Florian Rain CLA
Modified: 2014-08-27 06:09 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Rain CLA 2014-08-25 09:35:32 EDT

    
Comment 1 Florian Rain CLA 2014-08-25 09:45:57 EDT
While i save the current state of my editor, i am unable to continue typing until the save is finished. This is annoying, because saving is long running operation on a remote resource, and it blocks me, from continuing my work, even on other editors. I can not find a solution for me to help out. Is there no multithreading solution available.
Comment 2 Florian Rain CLA 2014-08-25 09:49:50 EDT
The Remote File System is an EFS implementation.
Comment 3 Dani Megert CLA 2014-08-25 11:05:10 EDT

*** This bug has been marked as a duplicate of bug 329657 ***
Comment 4 Szymon Ptaszkiewicz CLA 2014-08-25 11:21:58 EDT
I don't think this is a dup of bug 329657. In bug 329657 the thing that is blocked is saving which is due to the main thread waiting to acquire scheduling rule before starting to save a file. This bug is about inability to type (i.e. use editor to modify working copy of a file) while the save is already occurring in the main thread. Not sure if it should go to UI or Text.
Comment 5 Dani Megert CLA 2014-08-25 11:25:43 EDT
Florian, what editor are you talking about? Which Eclipse version and build? We do not provide any editor that allows typing during save.

So, for sure, it can't be Text.
Comment 6 Florian Rain CLA 2014-08-27 02:37:32 EDT
There is not necessarily a special editor I use. But I use mainly a multipart editor in which I use the structured source editor five times. Nevertheless, the save the five editors, is done in the appropriate method. And I wonder just why it is not possible to further tap during the storage process is running. I mean even if I use a different editor, with another file. As long as he saves, I'm idle.
Comment 7 Florian Rain CLA 2014-08-27 02:39:19 EDT
Eclipse IDE for Java EE Developers
Version: Luna Release (4.4.0)
Build id: 20140612-0600
Comment 8 Dani Megert CLA 2014-08-27 04:18:03 EDT
(In reply to Szymon Ptaszkiewicz from comment #4)
> I don't think this is a dup of bug 329657.

I do. Once save blocks you also can't type because everything is locked. Once we've fixed that problem, typing should just work.

*** This bug has been marked as a duplicate of bug 329657 ***
Comment 9 Szymon Ptaszkiewicz CLA 2014-08-27 06:09:20 EDT
(In reply to Dani Megert from comment #8)
> (In reply to Szymon Ptaszkiewicz from comment #4)
> > I don't think this is a dup of bug 329657.
> 
> I do. Once save blocks you also can't type because everything is locked.
> Once we've fixed that problem, typing should just work.

In this bug save is not blocked but taking a long time to complete. If auto-build is disabled and saving a remote file is a long running operation, UI may still be unresponsive and fixing bug 329657 will not help.