- This topic has 43 replies, 7 voices, and was last updated 6 years, 3 months ago by
timwebb.
-
AuthorPosts
-
March 4, 2019 at 1:32 pm #610000
Brian FernandesModeratorI’m afraid this bug did not receive much attention because of our inability to reproduce it. We’ve raised its priority and will now be taking another look at in the next few days.
If we have additional questions, we’ll post them here. We appreciate your patience, and thank you for asking.
March 7, 2019 at 12:35 pm #610390
timwebbKeymasterWe have a release of DevStyle scheduled to go out late next week and this is slated to be fixed in it. Most other cards are already ready but this one has been a bit squirrelly to get to the bottom of.
Fingers crossed – seems we are close.
March 7, 2019 at 12:46 pm #610391
mbookerParticipantWe have a release of DevStyle scheduled to go out late next week and this is slated to be fixed in it. Most other cards are already ready but this one has been a bit squirrelly to get to the bottom of.
Fingers crossed – seems we are close.
Hi @timwebb, we are all fellow programmers here, so we completely empathize with you. Eclipse is where I spend 8 hours a day everyday and I have come to greatly appreciate how DevStyle has made my work day more enjoyable. While this may seem like a minor issue, I can tell you that having it fixed will be a big deal to me given that I may open and close Eclipse several times a day in order to swap projects and having to reset my beloved colors each and every time has become wearisome. All of that say, I really appreciate your attention to this issue.
March 7, 2019 at 2:13 pm #610394
timwebbKeymasterSo @mbooker…
I thought I had a handle on what may be wrong but I haven’t reproduced here. Could you do me a solid and share some preference files at three different states?
In your workspace directory, you will find
.metadata/.plugins/org.eclipse.core.runtime/.settings/
Please Zip and send me those files at each of these points:
1. Just before fixing the color you want to change
2. Just after fixing the color
3. The files after restarting EclipseAnd of course, please let me know what preference you changed! (Should be obvious but just to be sure)
March 7, 2019 at 2:44 pm #610395
timwebbKeymasterI should clarify — step 3 I meant Exit and then a new Launch, as apparently that’s how it shows up.
Cheers!
March 7, 2019 at 3:18 pm #610398
mbookerParticipant@timwebb, here are my settings per your request. I changed the following:
General > Editors > Text Editors > “Current line highlight”
General > Editors > Text Editors > “Selection foreground color”
General > Editors > Text Editors > “selection background color”
General > Editors > Text Editors > “Background color”
General > Editors > Text Editors > Annotations > “C/C++ Occurrences”
C/C++ > Editor > “Inactive code highlight” is one that I typically change as well, but forgot to this time.I have the following option selected:
Use enhanced DevStyle Themes: checked
Use the Startup Experience: checked
Workbench theme: Dark Gray (Darkest Dark)
Icon colors: Pastels
Editor theme: Darkest Dark
Theme background: unchecked
Force colors: unchecked
Enable breadcrumb: checked
My styling shortcut is Af7-RwI hope that helps!
Attachments:
You must be logged in to view attached files.March 7, 2019 at 4:39 pm #610406
Aaron LaraMember@mbooker, we are still having a bad time replicating this issue at our ends (similar installations and editing the exact same prefs). It would be really helpful if you are able to install CodeMix just to get access to Live Chat with us (allowing us to get more useful information live).
If you cannot do that, it would be also helpful if you update your DevStyle installation to our preview update which contain a few flags we included to debug this issue.
To install preview build:
1. Add the following line to Eclipse/configuration/config.ini
com.genuitec.devstyle.manifest.url=http\://www.genuitec.com/updates/devstyle/prerelease/devstyle.json
2. Restart Eclipse
3. An update will be detected (see progress view) when the update is done, restart Eclipse.If it doesn’t update automatically try the following:
1. Go to help > Install New Software
2. Use this site:http://www.genuitec.com/updates/devstyle/prerelease/
3. Select DevStyle (for update) and continue the wizardAfter you update. Please edit config.ini again and add this line:
`
diagnose.prefs=AbstractTextEditor.Color.Background,AbstractTextEditor.Color.SelectionBackground,AbstractTextEditor.Color.SelectionForeground,currentLineColor,org.eclipse.cdt.ui.occurrenceIndicationColor
`
Then restart eclipse and do what you usually do to replicate the issue: edit the same prefs, then restart and make sure yoy got back to defaults. And share to us your workspace log file at workspace/.metadata/.logThank you again!
Aaron Lara-
This reply was modified 6 years, 3 months ago by
Aaron Lara.
-
This reply was modified 6 years, 3 months ago by
Aaron Lara.
March 8, 2019 at 9:42 am #610460
mbookerParticipant@aaronlonin, I have installed DevStyle version 1.11.0.201903072227, added the debug line to my config file, and followed the steps listed above per your request. Attached is my .log file.
Attachments:
You must be logged in to view attached files.March 8, 2019 at 9:46 am #610462
Aaron LaraMemberThank you very much! We are taking it a look. I will let you know our findings.
March 8, 2019 at 10:55 am #610476
Aaron LaraMemberGreat! It was really helpful. We managed to find and fix a bug thanks to this information, but we are not sure if that will just fix this issue. We included a couple more tracing logs. Mind just updating your install to today’s build and try again? And share your new log after you replicate the issue.
Cheers!
Aaron LaraMarch 8, 2019 at 11:31 am #610487
mbookerParticipantI am now currently using 1.11.0.201903081651. I was initially hopeful after the upgrade restart my colors seemed to stick, but after a full close and re-open, they reverted back. Attached is the new log file.
Attachments:
You must be logged in to view attached files.March 8, 2019 at 11:32 am #610489
timwebbKeymasterCould you please confirm if you are still running with
diagnose.prefs
in your config.ini file?I don’t see the extra tracing messages in the log.
March 8, 2019 at 11:41 am #610493
mbookerParticipantI believe I am. Take a look at the last line of my config file.
March 8, 2019 at 11:43 am #610494
mbookerParticipantI had to rename the INI file.
March 8, 2019 at 11:45 am #610495 -
This reply was modified 6 years, 3 months ago by
-
AuthorPosts