Author Topic: Various questions and feedback...  (Read 14503 times)

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Various questions and feedback...
« Reply #15 on: July 23, 2008, 11:43:44 am »
What dje said.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #16 on: July 24, 2008, 04:29:38 pm »
...? What are you talking about...?

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Various questions and feedback...
« Reply #17 on: July 24, 2008, 04:33:56 pm »
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

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #18 on: July 27, 2008, 12:22:57 am »
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 :(

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #19 on: July 30, 2008, 05:18:16 pm »
...Up ?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Various questions and feedback...
« Reply #20 on: July 30, 2008, 06:29:52 pm »
Add -fmessage-length=0 in your build options (in your SCons configuration files).
Be patient!
This bug will be fixed soon...

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #21 on: July 30, 2008, 08:52:05 pm »
Thank you :)

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #22 on: August 27, 2008, 02:05:51 am »
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 :)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2775
Re: Various questions and feedback...
« Reply #23 on: August 27, 2008, 02:11:19 am »

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #24 on: August 27, 2008, 12:40:44 pm »
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 :)

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: Various questions and feedback...
« Reply #25 on: August 29, 2008, 06:15:23 pm »
I'm still trying to try to compile Code::Blocks from SVN and do not succeed...Any help would be welcome...:)