User forums > Nightly builds

The 18 January 2020 build (11954) is out.

<< < (6/8) > >>

oBFusCATed:
cacb:
Can you try to reproduce it with a simple project?
What happens if you do this in a function?
Does case statements work correctly?
What are your editor settings?

Can you try the previous night build to be sure it is not an old problem?

Pecan:

--- Quote from: trivia21 on January 29, 2020, 11:04:02 am ---In Settings/Editor/Keyboard shortcuts when I try to add a shortcut for View/Perspectives/Code::Blocks default or minimal, I get the error message "KeyBinding file corrupted. Please delete" and the setting is not applied.

Ubuntu 18.04, this nightly build with official wx3.1.1.

--- End quote ---

Fixed; svn r11957
The menu item label contained "::" within "Code::Blocks" text caused the scan routine to fail.

ollydbg:

--- Quote from: killerbot on January 23, 2020, 07:16:18 am ---will post them this evening.

--- End quote ---

Hi, killerbot, did you post it somewhere?
I don't see this information in this thread.

killerbot:
forgot about it, will do when I reboot into my windows (probably tomorrow), my apologies for the delay.

killerbot:
these are the adjustments I carry out on the wx :

1) include/wx/msw/setup.h   (for the 2D support)

--- Code: ---#if defined(_MSC_VER) && _MSC_VER >= 1600
    #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT
#else
    #define wxUSE_GRAPHICS_DIRECT2D 0
#endif

--- End code ---

==> just 1 line

--- Code: ---    #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT

--- End code ---

2) combo.h and combocmn.cpp

--- Quote ---This is the offending commit: Make wxComboCtrl a wxCompositeWindow

https://github.com/wxWidgets/wxWidgets/commit/70e9dbd756cb321fb85d6380b3e37bcd59604e09

This commit was reverted after wx3.1.3 release in commit https://github.com/wxWidgets/wxWidgets/commit/6b00cc80f1fdb3ef134e2df694a0c34905442042

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version