News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 19 January 2007 build is out.

Started by killerbot, January 19, 2007, 08:28:14 PM

Previous topic - Next topic

Acki

Hi,
when I click on an error message in the "Build messages" tab it doesn't jump to the error line in the editor now !?!?!
Anyone else has this problem, too ???

Pecan

Quote from: Acki on January 20, 2007, 09:09:48 PM
Hi,
when I click on an error message in the "Build messages" tab it doesn't jump to the error line in the editor now !?!?!
Anyone else has this problem, too ???


This takes a double left click now.

indigo0086

I was wondering is there a way to set the default directories for build/release and stuff.  Also I was wondering when I import a solution or project from visual studio if it can automatically port those default directories.  I've noticed that some solutions and visual studio projects have their own directories that C::B doesn't create.

Acki

Quote from: Pecan on January 20, 2007, 09:31:02 PM
This takes a double left click now.

That's what I mean...  :roll:
It doesn't work !!!

Kazade

I dunno if it is just this revision, or because this is the first time i've used C::B solidly for hours but copy and paste doesnt work properly. I can copy and paste something, and it doesnt always copy, so the paste sometimes pastes the copy before the copy... if that makes any sense. Its the same with Cut. I'm using the Ubuntu version, is anyone else having this trouble? For a while I thought I was just going mad and not pressing the copy keys, but because the same thing happens with Cut I know its not my imagination. I searched the forums and came across this: http://forums.next.codeblocks.org/index.php?topic=2929.0 from April. Its exactly the same problem im having.

Pecan

Quote from: Acki on January 21, 2007, 01:31:01 AM
Quote from: Pecan on January 20, 2007, 09:31:02 PM
This takes a double left click now.

That's what I mean...  :roll:
It doesn't work !!!

I just double clicked on the error below, and the cursor jump to the erroneous line.


Belgabor

Quote from: cbexaminr on January 20, 2007, 12:03:26 PM
thought regarding spaces - could the problem have always been there, but the switch to full paths that include them has caused it to be revealed...

I also thought about this possibility, and for my project that could well be the case.

Acki

Quote from: Pecan on January 21, 2007, 01:43:48 AMI just double clicked on the error below, and the cursor jump to the erroneous line.

I tried everything, it doesn't work for me !!!
I also reinstalled my complete system (W2k-sp4) !!!

killerbot

can you try with an older nightly build, eg from last december ? this is very weird ...

mandrav

Quote from: Acki on January 21, 2007, 08:12:13 PM
Quote from: Pecan on January 21, 2007, 01:43:48 AMI just double clicked on the error below, and the cursor jump to the erroneous line.

I tried everything, it doesn't work for me !!!
I also reinstalled my complete system (W2k-sp4) !!!


Acki,

first things first: try NOT ending all your sentences with exclamation marks !!!

Second, give us some info please and stop generalizing. Saying "it doesn't work" isn't giving us enough (if any!) clues on what might be wrong so that we can help you. For example, give us the directory structure of your project: how it is laid out and what filename is on the build-messages line you 're double-clicking and isn't taking you where it should...

In other words: help us help you :).
Be patient!
This bug will be fixed soon...

jsibarani

Hi,
I've uploaded codeblocks revision 3507 for Slackware 11 .

you can download codeblocks and wxWidgets-2.6.3  .tgz
here.


Thanks

Belgabor

Quote from: Belgabor on January 21, 2007, 06:51:35 PM
Quote from: cbexaminr on January 20, 2007, 12:03:26 PM
thought regarding spaces - could the problem have always been there, but the switch to full paths that include them has caused it to be revealed...

I also thought about this possibility, and for my project that could well be the case.

Actually I was partly wrong. My output directory has (and always had) a space, so only the input dir seems to be affected.

line

#27
I'm using the windows version of the nightly builds for coding D console apps with the GDC compiler.
Since installing this version of CodeBlocks, I am unable to execute any D programs from the IDE. They build correctly, but when I press F9, nothing happens. No output, nothing at all.
C/C++ projects seem to be unaffected, and the lack of an actual error message makes it kind-of hard to figure this one out. But it's definitely a problem that has been introduced in this build - it works with the previous one.
If I switch the type from command-line application to GUI application, it also works.
Any ideas?


Update: WHAT THE HELL. After switching to GUI application and back, I find myself unable to reproduce the error. I am sorry for the false alarm.