User forums > Nightly builds

The 11 January 2006 build is out.

(1/3) > >>

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

The 11 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_11jan2006_rev1719_win32.7z
  - Linux : not supported yet


Resolved Fixed:


* KeyBinder v0.4.8 fixed disappearing accelerator when duplicate named; fixed potential crash when panel closes
* Fixed hang on exit in linux
* Removed some ugly macros from src/main.cpp
* updated autotools build system to changes from manager framework redesign r1706
* Revamped the CodeCompletion plugin, Stage 1. Reparsing after saving files is much faster now. Also, the code completion functionality is much faster due to the searchtree structure.
Known issues: The Class browser is NOT updated when using the cache. WARNING: Might cause crashes if you have the cache enabled. Please disable it
* Added Manager::Yield(). Use this whenever you need to call wxYield() and friends. It's safer. Updated all affected code
* Patched wxPropertyGrid (cyberkoa ported wxAdvImageProperty from the propgrid sample)
* Added support for watching unicode wxString while debugging
* Fixed non-working color buttons in "Settings->Environment->Appearence->Docking system"
* Added new event (EVT_SWITCH_VIEW_LAYOUT) to request the app to switch view layout
* The debugger now has options to automatically switch layouts on debugging session start/end. Configured in "Settings->Debugger"
* Removed $Id and $Date SVN keywords from sdk/manager.h which caused a full rebuild after every commit
* Debugger tooltip evaluation now supports wxString too
* Keybinder v0.4.10 separated out and demangled the GTK menuitem update Code and SetInvalid flag for RemoveEventHandler;
Surrounded menuitem rebuild code with __WXMSW__
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)

jmccay:
I actually compiled it myself.  It is awesome!  One behind moving the watches window out of question, what was the reasoning behind removing the watches window out of the management window?  (Note: I am not complaining.  I'm just curious)  I do think it is definately cool.

jmccay

artoj:
Two new ones (both minor):

1. Launch Code::Blocks and go to the Editor settings (Settings -> Editor). Select Default code tab.
2. Select C/C++ source file and add some text to it. Close settings by pressing OK.
3. Open random project.
4. Create new c/c++ source file (File -> New, file.cpp).
5. Add this file to the project.
6. The tab shows that the file is not modified but it is (try closing it).

1. Launch Code::Blocks and open project with some files.
2. Open two random files from the project.
3. Now try to open these files again in the project view. When clicking those files the tab right activates, but the application title bar shows only one file name and opened files list selection remains the same.

artoj:

--- Quote from: artoj on January 12, 2006, 08:12:48 am ---1. Launch Code::Blocks and go to the Editor settings (Settings -> Editor). Select Default code tab.
2. Select C/C++ source file and add some text to it. Close settings by pressing OK.
3. Open random project.
4. Create new c/c++ source file (File -> New, file.cpp).
5. Add this file to the project.
6. The tab shows that the file is not modified but it is (try closing it).

--- End quote ---

#1403630 Tab shows file is not modified when using default code

Another way to reproduce probably the same problem:

1. Open random project.
2. Create new file (File -> New). Create the file to the
same directory as the project.
3. Answer No when asked to add the new file to the project.
4. Edit the file in the editor so the tab shows the modification marker.
5. Add the file to the project (Project -> Add files).
6. Click the file's name in the project manager.

Tab now shows that the file is unmodified.


--- Quote ---1. Launch Code::Blocks and open project with some files.
2. Open two random files from the project.
3. Now try to open these files again in the project view. When clicking those files the tab right activates, but the application title bar shows only one file name and opened files list selection remains the same.

--- End quote ---

#1403642 App title bar / Open files list show wrong selected file

artoj:

--- Quote ---1. Launch Code::Blocks, go to the Editor settings (Settings -> Editor) and select Default code tab.
2. If you already have text in C++ source and/or C++ header remove all text from both of them, save settings by pressing OK, open the Editor settings again and select Default code tab.
3. Make sure you have C++ source selected. Type some text to the textbox.
4. Select C++ header from the listbox.
5. Select C++ source from the listbox and the text you typed is gone.

--- End quote ---

#1403994 Default C++ source code setting doesn't work properly

Sorry for the bug spam. :)

Navigation

[0] Message Index

[#] Next page

Go to full version