Author Topic: Unexistant file in project manager  (Read 5284 times)

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Unexistant file in project manager
« on: July 18, 2006, 06:57:19 pm »
Hi,
browsing C::B source code I found 3 bugs...
BUG 1
I noticed that the file
src\plugins\scriptedwizard\wxsmith\IntroPanel.wxs
does not exist, instead exists
src\plugins\scriptedwizard\wxsmith\InfoPanel.wxs
which is not listed.

BUG 2
The strange thing is that the error is (trying to open it):
"Could not open file '[...]'. The registered handler (Files extension handler) could not open it."
It could do a check and if the file does not exist, say that it does not exist because now it seems there are troubles opening that file format, while it is not so.
That message let think there is an error in the "Files extension handler", while it is just not present!

BUG 3
If you click away when the error dialog is shown, it goes in background and you cannot show it clicking on his icon in the task bar (Windows 2000).
That dialog (I think) should be modal: no click away possible and no icon in task bar.

Version 1.0 revision 2758 () gcc 3.4.5 Windows/unicode
« Last Edit: July 18, 2006, 07:02:50 pm by iw2nhl »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Unexistant file in project manager
« Reply #1 on: July 19, 2006, 04:37:51 pm »
All fixed in SVN, revision 2772.
Thanks.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: Unexistant file in project manager
« Reply #2 on: July 19, 2006, 11:47:06 pm »
Perfect!
Thank you for the fix!