News:

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

Main Menu

The 27 July 2007 build (4331) is out.

Started by killerbot, July 27, 2007, 09:27:27 PM

Previous topic - Next topic

killerbot

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_wx284.7z

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

The 27 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070727_rev4331_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070727_rev4331_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070727_rev4331_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070727_rev4331_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070727_rev4331_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Stopped Update.bat from copying Makefile.am to few directories
  • Compiler plugin: if getting the timestamp for a file fails check its existence to decide if it should be built or just ignored
  • Removed: event.skip() from OnNavigationKey (as suggested by Eranif)
  • CodeSnippets 1.2.90 2007/07/26 : Don't save snippets xml when no changes made in order to avoid file time change and annoying reload msg in secondary CB
  • Starting the debugger should work correctly again in all cases
  • Per-target extra debugger commands are now sent after connection to remote target (if any)
  • Fixed code-completion not launching for empty search strings (bug #11630)
  • Fixed code-completion handling of preprocessor directives in class definitions (bug #11626)
  • Fixed: Clicking "Properties" option from Notebook menu doesn't show proper file properties if it's part of a project

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


SR


mariocup

Hi,

I have compiled the latest SVN 4331 and it seems that something with the tab switching is broken.
If the project tab is selected in the Management window and you press Ctrl-Tab you can not switch to other tabs like Symbols.
The strange thing is that if the symbols tab is selected and you press Ctrl-Tab then the tab is project will be selected.

Since these changes in CB the browsetracker plugin does not work any more. :(

BTW: If the setting "display info when hovering mouse over a token" and the info is displayed and you switch to a different application very quickly (see attachment) then the info remains.

[attachment deleted by admin]

mariocup

In all nightly I have observed the following inconsistency in getting the build target.

To reproduce the behaviour follow these steps:
- Unpack the attached file
- Close all project in the workspace and restart CB
- The workspace should be empty
- Open the project HelloSerial
- Output the target output directory (cmd /c ${TARGET_OUTPUT_FILE}) (this should be correct)
- Open the second project HelloSerInt
- Output the target output directory (cmd /c ${TARGET_OUTPUT_FILE}) (this is empty)

I observed this inconsistency also when switching between different targets in projects. Are you able to reproduce the problem?

[attachment deleted by admin]

Biplab

Quote from: mariocup on July 28, 2007, 02:13:30 AM
I observed this inconsistency also when switching between different targets in projects. Are you able to reproduce the problem?

I can confirm this.

The problem occurs due to the fact that the Macros get updated only by Compiler Plugin. So unless you compile your project, the macros will not be updated.
Be a part of the solution, not a part of the problem.

killerbot

Quote from: mariocup on July 28, 2007, 02:01:26 AM
Hi,

I have compiled the latest SVN 4331 and it seems that something with the tab switching is broken.
If the project tab is selected in the Management window and you press Ctrl-Tab you can not switch to other tabs like Symbols.
The strange thing is that if the symbols tab is selected and you press Ctrl-Tab then the tab is project will be selected.

Since these changes in CB the browsetracker plugin does not work any more. :(

BTW: If the setting "display info when hovering mouse over a token" and the info is displayed and you switch to a different application very quickly (see attachment) then the info remains.

sam applies for ctrl-shit-tab : it only works when you start from symbols tab  :shock:

Biplab

Quote from: killerbot on July 28, 2007, 09:21:13 AM
sam applies for ctrl-shit-tab : it only works when you start from symbols tab  :shock:

Try that in Message logs. Unless you click on individual tabs, they will not be available with Ctrl-Tab. :(
Be a part of the solution, not a part of the problem.

killerbot


pasgui

#8
Build for Ubuntu 7.04 i386 can be found here for download

I've tried also to build a depot for ubuntu: see instructions

Best regards,

pasgui

DC@DR

Quote from: pasgui on July 28, 2007, 10:28:06 AM
Build for Ubuntu 7.04 i386 can be found here for download

I've tried also to build a depot for ubuntu: see instructions

Best regards,

pasgui
Thanks a lot, pasgui :-)

Pecan

Quote from: mariocup on July 28, 2007, 02:01:26 AM
Hi,

I have compiled the latest SVN 4331 and it seems that something with the tab switching is broken.
If the project tab is selected in the Management window and you press Ctrl-Tab you can not switch to other tabs like Symbols.
The strange thing is that if the symbols tab is selected and you press Ctrl-Tab then the tab is project will be selected.

Since these changes in CB the browsetracker plugin does not work any more. :(

BTW: If the setting "display info when hovering mouse over a token" and the info is displayed and you switch to a different application very quickly (see attachment) then the info remains.

BrowseTracker re-compiled for SVN 4332.

Fixes for CB installation of wxFlatNotebook 2.2

http://wiki.codeblocks.org/index.php?title=BrowseTracker_plugin