Andrey Loskutov

Results 414 comments of Andrey Loskutov

@jonahgraham : something for IDE working group sponsoring?

> I don't think the IDE WG should be involved in the decision here. Where we put the documentation is a project decision and sponsoring wouldn't help in taking the...

Have no IDE at hand, but we not only support "file:" schema, also other schemas should be possible. So redirecting everything to "new File(url.toURI())" may not always work.

Look on comment (from https://bugs.eclipse.org/bugs/show_bug.cgi?id=44818) ``` /** * Calls the move/delete hook to perform the deletion. Since this method calls * client code, it is run "unprotected", so the workspace...

Looking on stack traces in https://bugs.eclipse.org/bugs/show_bug.cgi?id=578282 I think that this is in the fact a problem caused by "unprotected delete" change in https://bugs.eclipse.org/bugs/show_bug.cgi?id=44818 and most likely save job running in...

> Why would a save job run at startup? I was not correctly explaining the case, I've updated description. - I take new SDK build. - Start with existing workspace....

> I just had no time yet to debug this, but I'm pretty sure it is something like explained above. Debugging didn't reveal any problem in the "snapshot saving" code,...

See my comment above: https://github.com/eclipse-platform/eclipse.platform/issues/200#issuecomment-1596125989