News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks looks

Started by rui_soares, January 29, 2018, 06:23:40 PM

Previous topic - Next topic

rui_soares

Good morning,
Can you help me to change the looks of the Code::Blocks to the one i attached ?
Thank you very much.

oBFusCATed

Are you running linux? If you're not running linux, you cannot do this as far as I know.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

rui_soares


oBFusCATed

Then switch to a dark gtk2 theme, I don't remember the one I used for this screenshot.
Then Settings -> Editor -> Syntax highlight. For the other colors use Settings -> Environment -> Colours.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

rui_soares

#4
I did whit this:

sudo nano /usr/share/applications/codeblocks.desktop


# Exec=codeblocks %F
Exec=env GTK2_RC_FILES="/usr/share/themes/elementary Dark/gtk-2.0/gtkrc" codeblocks %F

My last assignment is to add a minidoc (plugin??)

oBFusCATed

There isn't one. The original image was from a test and it is not functional. And I doubt we'll have a full minidoc, for me it wastes too much space. I'd probably someday work on a better scrollbar, like the enhanced scrollbar in visual studio.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

rui_soares