News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 09 December 2017 build (11246) is out.

Started by killerbot, December 09, 2017, 11:08:52 AM

Previous topic - Next topic

killerbot


IMPORTANT : THIS IS THE FIRST BUILD THAT USES WX 303 AND IS A 64 BIT APPLICATION.



Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw30u_gcc_cb_wx303_gcc510-TDM-2.7z


The 09 December 2017 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2017/CB_20171209_rev11246_win64.7z
  - Linux :
   none

The current SDK version is : 1.32.0

Resolved Fixed:


  • BrowseTracker - fix shutdown assert on linux wx30

Regressions/Confirmed/Annoying/Common bugs:




killerbot

- NOTE SDK version is still 1.32.0, but it should be 1.33.0 (it was already bumped on the RC branch, but not on trunk).

Xaviou

Hi.

Win32 and an OS X version of this rev can be downloaded from my Google Drive.

The win32 7z archive also contains the needed wxWidgets and mingw10 dlls.

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

damorin

Hi,

no problem until I closed a file and got this error window (see attachment).

Running Win 7 64-bit.
CodeBlocks svn 11246, wx3.0.3 - 64-bit.



One problem at a time and we will get there.

oBFusCATed

(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!]

damorin


Nope but while trying I found something else:

- When selecting a variable, usually it's highlighting all other occurrences but now it's only doing it if I scroll up or down.

Example: Open CodeBlocks source file "src/associations.cpp" and go to "DoCheckAssociation" and double-click on "BaseKeyName". Other occurences are only highlighted when moving the scroll bar up or down.
One problem at a time and we will get there.

oBFusCATed

(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!]

DirtyBlasion

Hello! I have a little problem, it doesn't auto-complete ... in: #include <...>
I looked on internet, and I've found "Is Settings->Editor...->Code completion "Enable headers code-completion" checked?" well, it doesn't has Enable headers code-completion at all.

Xaviou

Hi

On OS X, toolbars doesn't have drop-down lists (build target selection, Code Completion, ...).

I've already reported this here, but when I've done it, I wasn't able to test the wxWidgets samples with hte same verison of the libs.

This is now done : the samples (AUI or classic toolbar) works as expected (see attached screenshots).

Does this needs a ticket on SF ?

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

oBFusCATed

No, they don't work as expected in the samples. This bug is already reported here: https://trac.wxwidgets.org/ticket/17972

This is the reason we won't have an osx release soon...
(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!]

DirtyBlasion

Ohhh, I've mistaken the place of enabling header completion.
But still have a problem with this, in project settings when I set search directories, it doesn't search in there, why?

Xaviou

Hi
Quote from: oBFusCATed on December 17, 2017, 07:07:25 PM
No, they don't work as expected in the samples.
Why do you say this ?
Have a look at the screenshot I've provided : the wxAui sample have the dropdown list (the list is opened and shows the "menu" with "One choice, another choice" entries on the top-right).
I've just built the wx-3.0.3 sample "as-is".

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

oBFusCATed

Because the sample is using wxauitoolbar and cb is using wxtoolbar. If you change the sample to use wxtoolbar it fails the same as in cb... But this is explained in my bug report...
(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!]

Xaviou

I apologize : I've not read the ticket's text correctly  :-[

And I confirm it doesn't work with your patch applied.
I've also tested with a wxComboBox (as in the toolbar sample) and it doesn't work either.

Regards.
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

damorin


Hi,

another bug that is present since a really long time and I was finally able to reproduce it:

- Open Code:Block project.
- Select a file in the "Projects" tab and quickly click inside the newly opened file (like cbeditor.cpp)

Result:

- The filename is added to the file where the mouse was clicked:

   C:\Download\gnu\codeblocks-code-10924-trunk\src\sdk\cbeditor.cpp

Running Win 7 64-bit.
CodeBlocks svn 11246, wx3.0.3 - 64-bit.


One problem at a time and we will get there.