Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Refactoring & Open Editors

Hi folks,

I'm thinking about how to implement refactorings and quick fixes for the language server protocol. I've looked at the how refactorings are implemented for the Java language in Che, and it seems that all changes are delegated to a JDT instance running in the workspace. What I don't understand is how the case of unsaved changes in editors are handled in that case. Are editor contents automatically saved before actions are invoked or is there some mechanism that I don't understand to reconcile the changes?

thx for any insights,

/Thomas




Back to the top