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 11 November 2008 build (5309) is out.

Started by killerbot, November 11, 2008, 06:47:39 PM

Previous topic - Next topic

killerbot

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_wx289.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 11 November 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20081111_rev5309_win32.7z
  - Linux :
   none

Resolved Fixed:


  • Help plugin: Fix: Search for "&Help", not "Help" (causes problems with translations)
  • many other menu additions/translation fixes

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


nanyu


Xaviou

Ubuntu 7.04 to 8.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

nanyu

#3
good job.

thank killerbot do a large job menu additions/translation fixes. yesterday.

1. "Open with HexEditor" menu item was the last one in the "File" item list, which seems very strange. :(
2. wxSmith
        Add wxPanel
        Add wxDialog
        Add wxFrame
      the translation didn't work for these three items. (and i can't found them in c::b src)
------------------------------------
btw :  attach is a mo file for Chinese (zh-CN).  work well with c::b svn5309

     1 make a sub dir : "Your CodeBlocks install dir\share\CodeBlocks\locale"
     2 unzip the .7zip file, copy "zh_CN" dir to "Your CodeBlocks install dir\share\CodeBlocks\locale"

     3 Settiongs->Environment -> View -> Check the Internationalization , select Chinese(Simplified)
     4 restart c::b

-----------
  I have build the Code::Blocks myself  from the codeblock's src. I got a codeblocks.exe  with a larger size (6.86 MB). and when i run it in the IDE, a msgbox popup with the message:
   Cannot find resources...
  Code::Blocks was configured to be installed in 'G:\codeblocks\src\devel/share/codeblocks'.
    Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR environment variable to point where Code::Blocks is installed,
   or try re-installing the application...

  can anyone help me? 

  I got it : add cmd line param:  --prefix=MY CodeBlocks path  
  wa~~~ it looks very cool: this is the first time that I run Code::Blocks from Code::Blocks.... :) :) :)

[attachment deleted by admin]

Jenna

I just uploaded the nightlies for debian to my server (see signature).

Since r5299 I changed the revision from "1.0svnxxxx" to "8.02svnxxxx", because some users ran into trouble. because the 8.02 release is part of Ubuntu 8.10 now.

pasgui

Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

gd_on

For those interested by an updated version of the .pot file adapted to this svn number, have a look at  http://forums.next.codeblocks.org/index.php/topic,1022.msg67334.html#msg67334. You'll find also a partial translation in French (.po and .mo files) in a second .7z file and an extracting tool in a previous post in the same thread.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).


critic

I sended message at topic "The 18 October 2008 build (5274) is out." about codecompletion feature.
Can these problems be fixed in the near future?
I use Code::Blocks with mingw 3.4.5.

Code::Blocks is great. It's simple, light, it can work without installation and, at the same time, I can build big projects using it.
Best regards, critic.

nanyu

#9
1. After I trans IDE interface throught a .mo file...
2. and Setting -> Enviour.. -> Helper ... (I have add two help file)
3. repeat do these : click menu : Setting ->Enviour, Click OK button to close dialog.

now the Help menu: (the menu items count will inc after I Open Setting Dialog every time)

(this BUG don't  occurrence in English language package)



[attachment deleted by admin]

nanyu

I restart Code::Blocks, now the Help menu is ok:


[attachment deleted by admin]

nanyu

#11
trans work :

In the pop menu in Editor :   Find occurrences of: '%s'    OR   Find occurrences of:  Find occurrences of: '  
can't been trans..   but  :

Find implementation of: '%s'
Find declaration of: '%s'

is OK.
---------------------------
different:

file: codecompletion.cpp , line 358:

msg.Printf(_("Find declaration of: '%s'"), NameUnderCursor.c_str());


but
file: ThreadSearch.cpp :, line: 539

wxString sText = wxT("Find occurrences of: '") + srchString + wxT("'");


as I known the plugin "ThreadSearch" does not support translations,include it's setting dialogs.

Etienne

Hello,

The compiler bug doesnt' exist anymore, I had a projet that fail every time at build time, now its just show the error as expected.

Thanks for all!!

Etienne de Foras


Kalith

I confirm : no longer random silent crash when compiling with errors.
Good job !