Author Topic: The 07 June 2020 build (12166) is out.  (Read 12742 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 07 June 2020 build (12166) is out.
« on: June 07, 2020, 02:10:12 pm »
new PATCHED wx dll , please download these too and replace your old ones !!!

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 : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64-2.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 07 June 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200607_rev12166_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:

  • sdk: Simple optimization which gives 9% improvement in adding files to projects
  • ThreadSearch: Start fixing the right click problem when building with wx3.x
  • ThreadSearch: Disable the 'Delete item' menu item when the user clicks on the empty space in the list ctrl
  • ThreadSearch: Try to disable the items in the popup menu of the list/tree when they aren't supposed to be used
  • ThreadSearch: Clear the search field on search end
  • ThreadSearch: Make pressing enter in the combobox in the toolbar to start a searc
  • ThreadSearch: Make the search combobox in the toolbar a bit longe
  • ThreadSearch: Add limits to the comboboxes in the panel
  • ThreadSearch: Add a quick way to disable all options in the popup menu in the panel
  • ThreadSearch: Initial commit for the STC based logger
  • ThreadSearch: Initial support for colouring in the STC logger
  • ThreadSearch: Make it impossible to start a search if the search field is empty
  • ThreadSearch: Initial version of the highlight matches in the STC logge
  • ThreadSearch: Implement support for highlighting multiple matches when using regular expressions
  • ThreadSearch: Add information about matches and files in the STC logger
  • ThreadSearch: Ensure visible for the first line of a new search
  • ThreadSearch: Add support for highlighting matches when searching with the text based searcher
  • ThreadSearch: Print options in the initial banner when starting a search with the STC logger
  • ThreadSearch: Implement folding for the STC logger
  • ThreadSearch: Implement single/double click behaviours for the STC logger
  • ThreadSearch: Implement the option to clear the logger at the start of the search for the STC variant
  • ThreadSearch: Implement context menu for the STC logger
  • ThreadSearch: Rework the configuration panel UI to have a notebook with two pages
  • ThreadSearch: Better horizontal scroll in the STC logge
  • ThreadSearch: Add UI to change the colours of various elements in the STC logger
  • ThreadSearch: Use wxGridBagSizer instead of wxFlexGridSizer in the layout page of the options dialog
  • ThreadSearch: Improvements to the Layout tab
  • ThreadSearch: Make it possible to edit colours in both the Layout UI and in the Colours manager UI
  • ThreadSearch: Use folding colours from the editor, make sure there is only one margin
  • ThreadSearch: Update folding colours in the STC logger when the settings in the colour manager change
  • ThreadSearch: Fix an assert for incorrect formatting specifier
  • ThreadSearch: Implement highlighting matches when the match contains non-ASCII characters
  • ThreadSearch: Make sure the file style works correctly if the filename contains non-ascii characters
  • ThreadSearch: Try to preserve focus to the search control after the end of the search
  • ThreadSearch: Make sure the mask and directory combo boxes in the configuration panel are filled (ticket #797)
  • ThreadSearch: Fix deleting the sole search in the STC logger
  • ThreadSearch: Enable/disable items in the context menu of the STC logger
  • ThreadSearch: Make sure the regex searcher correctly generates start/length pairs for 'whole word' and 'start of word' kind of searches
  • ThreadSearch: Implement focusing results using the enter key on the keyboard in the STC logger
  • ThreadSearch: Make it possible to reset the STC logger colours in the settings using right mouse click
  • ThreadSearch: Add detection of dark themes and specify better looking defualt STC logger colours for both dark and light themes
  • ThreadSearch: Apply changes to the STC logger colors from the stand alone options dialog
  • ThreadSearch: Make double click to never select anything in the STC logger
  • ThreadSearch: Implement completion for the directory
  • ThreadSearch: Disable directory options when searching in directories is not enabled
  • ThreadSearch: Add support for searching in more then one directory
  • ThreadSearch: Provide UI for specifying multiple directory where to search
  • ThreadSearch: Don't remove the searched string if there are no results
  • ThreadSearch: Don't abort the search if one of multiple directories doesn't exists
  • ThreadSearch: Better auto scroll
  • ThreadSearch: Add edit button in the directory select dialog
  • ThreadSearch: Enlarge the min width of the list in the Directory select dialog to 70 characters
  • ThreadSearch: Move the "Check only selected" button at the top of the stack in the directory select dialog
  • ThreadSearch: Make sure that the selected line is visible after the STC control looses focus (STC logger)
  • ThreadSearch: Try to minimize the confusion caused by the value shown in the combobox in the Directory select dialog
  • ThreadSearch: Implement support for adjusting the results in the STC logger when the user adds/removes lines from an editor
  • ThreadSearch: Rework how styling in the STC logger works in order to support the added/remove lines feature
  • ThreadSearch: Remove path separators at the end of paths when manipulating them in the Directory select dialog
  • ThreadSearch: Print the search time in the STC logger
  • sdk: Fix memory leaks caused by incorrect usage of g_build_filename

Regressions/Confirmed/Annoying/Common bugs:



    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 07 June 2020 build (12166) is out.
    « Reply #1 on: June 07, 2020, 09:50:52 pm »
    Ubuntu packages are available in this PPA: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
    Unfortunately, I'm still not able to build packages for 20.04 on launchpad :(
    (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!]

    Offline LETARTARE

    • Lives here!
    • ****
    • Posts: 531
    • L'ami de l'homme.The friend of man.
      • LETARTARE
    Re: The 07 June 2020 build (12166) is out.
    « Reply #2 on: June 08, 2020, 10:23:23 am »
    Can we get the 'wx' patch to rebuild our own version?
    Have a nice day.
    CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
    1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
    2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
    => !! The messages are translated by Deepl

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    (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!]


    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 07 June 2020 build (12166) is out.
    « Reply #5 on: June 08, 2020, 09:07:40 pm »
    Hi

    OS X version of this rev can be downloaded from my Google Drive.
    There is a specific dmg file for each version of the os (10.13, 10.14 and 10.15).

    32 bits version for Windows can also be found in the same place.

    Debian Stretch and Buster (32 and 64 bits) can be installed from my repo.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 07 June 2020 build (12166) is out.
    « Reply #6 on: June 09, 2020, 10:26:42 am »
    I've updated the Ubuntu packages in the PPA once more and now there is a version for 20.04.

    Link https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
    Any testing would be welcome.
    (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!]

    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 07 June 2020 build (12166) is out.
    « Reply #7 on: June 09, 2020, 01:29:56 pm »
    Hi.

    I've updated the Ubuntu packages in the PPA once more and now there is a version for 20.04.

    Link https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
    Any testing would be welcome.
    I've made some basiscs tests in a fresh VirtualBox VM, and it worked fine (made a console C++ test and a wxWidgets one).

    Just one thing I've noticed (but I'm not sure it it a C::B's problem and not a wxWidgets's one).
    I wanted to remove some toolbars.
    To do so, I've dragged them to make them undocked (I placed them on the start page, and the closing cross button is on C::B's logo).
    When I clicked on the closing cross button on the top-right of the toolbars I've undocked, the toolbar is correctly closed, but it seems that the start page also receive the click event because each time a browser page is opened with the Code::Blocks web page.

    I've tested the same thing on Windows and on Mac, and it doesn't appens.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 07 June 2020 build (12166) is out.
    « Reply #8 on: June 09, 2020, 08:54:14 pm »
    gtk2 or gtk3, or both. I've seen this problem, too. It is quite annoying.
    (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!]