User forums > Nightly builds

The 27 July 2007 build (4331) is out.

(1/3) > >>

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:
Slackware build updated to revision 4331
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

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?

--- End quote ---

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.

Navigation

[0] Message Index

[#] Next page

Go to full version