Replies: 1 comment 2 replies
-
This seems like a question best asked in the eclipse-jdt GitHub organization. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working an an integration plugin for my custom build system, and it requires its buildfile, which is written in Java, to be displayed in an Java Editor window, with its own classpath.
I already asked for help to do that in this discussion: eclipse-platform/eclipse.platform.ui#2857
And found a working solution:
But although this code seems to partially work (the syntax highlighting seems to not work properly) it does not look right.
I also today noticed, while debugging an completely unrelated problem, that it causes eclipse to throw an error only in production environment:
Beta Was this translation helpful? Give feedback.
All reactions