Author Topic: The 12 February 2011 build (6992) is out.  (Read 47830 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 12 February 2011 build (6992) is out.
« on: February 12, 2011, 05:31:34 pm »
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 for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc451-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc451-TDM.7z

The 12 February 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110212_rev6992_win32.7z
  - Linux :
   none

Resolved Fixed:

  • updated some copyright related stuff to 2011; changed backslash to slash in linux projectfile; added ReopenEditors-plugin in BUILD
  • updated encoding-detection to latest version from mozillas git-repo
  • Add ability to maximize editors with double-click on tab (see: http://forums.codeblocks.org/index.php/topic,13862.msg93310.html#msg93310 for details)
  • improvement for projectlayoutloader and editor zoom: zoom-factor and split-state are now saved per file; it's configurable, whether zooming works on all editors or just the active one (see: http://forums.codeblocks.org/index.php/topic,14027.msg94293.html#msg94293)
  • add option to disable tooltips on tabs and to configure the time until a tooltip is shown
  • add patch to keep unused space in notebooks as small as possible (do not hide tabs if not necessary)
  • fix an issue, that leads to a file-not-found message, if a workspace is opened and the user tries to open it a second time from recent projects list
  • add patch to be able to scroll through tabs with the mousewheel or move the tabs with mousewheel + modkey without changing selection (or vice versa, configurable in "Settings -> Environment -> Notebooks appearance")
  • don't show tooltips, if they are not explicitely set
  • fix an issue with pch's that where not created if flat objects are used (see http://forums.codeblocks.org/index.php/topic,14126.msg94910.html#msg94910 for details)
  • make scrolling through notebooktabs with mousewheel optional; make some functions and variables of cbAuiNotebook static, to be able to set/change values/behaviour for all cbAuiNotebooks at once
  • fix a possible hang/crash if a cbAuiNotebook is completely hidden by resizing; minimize free space in tab-control on all tab-controls of a notebook, if more than one exists due to drag and drop of a tab
  • doxyblocks plugin update : support for doxygen 1.7.3
  • applied patch #3108: Searching for menu entries with accelerators (thanks danselmi)
  • applied patch #3099: add new SDK event: cbEVT_PROJECT_NEW
  • fixed recent files were limited to 8 and not 16 files (introduced own CBFILE_ID enum for C::B), also fixes non-continues file ID's
  • CC: fixed bug that global variables are left expanded in the project file (thanks oBFusCATed)
  • fixed a crash when quickly hiding/showing the management pane and pressing a key
  • fix an error in cbAuiNotebook that leads to a crash if last tab in "Logs & others" is closed
  • added/integrated new contrib ToolsPlus plugin (Windows only for the moment)
  • added/integrated new contrib FileManager plugin (Windows only for the moment)
  • initial integration of new plugins (FileManager, ToolsPlus) into Linux build system
  • add gamin to the build-dependencies for debian; add debconf-scripts to let the user decide, whether plugins are loaded or not (see http://forums.codeblocks.org/index.php/topic,14175.msg95251.html#msg95251 for details)
  • add autoconf-check for necessary boost-header, if NassiShneidermann-plugin should be build
  • ToolsPlus plugin: Internalization support for UI strings, improved config panel layout and text descriptions
  • applied patch #3127: doxyblocks bug fix (thanks Cryogen)
  • applied patch #2956: Enable/disable tab position menu items appropriately
  • updated wxPropGrid from to 1.4.15 to fix a regression which caused text to be pasted twice in text editors under some platforms (at least wxMSW)
  • CC: fix an issue, that #defines are shown twice in the tooltip
  • allow focusing project manager and "logs and others" via menu (shortcut) to improve accessibility
  • cycle through project manager -> editor -> "logs and others" via CTRL+ALT+TAB
  • CC: Add preprocessor parsing support for ParserTest
  • CC: Fixed a bug in the expression solver (handling conditional preprocessor directive), thank ollydbg!
  • CC: fixed bug reported here: http://forums.codeblocks.org/index.php/topic,14198.0.html
  • New Feature: add "Goto line end" and "Insert new line below current line" for special commands
  • improved smart un-indent, see http://forums.codeblocks.org/index.php/topic,14087.msg94860.html#msg94860 for more details
  • ToolsPlus-plugin: set executable property update
  • CC: remove unnecessary parser checking
  • CC: a little code refactoring
  • CC: add UI part of one parser per whole workspace, It's too complex, So I need do it step by step

Regressions/Confirmed/Annoying/Common bugs:



    Offline cacb

    • Lives here!
    • ****
    • Posts: 536
    Re: The 12 February 2011 build (6992) is out.
    « Reply #1 on: February 12, 2011, 08:33:22 pm »
    Resolved Fixed:
    • CC: fixed bug that global variables are left expanded in the project file (thanks oBFusCATed)

    Great! I have been eagerly awaiting that fix. It has caused me some annoyance lately.

    Thanks for your work.... downloading now.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 12 February 2011 build (6992) is out.
    « Reply #2 on: February 12, 2011, 09:04:23 pm »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 12 February 2011 build (6992) is out.
    « Reply #3 on: February 12, 2011, 10:56:31 pm »
    Ubuntu 10.04+ Amd64 tar.gz archive (containing '.deb' installers builds with wx2810 from Ubuntu's official repository) can be found  here (direct link, rev 6990).

    The "Tools+" menu entry is not shown if i18n is on.

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

    Offline dmoore

    • Developer
    • Lives here!
    • *****
    • Posts: 1576
    Re: The 12 February 2011 build (6992) is out.
    « Reply #4 on: February 12, 2011, 11:37:29 pm »
    The "Tools+" menu entry is not shown if i18n is on.

    I just commited a fix to C::B trunk that included the accelerator in the FindMenu calls made by Tools+. Hopefully this will help. See here

    Offline Phenom

    • Multiple posting newcomer
    • *
    • Posts: 57
    Re: The 12 February 2011 build (6992) is out.
    « Reply #5 on: February 13, 2011, 07:36:34 pm »
    Filemanager and Tools+ are the most useful plugins ever! Thanks for your great work.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 12 February 2011 build (6992) is out.
    « Reply #6 on: February 13, 2011, 08:48:05 pm »
    The compiler plugin is way more useful  :lol:
    (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 oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 12 February 2011 build (6992) is out.
    « Reply #7 on: February 13, 2011, 08:55:03 pm »
    dmoore: Is there a reason you're not adding stuff to the Tools menu, having two menus named identically is not good.
    (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: 402
      • X@v's wxStuff
    Re: The 12 February 2011 build (6992) is out.
    « Reply #8 on: February 13, 2011, 09:25:12 pm »
    The "Tools+" menu entry is not shown if i18n is on.

    I just commited a fix to C::B trunk that included the accelerator in the FindMenu calls made by Tools+. Hopefully this will help. See here
    It works, Thanks

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

    Offline nanyu

    • Almost regular
    • **
    • Posts: 188
    • nanyu
    Re: The 12 February 2011 build (6992) is out.
    « Reply #9 on: February 14, 2011, 08:21:25 am »
    good job!

    "...cycle through project manager -> editor -> "logs and others" via CTRL+ALT+TAB..."
    but in win7, it is same as "Alt + Tab".. windows will hanld those key and show a swithcher panel.

    Offline daniloz

    • Regular
    • ***
    • Posts: 268
    Re: The 12 February 2011 build (6992) is out.
    « Reply #10 on: February 14, 2011, 08:56:26 am »
    "...cycle through project manager -> editor -> "logs and others" via CTRL+ALT+TAB..."
    but in win7, it is same as "Alt + Tab".. windows will hanld those key and show a swithcher panel.
    Same here in Vista, Ctrl+Alt+Tab shows the switcher panel... The difference from Alt+Tab is that when I release the Tab key, the panel stays and I can choose with the mouse the window I want to enable...

    Known hotkey in Vista/win7 ???

    Offline nanyu

    • Almost regular
    • **
    • Posts: 188
    • nanyu
    Re: The 12 February 2011 build (6992) is out.
    « Reply #11 on: February 14, 2011, 02:41:01 pm »
    a bug make c::b crash.

    1) open a workspace, and open some files.
    2) click a main menu item
    3) and move mouse over a menu item above, and let the mouse and also on a file TAB and above.
    3) wait the hint window show.
    4) wait a moment, or make mouse move away...

    will see the c::b crash.

    ==========
    win7 c::b svn 6992.

    ===========
    addition : before c::b crash, it's window turn white.


    « Last Edit: February 14, 2011, 02:44:42 pm by nanyu »

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 12 February 2011 build (6992) is out.
    « Reply #12 on: February 14, 2011, 04:24:24 pm »
    Known hotkey in Vista/win7 ???
    Mmmmmh. Good question. I didn't know this is an exis5ting hotkey in Vista+

    What aout adding Shift in addition on these platforms? Or is there any other "common" one?
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline daniloz

    • Regular
    • ***
    • Posts: 268
    Re: The 12 February 2011 build (6992) is out.
    « Reply #13 on: February 14, 2011, 04:45:51 pm »
    What aout adding Shift in addition on these platforms? Or is there any other "common" one?
    Shift-Alt-Tab is in use in Window, it's just Alt-Tab in reverse order....

    But I think you meant Ctrl-Shift-Alt-Tab... I'm almost running out of fingers here... :D

    stefanos_

    • Guest
    Re: The 12 February 2011 build (6992) is out.
    « Reply #14 on: February 14, 2011, 04:51:23 pm »
    guys, the latest revision 7009 has an issue with code completion while typing header file name. I created an empty project to print "hello world" and seems that the parser locates only the C header files and not the C++.

    System Specs:

    OS: Windows XP SP3 Professional
    Compiler: TDM's GCC 4.5.0
    svn revision: 7009

    When I will go home, I will test it on my Debian PC and I will let you know.