Author Topic: The 27 July 2007 build (4331) is out.  (Read 12819 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 27 July 2007 build (4331) is out.
« on: July 27, 2007, 09:27:27 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_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)


Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 27 July 2007 build (4331) is out.
« Reply #1 on: July 27, 2007, 10:27:22 pm »
Slackware build updated to revision 4331
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

mariocup

  • Guest
Re: The 27 July 2007 build (4331) is out.
« Reply #2 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.

[attachment deleted by admin]

mariocup

  • Guest
Re: The 27 July 2007 build (4331) is out.
« Reply #3 on: July 28, 2007, 02:13:30 am »
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]

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 27 July 2007 build (4331) is out.
« Reply #4 on: July 28, 2007, 08:25:29 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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 27 July 2007 build (4331) is out.
« Reply #5 on: July 28, 2007, 09:21:13 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:

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 27 July 2007 build (4331) is out.
« Reply #6 on: July 28, 2007, 10:04:49 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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 27 July 2007 build (4331) is out.
« Reply #7 on: July 28, 2007, 10:26:10 am »
messages log works for me

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 27 July 2007 build (4331) is out.
« Reply #8 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
« Last Edit: July 28, 2007, 02:11:51 pm by pasgui »

Offline DC@DR

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 27 July 2007 build (4331) is out.
« Reply #9 on: July 28, 2007, 08:29:21 pm »
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 :-)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 27 July 2007 build (4331) is out.
« Reply #10 on: July 28, 2007, 10:28:43 pm »
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