Syntax highlight colors in Code Composer Studio - ide

I've trying to change color of the syntax highlight in Code Composer Studio.
It is not like native Eclipse under Preference >> <programming language> >> Editor".
Where do I find the option to setup the syntax colors?

I found where these are! You have to click "Show Advanced Settings" at the bottom of the Preferences popup. Then you will get a C++ section with syntax colors.

Related

Eclipse SQL Editor normal text color

I was able to change all the other SQL syntax coloring in Eclipse Preferences, but the normal (non-Sql-syntactic) text is still black and I couldn't find where to find the setting for that. Black text is kind of hard to read against an almost black background. Thank you!
If you are looking for the place to change the Text Editor color settings, go to Preferences->General->Editors->Text Editors, select "Foreground color" in "Appearance color options", uncheck "System Default", click on the color and choose the color you want.
If you want to change the SQL Editor color settings, go to Preferences->Data Management->SQL Development->SQL Editor->Syntax Coloring.
Edit: You need to change the "Others" item in SQL Editor's syntax coloring. It's working on my Mac, anyway. First uncheck "Default foreground color" and then choose the color you want.
Edit: For those not seeing the change, after selecting "Apply and Close", you must Restart your workspace to see the changes.
File -> Restart
Alexis Dufrenoy is absolutely right:
If you want to change the SQL Editor color settings, go to Preferences->Sata Management->SQL Development->SQL Editor->Syntax Coloring.
Edit: You need to change the "Others" item in SQL Editor's syntax coloring. It's working on my Mac, anyway. First uncheck "Default foreground color" and then choose the color you want.
Just in Luna release I have to restart Eclipse every time after changing SQL syntax coloring (other editors work without restart).
Its strange, but with Windows 7 its the only way.
I was having trouble with the existing answers on Version: 2019-03 (4.11.0)
Change the color of the "Others" option here to change the black text
You may also find it useful to similarly change the other options like "Single Quoted String" (blue default) , "Type" (purple default)
Since 2019-03-14 there is standalone and very simple SQL editor plugin available at eclipse marketplace: https://marketplace.eclipse.org/content/sql-editor - it's just for editing SQL files, syntax highlighting and contains an experimental SQL formatter. It has full customizable colour preferences and also good looking defaults for dark theme - see https://github.com/de-jcup/eclipse-sql-editor/wiki
It is open source, works out of the box, is small and has no dependencies.
So it could be a good alternative.
PS: I am the author of the mentioned plugin.

How to disable auto show hints in JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm) on mouse over

How to disable auto show hints in IntelliJ IDEA on mouse over?
Edit:
This hint could be very big if you call existing method with incorrect parameters. It's very uncomfortable.
There are the same behaviour in PyCharm:
and WebStorm:
Those popups (or tooltips) has been my worst annoyance in the editor for a while. There is how I fixed it:
On the editor, at the bottom-right of the window, there is a head icon. Click it and uncheck the box "Import popup".
You can have a look at this guide (with images) to help you finding the checkbox:
http://www.jetbrains.com/idea/webhelp/disabling-inspections.html
I hope that can help you
TOTALLY: Open Settings (or Pereferences, if you are OS X user) dialog, choose Editor | Inspections. On the Mange tab (right pane of the dialog) select Copy. Then click the language node. Here you can find the setion that is probably responsible for your tooltips and disable it. Or disable the whole language node, if you like. This way you have all the IDE features working and no tooltips at all. You can return back to Project Default inspections profile when you need it.
PARTIALLY: Try to disable the respected intention action. Press Alt+Enter when you see the tooltip, select the action from the list and press the right arrow key. In the context menu, select "Disable".
From JetBrains Forum.
You probably need to uncheck the Inlay Hints.
For Windows 10 & PyCharm Community 2020.3.3 :
File > Settings > Editor > Inlay Hints
Uncheck Show hints for:

How do you change background color in the settings of JetBrain's IDE?

What are the settings to change the background color in JetBrains' IDE?
Project explorer pane
Console pane
Code editor
Other Panes
I'm running v12.1.6 Ultimate Version.
Are there major differences between different versions of the software?
Console pane:
Settings / Editor / Colors & Fonts / Console colors
Console, background
Project view:
Settings / File colors
Add (Alt+insert), choose 'project files' scope, select a color.
Uncheck the 'Use in editor tabs' checkbox, make sure to check 'Use in project view'
Main view (general):
Settings / Editor / Color & fonts / General
Text, Default text
For changing the background of the editor goto File->Settings->Editor->Colors & Fonts->General->Text. You'll see an item called "Default text". On the right you will see a checkbox for background. Click on it and choose whatever color you prefer.
To change the editor background color in newer versions (after 2017) of Intellij Idea go to Settings > Editor > Color Scheme > General and then on the right side list expand Text and click on "Default text" then click on the color hex code to get the color wheel.
Editor > Color Scheme > General > Text
Go to File option top left in the menu bar.
Select Settings
Select Appearance option in "Appearance & Behavior"
Select Intellij option as Theme in UI Options.
You should able to see everything in while background much like eclipse.
Beginning with the 2019.1 release, Jetbrain's IDE supports Custom UI Themes, which give full control of the appearance of built-in IntelliJ IDEA UI elements.
Detailed tutorial about how to create your own custom theme
Blog post about creating custom themes for IntelliJ Platform
If you download it from the https://plugins.jetbrains.com, then you will need to install it as the plugin. Go in the settings, install plugin from the disk and select the JAR file from the disk as the screenshot below.
It's very easy: File > Settings > Color Scheme > Set "Classic Light" or other color

JetBrains IDEA: Change color of code completion menu selection highlight in Darcula LAF

Darcula and I are struggling to come to terms. Legibility is poor overall but some things I just have to change:
In this code completion suggestion menu, the selected item is not legible.
Where in the preferences or preferences XML file is the background color of the selected item text set?
You can find the option to change the color of the code auto completion window from the following place.
Open your settings > Editor > Color Scheme > General > Popups and Hints > Completion.
Note: you may also search for the keyword completion in the settings page to find the option fast.
Then adjust the background color and click apply.
You can check the screenshot for a visual reference.
I fixed this 3 days ago. http://youtrack.jetbrains.com/issue/IDEA-103104
Now it looks like this
idea completion http://img32.imageshack.us/img32/6516/ss20130319202811.png
I solved this probleme by downloading a new INTELLIJ THEME named Gradianto and it works nice,
Gradianto allows you to chose beetween 3 darcula theme once it's installed in your intellij, and all of this theme will highlight the selected item clearly with code completion.
Yous install the theme with :
IntellijIDEA --> Preferences --> Plugins --> And you search and install Gradianto theme
Here is the youtube tutoriel where i see it:
https://www.youtube.com/watch?v=NsZZm5f5JD0
Hope that will help
Thanks
I got a nice answer to your question.
This is link : java - Changing the font colour in IDEA code-completion window - Stack Overflow
You just need unable this option :
[
Settings —— Editor —— Code Completion
—— Insert selected variant by typing dot , space ,etc .
]
No doubt of it , it works very well for me !

IntelliJ - show where errors are

Is there a way to make IntelliJ mark error locations continuously for the files you are working on in the similar manner as Eclipse does? At the moment I need to make the project which lists all the errors in the message panel, but even then I cannot navigate to them using the editor panel. I would like to have simple dots/markers which would point to error/warning locations.
IntelliJ IDEA detects errors and warnings in the current file on the fly (unless Power Save Mode is activated in the File menu).
Errors in other files and in the project view will be shown after Build | Make and listed in the Messages tool window.
For Bazel users: Project errors will show on Bazel Problems tool window after running Compile Project (Ctrl/Cmd+F9)
To navigate between errors use Navigate | Next Highlighted Error (F2) / Previous Highlighted Error (Shift+F2).
Error Stripe Mark color can be changed here:
For those who even yet have the problem, try enabling "Build project automatically" in the Java compiler settings and see if that makes a difference as it worked for me.
I ran into the problem of not having set my sources root folder (project window--right click folder, mark directory as > sources root). If you don't set this IDEA doesn't parse the file.
For IntelliJ 2017:
Use "Problem" tool window to see all errors.
This window appears in bottom/side tabs when you enable "automatic" build/make as mentioned by #pavan above (https://stackoverflow.com/a/45556424/828062).
To access this Problems panel, you must set your project to build automatically. Check the box for Preferences/Settings > Build, Execution, Deployment > Compiler > Build project automatically.
Frankly the errors are really hard to see, especially if only one character is "underwaved" in a sea of Java code. I used the instructions above to make the background an orangey-red color and things are much more obvious.
In IntelliJ Idea 2019 you can find scope "Problems" under the "Project" view. Default scope is "Project".
Besides, you can choose going to next error only (ignore warning) by:
Right click the Validation Side Bar.
On the context menu, choose the Go to high priority problems only
it works for Intellij Idea 12
In my case, I unknowingly unchecked 'Error Stripe Mark' option (Idea 2018.2: Settings > Editor > Color Scheme > General and expand `Error and Warnings' & click 'Error').
Fix is to check 'Error Stripe Mark' option of 'Error' (as highlighted in the below image). Now you will see the error marks in scrollbar area.
In my case, IntelliJ was simply in power safe mode
Do you have a yellow icon like this [_] at the bottom of the main window?
It is a "type-aware highlighting" switch which could be disabled accidentally.
You should re-enable it by clicking on the icon.
In the intellij hit ctrl+alt+shift+s and go to global libraries and click on plus icon to add the java libraries this will solve your problem. now you will see the errors coming up
enter image description here
This is the solution I found:
Open IntelliJ Setting (Crtl + Shift + A);
Click in "Editor";
Click in "Color Scheme" + the Programming Language (inside "Color Scheme");
Select "Analysis Error";
Select "Error stripe mark" + Add the Color desired