no Theme Selector on SQL Developer 17.3

I have been trying to change the theme of SQL Developer, and I am unable to find the theme selector under Environment in the preferences. has it been removed? Normally this is where it would be located. Answer Has it been removed? It was just renamed AttributionSource : Link , Question Author : Malachi , … Read more

Show full build output in CLion

I’m happily using CLion for some time now but what really annoys me is that I don’t get the full build output messages. This really gets annoying if e.g. I forget to declare an external library to link my project to and the build fails because of undefined references. Instead of showing me these undefined … Read more

Why Selenium IDE is not officially supported in Google Chrome

I wonder why Selenium IDE is not officially supported in Google Chrome even though Google is one of the active contributors to the Selenium project. Does anyone know why? Answer I wonder why Selenium IDE is not officially supported in Google Chrome? This is because the Selenium IDE is a Firefox Extension. Chrome does not … Read more

Can’t edit files in Eclipse even though not read-only

This is such an amateur question I’m embarrassed I even have to ask. In Eclipse, sometimes I can’t edit a file. I can open it, but it behaves as it if it’s a read-only file—typing has no effect. It only happens sometimes though, and that’s what’s driving me crazy. The only perspectives I use are … Read more

Self-closing parentheses in text editors can be annoying – how to deal with them?

I am starting to find parentheses / square bracket autocompletion annoying. The cursor remains inside the braces, and I have to reach the right arrow with my right pinky to get out of the bracket and continue typing. On the other hand, I recognize that it saves time by not having to close it myself. … Read more

How to change default debug perspective in Eclipse?

While debugging, Eclipse opens its Debug perspective. I’ve made some changes to this perspective and saved it with other name. Is there a way to change default debug perspective to one created, so it would open when debug starts? Answer In the Preferences menu choose: Run/Debug -> Perspectives There you can select for each Application … Read more

vscode change linenumber color

How can I change the color of the line numbers in VS code Often times the line numbers are to dark to make out. Answer Version 1.12 introduced new workbench theming options (they were experimental in 1.11). There is a setting for the color of line numbers: “workbench.colorCustomizations”: { “editorLineNumber.foreground”: “#999999” } Some themes also … Read more

How to change to new themes in PyCharm?

so I installed these PyCharm themes here https://github.com/d1ffuz0r/pycharm-themes/blob/master/README.md Installed into a random folder, but where do I put these themes so I can change them in PyCharm? Currently I still only see default, and Darcula. Answer File -> Import Settings -> select the .jar file and restart PyCharm. If it isn’t applied automatically you can … Read more