User forums > Nightly builds

The 18 september 2006 build is out.

<< < (2/3) > >>

mandrav:

--- Quote from: bigbug on September 19, 2006, 08:43:43 am ---Is it very difficult to solve the wrong CodeCompletion color on XP?

--- End quote ---

It's not "wrong" color.
wxScintilla's popup used a hack to have the "correct" color, only that it made the IDE flicker like mad when code-completion popped up. So, this hack was disabled to fix the flickering. The only side-effect was that the selection color is the inactive color. If you have set the inactive selection color same as the window background, we can't do much...

artoj:

--- Quote from: killerbot on September 18, 2006, 09:37:17 pm ---
* code snippets patch applied
--- End quote ---

The changes this patch applies are in this topic: http://forums.codeblocks.org/index.php?topic=3377.msg31970#msg31970

I'm currently aware of two issues at least, which are both minor:

When the search text box's background color is painted light red it might leave a solid lines around the text box when rest of the repainted with the default OS background color. The lines disappear when you focus the search box again. I can only see this on XP with the teletubby (Luna) theme.

Steps to reproduce:

1. Use the Luna theme on XP
2. Search for a string that doesn't exist; the search box's backgound is painted with light red color.
3. Press the Clear button.
4. Search box has a light red lines around it; focus the control and the lines disappear.

Another issue is with the scrollbars; they are not hidden if you search for a long string that causes the root item's name to be more wider than the current client area (assuming that the scrollbars are hidden in the first place). This is a bug in wxWidgets and it happens in XP at least (probably other Windows versions too).

Steps to reproduce:

1. Remove all snippets (backup first if they're important) and make sure that the scrollbars are invisible.
2. Search for a very long string that causes the scrollbar to appear.
3. Press Clear.
4. Scrollbar stays visible.

    Arto

bigbug:

--- Quote from: mandrav on September 19, 2006, 08:53:27 am ---The only side-effect was that the selection color is the inactive color. If you have set the inactive selection color same as the window background, we can't do much...

--- End quote ---
Ok, thank you. I was just surprised not seeing the selected item anymore. Because I changed the visual style (I tried the Vista Transformation Pack 5.5 8)), I knew it had something to do with one of the color settings. Then I found out the background color of a selected item in wxScintilla's popup is "3D objects", the background color for buttons and dialog-background.

artoj:
Hmm... it seems that this nightly has the older version of Code snippets (the patch is applied however), you can ignore my previous post.

killerbot:

--- Quote from: artoj on September 19, 2006, 10:51:28 am ---Hmm... it seems that this nightly has the older version of Code snippets (the patch is applied however), you can ignore my previous post.

--- End quote ---

will do a good check this evening on my machine ;-)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version