Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 415106

Summary: File save operation should support sending file diffs
Product: [ECD] Orion Reporter: Bogdan Gheorghe <gheorghe>
Component: EditorAssignee: Project Inbox <orion.editor-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: gabriel.luong, ken_walker, s.t.jahns, Silenio_Quarti
Version: 4.0   
Target Milestone: 4.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Bogdan Gheorghe CLA 2013-08-14 16:39:20 EDT
Currently when the a file gets saved, the entire file contents gets sent over the wire. Depending on the file size and on the connection speed, this can impact a user's workflow as you can encounter timeouts while saving files. This can happen more often when autosave is enabled.

As a solution, we should support sending just the changed file diffs to the server.
Comment 1 Ken Walker CLA 2013-09-07 19:40:52 EDT
Bog, would you say this is 'fixed' or waiting for confirmation of feature working as intended?
Comment 2 Bogdan Gheorghe CLA 2013-09-24 16:16:49 EDT
Released the node.js portion. Marking as FIXED.