News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Project wizards

Started by sethjackson, July 18, 2006, 12:20:50 AM

Previous topic - Next topic

sethjackson

Hi I think I may have found a bug.

1. File -> New -> Project - > wxWidgets application
2. Next
3. Fill in a project name
4. Next
5. Take the default value
6. Next
7. C::B asks you define the global variable
8. Select a valid location
9. Bug

This only happens if you have not already defined the global variable.

MortenMacFly

Quote from: sethjackson on July 18, 2006, 12:20:50 AM
8. Select a valid location
Hmmm... I cannot reproduce - it works just fine for me. What do you mean by "Select a valid location"? Is this the wizard's message?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

tiwag

i got a script-error when i used the project wizard to generate a C::B-plugin project.

MortenMacFly

Quote from: tiwag on July 18, 2006, 11:41:05 AM
i got a script-error when i used the project wizard to generate a C::B-plugin project.
Ok... which one?! :roll: :D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

tiwag

Quote from: MortenMacFly on July 18, 2006, 02:13:21 PM
Quote from: tiwag on July 18, 2006, 11:41:05 AM
i got a script-error when i used the project wizard to generate a C::B-plugin project.
Ok... which one?! :roll: :D

this one :D

sethjackson

Quote from: sethjackson on July 18, 2006, 12:20:50 AM
This only happens if you have not already defined the global variable.

;)

tiwag

Quote from: sethjackson on July 18, 2006, 02:31:35 PM
This only happens if you have not already defined the global variable.
which global variable ??? does it have a specific name ??? tell it me !!!

sethjackson

Quote from: tiwag on July 18, 2006, 02:36:45 PM
Quote from: sethjackson on July 18, 2006, 02:31:35 PM
This only happens if you have not already defined the global variable.
which global variable ??? does it have a specific name ??? tell it me !!!

Any. It doesn't matter. What happens is that when the wizard asks you for a GV, and you have not already defined it it asks you for the GV. Ok no big deal that is correct behavior. Then when you hit next (after closing the GV dialog), you get the bug. Code::Blocks tells you it is not a valid location (even though you gave it a valid location). :P

Maybe I could make some screenshots....

MortenMacFly

Quote from: tiwag on July 18, 2006, 02:21:21 PM
this one :D
...then you know, what to do. Of course the affected line should read:
DebugSymbolsOn instead of DebugingSymbolsOn
I'll commit this later.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Quote from: sethjackson on July 18, 2006, 02:41:06 PM
Maybe I could make some screenshots....
You don't need to, I could reproduce. The fix can be done inside the wizard, I'm trying... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

tiwag

Quote from: sethjackson on July 18, 2006, 02:41:06 PM
Quote from: tiwag on July 18, 2006, 02:36:45 PM
Quote from: sethjackson on July 18, 2006, 02:31:35 PM
This only happens if you have not already defined the global variable.
which global variable ??? does it have a specific name ??? tell it me !!!

Any. ...

seems that my error wasn't related to your GV theory :D

sethjackson

Quote from: tiwag on July 18, 2006, 02:44:56 PM
Quote from: sethjackson on July 18, 2006, 02:41:06 PM
Quote from: tiwag on July 18, 2006, 02:36:45 PM
Quote from: sethjackson on July 18, 2006, 02:31:35 PM
This only happens if you have not already defined the global variable.
which global variable ??? does it have a specific name ??? tell it me !!!

Any. ...

seems that my error wasn't related to your GV theory :D

No it wasn't....

MortenMacFly

Ok, there are a couple of things not very nice on second thoughts. Unfortunately nearly all wizards are affected. I'm in the process of correcting this - so please give me some time. mandrav: If you read this I hope you are not working on this, too... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

sethjackson

Quote from: MortenMacFly on July 18, 2006, 03:05:43 PM
Ok, there are a couple of things not very nice on second thoughts. Unfortunately nearly all wizards are affected. I'm in the process of correcting this - so please give me some time. mandrav: If you read this I hope you are not working on this, too... ;-)

You are the wizard man aren't you.  8) Thanks for looking at it. :)

Pecan

#14
Quote from: sethjackson on July 18, 2006, 03:32:22 PM
You are the wizard man aren't you.  8) Thanks for looking at it. :)

Ah,  The Wizard of OS?  :)

Pay no attention to that man behind the curtain!