News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 14 May 2006 build is out (also an ANSI build!).

Started by killerbot, May 14, 2006, 05:56:43 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.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 14 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060514_rev2449_win32.7z
  - Windows(ANSI) : http://download.berlios.de/codeblocks/CB_20060414_rev2449_win32_ansi.7z (note filename is incorrect, it says april instead of may)
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060514_rev2449_ubuntu.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060514_rev2449_fc4+5.rpm

Resolved Fixed:


  • codestat : incorrect use of SetLabel, should be SetValue (thx Der Meister)

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)


xplorer87

thank you for you work mate, almost a build per day, really impressive :)
however, i wanted to ask you if it is possible (through some hidden options, or if it will be in any further version) to make codeblocks remember the last directory we opened and the last filetype we used to create a file. i mean the ones we see when we select file->new file or file->open. default values are codeblocks directory and "angelscript files" as filetype. is there any way to make this? if not, is it possibile to make this avaible in further versions?

thank you :)
on
through the mist and the madness...
we are trying to get the message to you... metal militia!

lfm

at first, thank you for nightly work.
problem: The width of line numbers colume is too large, not good - look.
suggestion: The width of line numbers column become an option(dynamic adjusting ) of the "Settings/Editor ".

riverbird

I have a  idea: if this programme can have a chinese version.that will be better.

riverbird

I like this IDE Very much.and this ide I think is best.beacause of I am a chinese,so if  this IDE can have a chinese very,that will be better.thank you.

lfm

Quote from: riverbird on May 15, 2006, 05:32:06 AM
I like this IDE Very much.and this ide I think is best.beacause of I am a chinese,so if  this IDE can have a chinese very,that will be better.thank you.
Sorry,because my english is very bad, so please allow me speak chinese:
riverbird,你好!
在这里有中文语言文件下载:http://developer.berlios.de/patch/?func=detailpatch&patch_id=820&group_id=5358
点"View Raw Patch"另存为codeblocks.pot,然后在poedit.sf.net下载poEdit转换成codeblocks.po文件(同时会自动保存codeblocks.mo文件),把codeblocks.mo文件放到你的C::B安装目录就行了。在此要特别感谢它的翻译者!
不过这个文件所收录的字符串条目还是不全,并且有些翻译的不是很准确。我使用了该语言文件后,在新建自定义工具时会导致C::B出错,不知为什么?

riverbird

I'm sorry,I take a mistake,It aught be "chinese version".

Trikko

1) It should be nice if open dialog on build options / directories remembers the last opened folder. It always starts from project directory...
2) Why don't you allow multiple selection on listbox on build dialog (linker / directories / etc...)?

acercpp


killerbot


Game_Ender

Quote from: lfm on May 15, 2006, 01:49:42 AM
problem: The width of line numbers colume is too large, not good - look.
suggestion: The width of line numbers column become an option(dynamic adjusting ) of the "Settings/Editor ".\

No need to post the issue multiple times.  It is quite a simple patch, I am sure someone here will find the time to make it (I am to busy: finals!).

sethjackson

Quote from: Game_Ender on May 15, 2006, 04:43:52 PM
Quote from: lfm on May 15, 2006, 01:49:42 AM
problem: The width of line numbers colume is too large, not good - look.
suggestion: The width of line numbers column become an option(dynamic adjusting ) of the "Settings/Editor ".\

No need to post the issue multiple times.  It is quite a simple patch, I am sure someone here will find the time to make it (I am to busy: finals!).

I will try to do it soon (maybe this week)..... Unless Game_Ender beats me.  :D

Defender

Maybe I'll give it a shot too..  :) But it may take significantly longer  :lol:

killerbot

Quote from: xplorer87 on May 15, 2006, 12:27:49 AM
thank you for you work mate, almost a build per day, really impressive :)
however, i wanted to ask you if it is possible (through some hidden options, or if it will be in any further version) to make codeblocks remember the last directory we opened and the last filetype we used to create a file. i mean the ones we see when we select file->new file or file->open. default values are codeblocks directory and "angelscript files" as filetype. is there any way to make this? if not, is it possibile to make this avaible in further versions?

thank you :)
I am working on this, have already some part of it working.
What do you people think : should it be the same "remembered" filter and directory for both file->new and file->open ? Or should each have it's own remembered values ?

TheNullinator

Quote from: killerbot on May 15, 2006, 09:56:26 PM
What do you people think : should it be the same "remembered" filter and directory for both file->new and file->open ? Or should each have it's own remembered values ?

I think the same remembered values.