Tagged: 2 weeks 5 days ago
- This topic has 15 replies, 6 voices, and was last updated 4 years, 3 months ago by daniel.caminada.
-
AuthorPosts
-
buddybuParticipantEclipse JEE
Eclipse ID 4.7.3aDevStyle Config:
Dark Green/Primary Colors/RecogEyesOpen any java file and hover over an import or class or type to get the javadoc to display and you will get the popup with mostly black text on a black background.
Attachments:
You must be logged in to view attached files.
buddybuParticipantWhen I go back to the Eclipse built in dark theme. I can read the popups.
Attachments:
You must be logged in to view attached files.
Aaron LaraMember@buddybu, Sorry yuou are having this issue. Could you let us know the OS you are running on so we can investigate further? Also, can you try switching to a different workspace just to make sure the issue persists there?
buddybuParticipantWindows 10 Pro
And yes, if I switch to a new workspace, it works just fine. What do you need to know about my existing workspace that will help you diagnose the issue?
Aaron LaraMemberExcelent! My guess is that some preference was not properly written or was overriden by another plugin (Oomph for example sometimes messes with preferences). One thing we can try in your existing workspace is to go to DevStyle > Color Themes preference page and enable “Force colors”, then apply. This should override existing color preferences and hopefully fix this issue.
Let me know if the issue persists so we can try something else.
- This reply was modified 6 years, 7 months ago by Aaron Lara.
buddybuParticipantI just switched back to the original workspace. Reapplied the DevStyle Theme, but did not check the force-colors checkbox. This forced me to restart Eclipse, and after restart, the problem has gone away. If it returns, I will let you know.
Thanks.
Aaron LaraMemberAwesome! Thank you for using DevStyle!
Have a great day!
Aaron Lara
cbhawk89ParticipantI am having the same issue with the javadoc popups as reported above. I have tried to go to DevStyle > Color Themes preference page and enable “Force colors”, then apply. This does not solve the problem for me. I notice if I return to the Color Themes preference page the “Force colors” check box does not remain enabled. I have tried restarting eclipse multiple times. If this helps at all I recently upgraded the eclipse workspace for Oxygen to 2019-09. Perhaps I should attempt creating a new workspace to see if that solves the problem.
support-swapnaModeratorHi,
I checked with DevStyle and Eclipse 2019-09 at my end, but could not replicate the problem with JavaDoc popup. The ‘Force colors’ is a one time action by design.
Can you please let us know if you see the problem with JavaDoc in a new workspace as well?
If yes, then please go toWindow > Preferences > Oomph > Setup Tasks > Preference Recorder
and see if the ‘Record into’ is checked? In case it is checked, then please uncheck it and shut down Eclipse.
Go to [user_home]/.eclipse and move / delete the folders named *oomph* – this will make the (bad) saved preferences inaccessible. Restart Eclipse.If you are still seeing the issue, then please share with us your OS and version details.
–Swapna
Genuitec Support
harsha-devParticipantHey,
i Have tried both the above suggested solutions. I am still facing the issue.
But it works fine when i change the workspace.Below are my Eclipse details:
Version: 2019-03 (4.11.0)
Build id: 20190314-1200Can you help me?
Thank you.
Aaron LaraMember@harsha-dev, just to double-check. Did you find and remove all the
*oomph*
directories in your[user_home]/.eclipse
?
kingofmamboParticipantHi! I’ve done all written above and still having the same issue.
I delete all *oomph* directories in my [user_home]/.eclipse but when restarting eclipse these two directories appear:
org.eclipse.oomph.p2
org.eclipse.oomph.setup
Even when I delete them, these 2 folders are always created after restarting eclipse. Not sure if that is the cause.
support-swapnaModeratorHi,
Is the ‘Record into’ checked in the
Window > Preferences > Oomph > Setup Tasks > Preference Recorder
? If yes, then please uncheck it and shut down Eclipse and then delete the oomph folders.Do you see the problem in a new workspace as well? Please share with us your OS and version details, OS theme details, if any set.
Apologies for inconvenience caused.
–Swapna
Genuitec Support
kingofmamboParticipantPreference recorder is unchecked.
When using a new workspace the issue with Javadocs is solved.
My OS is Microsoft Windows 10 Pro Version 10.0.18362 Build 18362. My OS theme details are the ones defaulted by Windows.
Aaron LaraMemberOk, thanks for the details. Then it seems like the preferences in the other workspace are wrong. Can you share them so we can have a look and see which preferences are wrong?
The prefs are stored at
workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings
Please create a zip file with all these files and share here or via email if you prefer at support@genuitec.comCheers!
Aaron Lara -
AuthorPosts