Edited syntax coloring preferences are not applied or saved
See original GitHub issueDescription
What steps will reproduce the problem?
- Go to Preferences -> Syntax coloring -> Edit selected
- Change the color in Highlight -> Occurrence
- Press OK twice
What is the expected output? What do you see instead?
I expect the occurrence colors to change in the editor, but I don’t see the change. When I go the Syntax coloring section again, I find that the change is lost.
Please provide any additional information below
Spyder: 3.0.0b3
Version and main components
- Spyder Version: 3.0.0.dev0
- Python Version: 2.7.11
- Qt Versions: 5.6.0, PyQt5 5.6 on Darwin
Dependencies
pyflakes >=0.5.0: 1.1.0 (OK)
pep8 >=0.6 : 1.7.0 (OK)
pygments >=1.6 : 2.1.3 (OK)
qtconsole >=4.0 : 4.2.1 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
pandas >=0.13.1 : 0.18.0 (OK)
numpy >=1.7 : 1.11.0 (OK)
sphinx >=0.6.6 : 1.4.1 (OK)
rope >=0.9.4 : 0.9.4 (OK)
jedi >=0.8.1 : 0.8.1 (OK)
psutil >=0.3 : 4.1.0 (OK)
matplotlib >=1.0: 1.5.1 (OK)
sympy >=0.7.3 : 0.7.6 (OK)
pylint >=0.25 : 1.5.4 (OK)
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Eclipse syntax highlighting preferences save and restore
To my surprise, trying to import settings from a minimal .epf file did not work reliably either. The solution that worked for me...
Read more >Andmore » syntax coloring not saved in preference - Eclipse
syntax coloring not saved in preference also java -> editor -> bracket highlighting and annotations are not saved at export of properties.
Read more >Custom Syntax Coloring - Wing Python IDE
One way to do this is to edit the preferences file in your Settings Directory and remove the value for edit.syntax-formatting. You'll need...
Read more >Change Desktop Colors - MATLAB & Simulink - MathWorks
To change the colors used for syntax highlighting in MATLAB code: ... MATLAB does not save color customizations when the theme changes.
Read more >Customizing Preferences - SpecTcl
To configure Code Intelligence preferences, select Edit|Preferences|Code ... Komodo's Fonts and Colors Preference is used to customize the display of text ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@dandawg I finally realised that the confirmation box with ‘apply’ was being opened, just was weirdly displayed behind the spyder editor window so I didn’t see it. Maybe it’s the same for you?
Yeah, looks like after clicking OK, the “apply” window was immediately sent behind the main spyder window. This gave the illusion that it was closed. Once I found it and clicked apply there, my color changes stayed.