User forums > Nightly builds

The 19 september 2006 build is out.

<< < (2/5) > >>

Belgabor:
Hi guys,

I also switched from Dev-C++ (actually wxDev-C++) recently. Although it took me some time to set things up (doing static builds with wx-2.7) now everything runs to my satisfaction :D

I noticed some bugs with splitted windows though, the second (splitted of) view seems to be the step-child :)
[*]If I click on the left margin (to fold, set breakpoints) the event is processed in the first view (vertical split: something else folds there, horizontal split: the click scrolls the first view up and down, it seems to 'hit' the scroll bar).
[*]All the navigational features (Symbol list, function dropdown) of CB only act on the first view, not the one that has the focus as I expect.
[/list]
The second might be considiered a missing feature, but the first is certainly a bug.

PS: Using CB on windows, this nightly.

Pecan:

--- Quote from: Belgabor on September 19, 2006, 11:55:45 pm ---Hi guys,

I also switched from Dev-C++ (actually wxDev-C++) recently. Although it took me some time to set things up (doing static builds with wx-2.7) now everything runs to my satisfaction :D

I noticed some bugs with splitted windows though, the second (splitted of) view seems to be the step-child :)
[*]If I click on the left margin (to fold, set breakpoints) the event is processed in the first view (vertical split: something else folds there, horizontal split: the click scrolls the first view up and down, it seems to 'hit' the scroll bar).
[*]All the navigational features (Symbol list, function dropdown) of CB only act on the first view, not the one that has the focus as I expect.
[/list]
The second might be considiered a missing feature, but the first is certainly a bug.

PS: Using CB on windows, this nightly.

--- End quote ---

Item 1 is also true of "search in files " results. Event if the second window has the focus, clicked items show in the non-focused window.

artoj:
The editor menu wasn't maybe a very good example, if we look at the menu of Code snippets you can see effects clearly.

Before (normal):



After:



The "corruption" seems like it's missing the menu images (which don't even exist) so it won't even show the scope menu's check mark.

I'm fairly sure that this issue is because of XRC loaded menus in the main application.

artoj:
One of the roots of the problem "why the menus look like this" can be seen in these screen shots I took while testing C::B on Vista.

First image showing the Project menu, the menu has no images:

Image 1

Second image showing the Build menu, the menu has images:

Image 2

As you can see, the first menu is drawn with native style the second is not. And why it isn't drawn with native style? It's because Windows doesn't support menu images natively through WinAPI. If you look some of the applications that come with Windows like Notepad, Wordpad, Paint, none of these have menu images in them. So in order to have menu images they have to be hacked or a rewritten menu control has to be introduced. wxWidgets currently uses the hack approach and the results are what they are.

By they way, in the background you can see that all the toolbar images work as intended. At least MS managed to do one thing right in Vista.

PsYhLo:
one stupid question how to activate Code Snippets plugin :)
from where i can activate the panel like Symbol Browser

:D
i activated it by my self

just switch my translation to the default
because there are missing string in the POT file that Yiannis Mandravellos is put on https://launchpad.net/products/codeblocks/

Sorry for my bad english

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version