-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse 4.15 CDT, theme not loading correctly #15
Comments
Hi Pyves, Thanks for the response, I guess I can give it a go and try to do that. |
Hi @PyvesB, I have forked and cloned the project, it's been a while since I touched Java and Eclipse. I'm getting an error on the Plug-In validation for the project, this leads to the following compilation error: I also found something I don't understand, in 'moon.css' line 40, the org-eclipse-jdt-ui refers to '-neptune' instead of '-moon', is that normal ? I am using Eclipse RCP+RAP 2023-12 with JavaSE-17. The JRE ecosystem is very arcane, the project says I need JavaSE-8 but it is not available anymore. |
You probably did, but just double-checking to be on the safe side, can you confirm you followed the setup instructions in this section of the README?
Oh, I think that's a copy-paste on my side. Nice catch! Feel free to submit a PR, I can also fix it on my side if you'd prefer! :) |
I tried again and followed every step, but the plugin "com.google.gson" is just nowhere to be found. Even after reloading the target, all plugin-ins are found except this one. The weird thing is that the plugin is exists within eclipse, and shows up in the installation details: But "com.codeaffine.workflow.persistence" cannot resolve it
I can put it as part of the PR, it's easy enough (if I can get bloody Eclipse to work!) EDIT: |
I've pushed a commit that should fix the plugin not found error: 62921d9 As far as JRE versions are concerned, I'll do some updates later to make things easier for newer Java versions, but seems like you're unlocked on that side for now :) |
Thanks, that fixed all the issues I started the modification but the plugin export doesn't seem to work and I cannot add my plugin to Eclipse (4.30 nor 4.15) This is a common problem with Eclipse, I searched community but nothing works. Any thought on this issue ? |
What do you mean? Do you get a JAR generated at least? If that's the case, you can drop it into the Alternatively, right-clicking on the plugin project and selecting |
Yes, I generated a .jar file.
Is there any way I can Thanks |
Thanks, exporting the plugin as a feature instead of deployable plugins and fragment worked. |
Hi @PyvesB, Hope you had a good break for Christmas and a good new year! I started doing the port to CDT. I am missing some examples on how things should look like. Any chance you could provides me with better real code screenshots for Pluto, Neptune & Moon ? Something like:
Here's is what I got so far Any comment or advices on to improve the visual is welcome! Thanks |
How are things going @Arryk , anything I can help with? :) |
Hi PyvesB, Thanks for asking, I am extremely busy with work at the moment. Once I get some time back I'll complete the theme. There is a strange behaviour I've seen with eclipse where when I start eclipse everything is white and I have to manually click on each workbench elements for the theme to be applied, this is quite annoying. |
Yes, this is probably #4. Never really managed to crack it, or come up with a minimal reproducible example. If you've got additional insights, do share them there :) |
I've decided to drop the flat scrollbars (5a69ceb). This issue should no longer happen on the latest plugin revision.
I've fixed this in 1fe8735. Hopefully things should be easier whenever you have a chance to pick this up again. :) |
I'll try to check this in the new few weeks and create a PR, thanks |
@PyvesB PR has been created |
Hi,
I am trying to use those theme with the 4.15 version of Eclipse modified by Xilinx (Vitis 2021.1).
The theme do not work at all, see screenshot below of the Pluto theme loaded.
Below the details of my eclipse installation on a Windows 11 22H2 machine.
Any idea how I could fix it so I can see the theme correctly ?
Thanks a lot!
The text was updated successfully, but these errors were encountered: