News:

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

Main Menu

The 11 June 2006 build is out.

Started by killerbot, June 11, 2006, 06:32:47 PM

Previous topic - Next topic

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_wx2.6.3p2.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 (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 11 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060611_rev2544_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060611_rev2544_Ubuntu6.06.deb
         http://download.berlios.de/codeblocks/CB_20060611_rev2544_fc4+5.rpm


Resolved Fixed:


  • Added split-view in editors. Right-click inside an editor and click "Split view" to split/unsplit it

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


squizzz

Quote from: killerbot on June 11, 2006, 06:32:47 PM

  • Added split-view in editors. Right-click inside an editor and click "Split view" to split/unsplit it

Awesome feature. 8)
this space is for rent

PsYhLo

Quote from: killerbot on June 11, 2006, 06:32:47 PM

  • Added split-view in editors. Right-click inside an editor and click "Split view" to split/unsplit it

super cool feature
very helpful
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

David Perfors

A cool feature indeed 8)

btw. I can't save a single file anymore by clicking the button/menu item/CTRL + S it only saves files when I compile and click on Save all...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Victrix

#4
Hi all,

I hope i'm not making a mistake writing this here, but i post here because i was working with this builds when i got the problem, im new using C::B and i was looking for the problem in all forum and don't find nothing about this.

Well, i had a problem with "Dev-C++ DevPak updater/installer" (*s1) plugin, when i use the plugin, i dont get nothing for server "Dev-C++ primary devpak server" (*s2), and no problems with server "devpaks.org Community Devpaks", well, was a fileformat problem, the file for server *s1 (devpak_bddfa153.conf) and *s2 (devpak_2f4d4c09.conf) had different formats, with the tool dos2unix (from MinGW) the probem was solved using next sintax:

    unix2dos -n -c ISO devpak_bddfa153.conf x.conf

   and then replacing devpak_bddfa153.conf with x.conf all works nice again  :).

Note: this problem is not in C::B 1.0rc2, Oct 25, 2005

My sand granite  :D, i hope i can help more, sorry for my bad english :P.

Files included (remove .txt):
devpak_2f4d4c09.conf.txt : "devpaks.org Community Devpaks" file working
devpak_bddfa153.conf.txt : "Dev-C++ primary devpak server" file with trouble.
devpak_bddfa153.working.conf.txt  : "Dev-C++ primary devpak server" file repaired.

You are doing a GREAT WORK guys, congratulations and thanks for your efforts.

Vic.

[attachment deleted by admin]

sethjackson

Quote from: mispunt on June 11, 2006, 09:17:15 PM
A cool feature indeed 8)

btw. I can't save a single file anymore by clicking the button/menu item/CTRL + S it only saves files when I compile and click on Save all...

Yep cool feature. 8) I can confirm that bug too. :P

Szabadember

Can't display different source files in the two splited windows, is this the normal behaviour of this new feature?  :shock:

Michael

Quote from: killerbot on June 11, 2006, 06:32:47 PM

  • Added split-view in editors. Right-click inside an editor and click "Split view" to split/unsplit it

Hello,

As it was told many times already :), really cool feature :D.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

TDragon

Quote from: mispunt on June 11, 2006, 09:17:15 PM
btw. I can't save a single file anymore by clicking the button/menu item/CTRL + S it only saves files when I compile and click on Save all...
Confirmed here.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

sethjackson

The following function looks suspicious (I don't know though so I'm probably wrong).......

Code (cpp) Select

bool cbEditor::GetModified() const
{
    return m_Modified || m_pControl->GetModify();
}


Which should probably be:

Code (cpp) Select

bool cbEditor::GetModified() const
{
    eturn m_Modified || GetControl()->GetModify();
}


Note the GetControl() call. :)

Ceniza

#10
Just tried and it seems it's not the one causing it, but it looks suspicious :)

[edit]
I found the problem... a really subtle one BTW :)

Committing...
[/edit]

jomabrueloe

Hi,

I think that I've found a bug  :shock:, but it might also be a feature: in my system (Windows XP) none of the keys on the grey number block do work, except for the standard arrows (up, down, left, right).

With RC2, which I keep as reference, all keys work fine.

Best regards

Jo

kkez

Quote from: jomabrueloe on June 12, 2006, 10:28:06 AMI think that I've found a bug  :shock:, but it might also be a feature: in my system (Windows XP) none of the keys on the grey number block do work, except for the standard arrows (up, down, left, right).

With RC2, which I keep as reference, all keys work fine.
I assume the "grey number block" is the numpad... and for me it works fine. Make sure you don't have the Num Lock keyboard option enabled.

reptils

Hi, i'm using the rev2544 and i have some problems with save option. in the menu "File" and in the toolbar, save is disactivated. Have you seen this?
WinSplit Revolution [url="http://reptils.free.fr"]http://reptils.free.fr[/url]

Bluespear

Quote from: killerbot on June 11, 2006, 06:32:47 PM

  • Added split-view in editors. Right-click inside an editor and click "Split view" to split/unsplit it
Perfect feature  8)