Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of resource model for non-host shared files #43

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment
Open

Lack of resource model for non-host shared files #43

GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Basically, to enable many nice features in Eclipse, like the ability to save a 
file and display cursor position markers in an editor, every IEditor will need 
a resource behind it, usually an IFile.

Right now, non-hosts get these StringEditorInput's or whatnot, which do not 
maintain a resource.  We need to change this so that non-hosts get temporary 
copies of shared files saved locally when they open them in an editor tab 
(prefix the filename with a . and it will not show up in their Project 
Explorer).

We should also probably delete the temp files on closing a shared file.  Or 
not, and allow the user to save them and keep a cache.

Original issue reported on code.google.com by [email protected] on 14 Jun 2011 at 1:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant