Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Configure the CC's toolbar length patch

(1/3) > >>

ollydbg:
I have updated the patch in Code::Blocks / Tickets / #303 make code completion's toolbar configurable, but it looks like some items are not disabled? Why?

See the patch and the screenshot as attachment, note I'm building against wx3.1 under Windows7 64bit with a 32bit GCC compiler.

oBFusCATed:
For me everything is disabled, which is in fact wrong, because the toolbar settings could not be saved.

oBFusCATed:
The fix about disabling/enabling the symbol browser controls is in trunks. Thanks for the initial patch and the report.

I've reworked the resizeable toolbars patch a bit:
1. better ui layout
2. fixed crash when m_Scope=nullptr
3. better min/max values
4. disable the scope spinctrl when the checkbox is disabled

See the attached patch. Unfortunately the wx2.8 version doesn't work at all. The wx3.1 version works fine. I've not tried it yet with wx3.0.2...

ollydbg:

--- Quote from: oBFusCATed on October 06, 2017, 01:24:15 am ---The fix about disabling/enabling the symbol browser controls is in trunks. Thanks for the initial patch and the report.

I've reworked the resizeable toolbars patch a bit:
1. better ui layout
2. fixed crash when m_Scope=nullptr
3. better min/max values
4. disable the scope spinctrl when the checkbox is disabled

See the attached patch.
--- End quote ---

I'm OK with all your changes, so please commit, thanks.


--- Quote ---Unfortunately the wx2.8 version doesn't work at all. The wx3.1 version works fine. I've not tried it yet with wx3.0.2...

--- End quote ---
What do you mean by "not at all", you mean we can't adjust the length of those two items under wx2.8? For me, I have only wx3.1 at hand. :)

oBFusCATed:

--- Quote from: ollydbg on October 06, 2017, 08:01:22 am ---What do you mean by "not at all", you mean we can't adjust the length of those two items under wx2.8? For me, I have only wx3.1 at hand. :)

--- End quote ---
Yes, it doesn't work at all, even after restart.

Navigation

[0] Message Index

[#] Next page

Go to full version