Author Topic: Function list color  (Read 4740 times)

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Function list color
« on: January 27, 2018, 01:59:56 pm »
Hi,

my function names list in C::B turned to be dark. Now I can hardly see the set.
OS:Ubuntu
SVN:11246
Code::Blocks SVN
OS : Ubuntu LTS

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Function list color
« Reply #1 on: January 27, 2018, 02:05:23 pm »
What? We need a better explanation of the problem...
(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!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Function list color
« Reply #2 on: January 27, 2018, 02:23:54 pm »
What? We need a better explanation of the problem...

Let's hope this attachment would help.
Code::Blocks SVN
OS : Ubuntu LTS

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Function list color
« Reply #3 on: January 27, 2018, 07:25:04 pm »
ordak: Which ubuntu are you using?
(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!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Function list color
« Reply #4 on: January 28, 2018, 10:55:05 am »
ordak: Which ubuntu are you using?

Code
Description:	Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial

Code::Blocks SVN
OS : Ubuntu LTS

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Function list color
« Reply #5 on: January 29, 2018, 02:52:23 pm »
You can configure ubuntu theme color

Example:
http://www.webupd8.org/2012/09/customize-gtk3-gtk2-theme-colors-using.html
https://askubuntu.com/questions/452935/how-to-change-theme-colors

As far as I can remember, this wrong color problem has just recently happened only in C::B . So I want to see If I can go back and read functions list properly. BTW unfortunately same has occurred for  <global> too.
Code::Blocks SVN
OS : Ubuntu LTS

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Function list color
« Reply #6 on: January 29, 2018, 08:38:35 pm »
BTW unfortunately same has occurred for  <global> too.
Then most probably your gtk theme is broken. We're not doing anything with the choice controls in the code-completion toolbar.
(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!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Function list color
« Reply #7 on: January 30, 2018, 09:06:25 am »
The previous given screenshot was from gtk theme "Ambiance". For now I have two other themes. One is "Highcontrast". Note the unusable choice control.
Code::Blocks SVN
OS : Ubuntu LTS

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Function list color
« Reply #8 on: January 30, 2018, 07:12:19 pm »
Are you talking about the missing choice control?
(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!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Function list color
« Reply #9 on: January 31, 2018, 12:51:29 pm »
Are you talking about the missing choice control?

If I understand you, the empty choice control in Highcontrast theme. BTW the third GTK theme Radiance appears to show C::B well.
Code::Blocks SVN
OS : Ubuntu LTS

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Function list color
« Reply #10 on: January 31, 2018, 07:27:47 pm »
I don't understand your last post.
Next to the <global> choice control (combobox/dropdown/etc) should be another control, but in your screenshot is missing.
Are you talking about this problem?

For me everything works fine in ubuntu 17.04... I don't have 16.04 to test at the moment...
(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!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Function list color
« Reply #11 on: February 01, 2018, 10:04:21 am »
I don't understand your last post.
Next to the <global> choice control (combobox/dropdown/etc) should be another control, but in your screenshot is missing.
Are you talking about this problem?

For me everything works fine in ubuntu 17.04... I don't have 16.04 to test at the moment...

I am writing about the drop-down not working well.

In the screenshot with default GTK theme "Ambiance", look at the functions specifications. They have grey color, and for me, very hard to read.

In screenshot with GTK theme "Highcontrast", the drop-down seems to work well for me now.
Code::Blocks SVN
OS : Ubuntu LTS

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Function list color
« Reply #12 on: February 01, 2018, 10:31:54 am »
This one is totally controlled by the gtk theme. We don't change its colours and we cannot do much...
(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!]