News:

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

Main Menu

Various questions and feedback...

Started by Funto, July 18, 2008, 02:28:35 PM

Previous topic - Next topic

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Funto

...? What are you talking about...?

dje

Someone who had post something just before my post complaining about a linker error or something like that giving a link to a log, which was in fact an advertisement.
But it seems it has been deleted...

Dje

Funto

I had a lot of questions / requests in my first post and didn't get an answer to all of them ^^

Particularly, I just experimented the problem of errors not fitting in the "Build messages" panel when compiling with a custom Makefile which calls SCons to build my project.
Here is a screen :

As you can see, it's impossible to read the error in the panel, so I have to recompile it in an external terminal to get all the error message :(

Funto


mandrav

Add -fmessage-length=0 in your build options (in your SCons configuration files).
Be patient!
This bug will be fixed soon...

Funto


Funto

Hi, it's me again :p

I'm still developping my project with Code::Blocks, and one of the missing features I told in the first post is really, really lacking :
Quote- a very cool feature which lacks and would be very simple to add (or I didn't see that ?) : it would be very nice to be able to open a file which is part of the project just by writing its name, just as we can launch a program in GNOME using the Alt+F2 and typing its name :)

I have got a lot of files, and having to look for the right folder by hand makes me forget what I was going to do...(well, at least, it doesn't help concentration ^^).

If nobody wants to add this feature, I wonder if I could do it myself...
I downloaded the SVN repository but do not manage to build it using the autotools, as ./configure tells me this :
Quote./configure: line 24891: AM_OPTIONS_WXCONFIG: command not found
./configure: line 24892: syntax error near unexpected token `2.8.0,'
./configure: line 24892: `AM_PATH_WXCONFIG(2.8.0, wxWin=1)'

Any idea ?

Ah and yet another lacking feature is the possibility to re-open a closed tab, as what is possible with Firefox ; it's a pain to look for the file we just closed, because we forgot to write something into ^^

And last one, and then I stop :p : giving the user the possibility to choose on how many rows we would like the tabs to be would be great too, as personnaly, I don't have a sufficient place...(this is what is done with the must-have Firefox plugin "Tab Mix Plus" ^^)

Thanks :)

Pecan


Funto

Wooow yeah, didn't know it already existed, this is going to change my life !

Lol well not SO much, but it's really going to boost my productivity :) Thanks a lot :)

I've just found it in the "Search" menu..."Goto function" can also be really handful :)

Funto

I'm still trying to try to compile Code::Blocks from SVN and do not succeed...Any help would be welcome...:)