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 18 February 2008 build (4893) is out.

Started by killerbot, February 18, 2008, 09:46:11 PM

Previous topic - Next topic

Loaden

I has a same problem in here:
http://forums.next.codeblocks.org/index.php/topic,6702.0.html

and C::B version is:
svn build rev 4893 (2008-02-18 20:06:04) gcc 4.2.1 Windows/unicode

Wahooney

Could someone tell me why I'm getting "..."s in the margin of my editor? It's to the right of the line number, where breakpoints are shown.

See image below.

Thanks, guys.



[attachment deleted by admin]
Fabricati Diem, Celerata!

MortenMacFly

Quote from: Wahooney on February 24, 2008, 02:04:08 PM
Could someone tell me why I'm getting "..."s in the margin of my editor? It's to the right of the line number, where breakpoints are shown.
I believe this is due to the BrowseTracker plugin. Disable it and the dots are gone. (Alternatively you can use it of course.. .;-)).
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]

Biplab

Quote from: Jeisson on February 24, 2008, 05:47:06 AM
I think it would help to save time whether the class wizard had an option for automatically generating the Copy Constructor and the Assignment Operator for the new class. Normally I make them private for prevention (only in the header file).

Please file a Feature Request at the following link so that this doesn't get lost. :)

Quotehttps://developer.berlios.de/feature/?group_id=5358
Be a part of the solution, not a part of the problem.

MortenMacFly

Quote from: Biplab on February 24, 2008, 03:58:30 PM
Please file a Feature Request at the following link so that this doesn't get lost. :)
You don't need it. It's implemented on my machine already. However - commit will have to wait a bit...
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]

Seronis

Quote from: MortenMacFly on February 24, 2008, 04:21:41 PM
Quote from: Biplab on February 24, 2008, 03:58:30 PM
Please file a Feature Request at the following link so that this doesn't get lost. :)
You don't need it. It's implemented on my machine already. However - commit will have to wait a bit...

Thank you =-)

Jeisson

Quote from: MortenMacFly on February 24, 2008, 04:21:41 PM
Quote from: Biplab on February 24, 2008, 03:58:30 PM
Please file a Feature Request at the following link so that this doesn't get lost. :)
You don't need it. It's implemented on my machine already. However - commit will have to wait a bit...
Thanks, Biplab and Morten. I love CB is getting better day after day :D
I believe I have other ideas to contribute in the Berlios page :wink:

Best regards

bttr

Bug: $file_ext resolves to file extension + " sign. :(

thomas

Quote from: bttr on February 26, 2008, 10:42:16 PMBug: $file_ext resolves to file extension + " sign. :(
It doesn't do that here. What exactly are you doing, and what revision do you use?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

bttr

I'm using exactly that "18 February 2008 build (4893)". I'm trying to integrate DJGPP's GCC. So I copied "GNU GCC Compiler" to "GNU GCC Compiler for DJGPP", noticed a too long command line for a DOS executable (gcc.exe) and changed $compiler ... -c $file ... to $compiler ... -c $file_name.$file_ext ... in advanced settings. Command line executed is gcc ... -c test.c" ....

Putting just $file_ext there also gives c".

thomas

Sorry, I still can't reproduce. My revision is 4887, but there have been no changes between these two revisions, other than include fixes and deleting old files. I couldn't imagine where that quote should come from either, as they are only added in pairs (and only when needed - test.cpp does not need).
This may be a stupid question, but I'm trying to rule out... your filename doesn't happen to contain a quote character? :)

To make sure I understood right what you are doing, this is what I did to reproduce:
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

bttr

I already double checked the file name. It doesn't contain quotes. Did you ever try that? 8) Windows 2000 doesn't allow this.

I'm using exactly the same command line macro like you. Now I tried previous build 4872, but get the same problem.

Maybe it's related to my Windows 2000 Pro (SP4 + latest updates)?

Jenna

Quote from: bttr on February 27, 2008, 11:39:19 AM
I already double checked the file name. It doesn't contain quotes. Did you ever try that? 8) Windows 2000 doesn't allow this.

I'm using exactly the same command line macro like you. Now I tried previous build 4872, but get the same problem.

Maybe it's related to my Windows 2000 Pro (SP4 + latest updates)?
I just tested it on my W2K-Box with SP4 and latest updates.
It works fine, but I have to put $file_dir\ in front of $file_name to make it compile, because the sourcefile I used does not belong to any project.

red eagle

Problem with rev4893 when using gdb and displaying a Disassembly of my code.


In rev4893 the disassembly window appears, but the eip position cursor is not shown, and the code starts at the beginning of the function, not at the set breakpoint / eip position.

I am using Windows XP SP2, gcc3.45, gdb 6.3.  There are no spaces or quote in the filename/path.

I have reverted back to rev4875 and all is ok. I've not seen this problem in earlier versions.


RED

bttr

Quote from: jens on February 27, 2008, 11:56:44 AM
I just tested it on my W2K-Box with SP4 and latest updates.
It works fine, but I have to put $file_dir\ in front of $file_name to make it compile, because the sourcefile I used does not belong to any project.

I wiped all codeblocks settings from my HDD and tried again. Same problem. With $file_dir\ I get the following strange shot.

[attachment deleted by admin]