Author Topic: The 03 May 2007 build is out.  (Read 22330 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 03 May 2007 build is out.
« on: May 03, 2007, 05:49:54 pm »
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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx283.7z


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

The 03 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070503_rev3925_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070503_rev3925_Ubuntu6.xx.deb
   http://prdownload.berlios.de/codeblocks/CB_20070503_rev3925_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070503_rev3925_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • CodeSnippets 1.2.61 2007/05/2
    - Change modal editors to wxFRAME_FLOAT_ON_PARENT (works much better)
    - UnIconize and focus hidden|iconsized editors when user re-selects tree item
    - Corrections to FindAppPath() when pgm started without .exe .bat etc
  • KeyBinder 1.0.30 2007/05/2
    - Create backup keys .ini.bak only on successful user definition save
    - Set guards against merging when possible app shutdown
    - Add ConfigBusy guard to OnIdle() merging
    - Added EVT_MENUBAR_CREATE_BEGIN/END, but they're never called. Even if they were, they're not called during Tools menu changes.
    - Corrections for warning msg in wx2.8.3
    - Removed key assignment via text search when id search fails.(wxKeyBinder::UpdateSubMenu). Causes too much grief
  • envvars plugin: check on setup if envvar exists and warn user accordingly
  • CodeSnippets - remove experimental GTK keep-on-top call

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: May 03, 2007, 07:12:15 pm by killerbot »

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 03 May 2007 build is out.
« Reply #1 on: May 03, 2007, 07:28:21 pm »
Feisty Build here

If you can't install it, uninstall the package I made yesterday first (I'm new to packaging so be nice ;) ).

Kurapix
Code::Blocks package building script

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 03 May 2007 build is out.
« Reply #2 on: May 03, 2007, 07:39:23 pm »
My Ubuntu 7.04 (Feisty) build can be downloaded here.

I'm still getting the following error since the 3915 build:

Code
Manager initialized
Scanning for lexers in /usr/share/codeblocks/lexers/...
Found 27 lexers
Configured 0 tools
Scanning for plugins in /home/kirby/.codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in /usr/share/codeblocks/plugins...
ERROR: Plugin resource not found: libwxsmithlib.zip
Found 24 plugins
Loading: CodeSnippets Debugger ToDoList ScriptedWizard Compiler cbKeyBinder CodeStat HelpPlugin wxSmithContribItems CB_Koders Exporter SymTab AStylePlugin Profiler cbDragScroll CodeCompletion BYOGames lib_finder EnvVars ClassWizard Autosave wxSmith wxSmithMime FilesExtensionHandler RegExTestbed
Running startup script
Script/function 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'

I'll be gone fishing all next week, so there won't be any Ubuntu6.xx.deb uploads until I get back.  :)

Regards,
cstudent

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 03 May 2007 build is out.
« Reply #3 on: May 03, 2007, 07:43:19 pm »
i have the same error on my opensuse box

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 03 May 2007 build is out.
« Reply #4 on: May 03, 2007, 08:06:01 pm »
are there any plans for code completition?  :?

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 03 May 2007 build is out.
« Reply #5 on: May 03, 2007, 08:11:31 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.

I'm still getting the following error since the 3915 build:

Confirmed, with my package
« Last Edit: May 03, 2007, 08:23:31 pm by Xaviou »
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 03 May 2007 build is out.
« Reply #6 on: May 03, 2007, 09:45:39 pm »
Hello guys. I'm still getting the problem which came after changing to wx2.8.3 . I can't select/unselect the "Categorize by file types" and "Display folders as on disk" options  :(
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: The 03 May 2007 build is out.
« Reply #7 on: May 03, 2007, 10:47:30 pm »
Hello guys. I'm still getting the problem which came after changing to wx2.8.3 . I can't select/unselect the "Categorize by file types" and "Display folders as on disk" options  :(

I have never used those options; can you tell me where they are?

Found it.

"Project" -> "Project Tree"
Note, it works for me, but I am using 2.8.4/2.8 CVS Branch

Tim S
« Last Edit: May 03, 2007, 11:14:15 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Z_guy

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 03 May 2007 build is out.
« Reply #8 on: May 03, 2007, 10:51:26 pm »
This is a problem I've got since like the 1st May build:
When I create a new empty .cpp or .h file and choose "Add to project" it doesn't get added, I have to add it manually.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 03 May 2007 build is out.
« Reply #9 on: May 03, 2007, 10:52:56 pm »
This is a problem I've got since like the 1st May build:
When I create a new empty .cpp or .h file and choose "Add to project" it doesn't get added, I have to add it manually.

could you file a bugreport for this ?
What build before 1st May was still working okay for this thing ?

Offline Z_guy

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 03 May 2007 build is out.
« Reply #10 on: May 03, 2007, 10:59:48 pm »
This is a problem I've got since like the 1st May build:
When I create a new empty .cpp or .h file and choose "Add to project" it doesn't get added, I have to add it manually.

could you file a bugreport for this ?
What build before 1st May was still working okay for this thing ?

I think the 1st May build was the first that I had this problem with.

And sure, I could file a bugreport but that'll be tomorrow, I'm off to bed now, it's pretty late where I live.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 03 May 2007 build is out.
« Reply #11 on: May 04, 2007, 03:40:32 am »
This is a problem I've got since like the 1st May build:
When I create a new empty .cpp or .h file and choose "Add to project" it doesn't get added, I have to add it manually.

It works for me. Using Rev3925.
Be a part of the solution, not a part of the problem.

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 03 May 2007 build is out.
« Reply #12 on: May 04, 2007, 01:08:36 pm »
Hello guys. I'm still getting the problem which came after changing to wx2.8.3 . I can't select/unselect the "Categorize by file types" and "Display folders as on disk" options  :(

Hey... It seems I'm the only one having this problem  :? But I even tryied into another Windows as a first installation of Codeblocks... It's impossible to unselect those options... Any ideas?
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: The 03 May 2007 build is out.
« Reply #13 on: May 04, 2007, 01:27:27 pm »
Hello guys. I'm still getting the problem which came after changing to wx2.8.3 . I can't select/unselect the "Categorize by file types" and "Display folders as on disk" options  :(

Hey... It seems I'm the only one having this problem  :? But I even tryied into another Windows as a first installation of Codeblocks... It's impossible to unselect those options... Any ideas?
This options is works fine for me. I have no problems with select/unselect this options.
C::B svn rev 3929. wxWidgets 2.8.3 Unicode. mingw32-gcc.exe (GCC) 3.4.5 (mingw special). Windows XP SP2.
I don't use Night builds. I doing compile all myself.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2777
Re: The 03 May 2007 build is out.
« Reply #14 on: May 04, 2007, 02:07:28 pm »
Hello guys. I'm still getting the problem which came after changing to wx2.8.3 . I can't select/unselect the "Categorize by file types" and "Display folders as on disk" options  :(

Hey... It seems I'm the only one having this problem  :? But I even tryied into another Windows as a first installation of Codeblocks... It's impossible to unselect those options... Any ideas?

Problem confirmed with SVN 3929 and all plugins removed except debugger and compiler.