Is there any way to get code oscript sources formatter functionality in eclipse ide?
Hello Eugene!
Do you mean beautify_oscript.lxe from Christopher Meyer?
Hello Alexey!
Is it works on Eclipse IDE?
Unfortunately no.
It is tightly coupled to Builder API.
I think you can use script to format input string, but you cannot use it like in builder (integrated in IDE). You need to create eclipse plug-in to acheive builder-like functionality. Or ask OT stuff if they plan to implement code beautifying.