Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[flux-dev] Integration of Flux into Orion

Hi all,

I have delivered all my changes for Flux integration into Orion.
The code is located in “Orion_Integration” branch here https://github.com/eclipse/flux/tree/Orion_Integration
This integration would also require slightly patched Orion client code from here: https://github.com/BoykoAlex/orion.client

The brief setup instructions are also updated and can be found here https://github.com/eclipse/flux/tree/Orion_Integration/flux.orion.integration
Note that patched Orion repository is present in the instructions as well.

Now you can find the following Flux features in Orion:
  • Flux file system
  • Loading/Storing files in Flux from Orion
  • Collaborative editing inside Orion’s editor (editing is synced between Eclipse and Orion)
  • Content Assist via Flux from JDT
  • Resource Markers via Flux from Eclipse into Orion editor on open/save/reconcile

Cheers,
Alex

Back to the top