User forums > Nightly builds

The 05 march 2006 build is out.

(1/4) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 05 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060305_rev2141_win32.7z
  - Linux : not supported yet


Resolved Fixed:


* Added EditorHooks for modules to hook on editor events. Currently only
wxEVT_SCI_CHARADDED is forwarded to hooks
* Moved everything code-completion related from cbEditor to
code-completion plugin (thanks to hooks)
* Added code-completion option to auto-launch code-complete popup when
typing characters and the word contains more than a user-defined number
of characters (default 4)
* Removed SDK events cbEVT_EDITOR_AUTOCOMPLETE, cbEVT_EDITOR_CALLTIP and
cbEVT_EDITOR_USERLIST_SELECTION
* Added new SDK event cbEVT_APP_UPDATE_TITLE to notify the main app to
update its title etc. Currently not handled...
* Changed Manager::Get() function to omit default value. No functional change
* Autotools build system updates
* Removed -DAS_MAX_PORTABILITY from CodeBlocks-unix.cbp (added
accidentally)
* More autotools build system updates
* Prevent crash if compiler errors (or any other log messages) contained '%' (thanks to Boaz for pointing out)
Regressions/Confirmed/Annoying/Common bugs:


* DDE bug : clicking in windows explorer on a CB registered file throws an error message box
* toolbar-images-not-changing-state (is a wx problem)
* there are several issues with Code Completion (is being redesigned : work in progress)

killerbot:
probably there will be NO build tomorrow night, since I am once again out of the country (France this time) and I have no idea if I will be able to access the net.
So either tomorrow, but for sure on tuesday ...

skirby:
Hello,

I have found some bugs with the Find and Replace dialog box.
Here is the way to reproduce them:

1./ Hang up with Find dialog box

- Open any files and press Ctrl + F to open the dialog box
- Check the option "Whole word", put the "direction" to "Down" and let the field "Text to search for" empty

Press Find and C::B hang up

For information, there is the same problem with Replace dialog box.

2./ Hang up with Replace dialog box (another one)

- Open any files and press Ctrl + R to open the dialog box
- uncheck all options, put the "direction" to "Down", origin to "From cursor" and let the fields "Text to search for" and replace with empty

Press replace. C::B suggest to replace one occurence to the end of file.
Now, press Yes. C::B ask you again if you want to replace this occurence. There is no end

If you press All, C::B hang up.


Thanks and have a nice day.

Zingam:

--- Quote ---Prevent crash if compiler errors (or any other log messages) contained '%' (thanks to Boaz for pointing out)
--- End quote ---

It still crashes: Here is the output form DMD.exe


--- Code: ---E:\Home\My Documents\CodeBlocks Projects\D>c:\dmd\bin\dmd.exe main.d stud
ent.d -v -g -debug -unittest -od.objs -ofd.exe
parse     main
main.d(22): identifier or integer expected, not )
main.d(23): found '{' when expecting ')'
main.d(26): found '"\x0aName is: %s\x0aAge is:  %d"' when expecting ')'
main.d(26): no identifier for declarator writefln
main.d(26): semicolon expected, not '.'
main.d(26): no identifier for declarator .Name
main.d(26): semicolon expected, not '.'
main.d(26): no identifier for declarator .Age
main.d(26): semicolon expected, not ')'
main.d(26): Declaration expected, not ')'
main.d(28): found '"\x0a\x0aNow press a key to continue!"' when expecting ')'
main.d(28): no identifier for declarator printf
main.d(28): semicolon expected, not ')'
main.d(28): Declaration expected, not ')'
main.d(29): no identifier for declarator getch
main.d(30): unrecognized declaration
--- End code ---

and here is the code that I try to compile within Code::Blocks



--- Code: ---import std.stdio;

void main()
{
    char[] ch = "now";

        writefln("\ncrash %s   %d", ch, 333 );
    }
    writefln("\ncrash %s   %d", ch, 333 );
}

--- End code ---

sethjackson:

--- Quote from: Zingam on March 06, 2006, 12:12:40 am ---
--- Quote ---Prevent crash if compiler errors (or any other log messages) contained '%' (thanks to Boaz for pointing out)
--- End quote ---

It still crashes: Here is the output form DMD.exe

--- End quote ---

That fix was for GCC IIRC.

http://forums.codeblocks.org/index.php?topic=2548.0

BTW you are 100% sure your D code is correct?

Navigation

[0] Message Index

[#] Next page

Go to full version