Author Topic: Command entry in the debug log patch  (Read 18792 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Command entry in the debug log patch
« Reply #15 on: June 19, 2009, 08:36:43 am »
I've added the clear button and load from file button.
I didn't want to push you in that direction, but thanks!!!::-)

The patch is sent to the patch tracker.
id: 002773
I've taken that one.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Command entry in the debug log patch
« Reply #16 on: June 19, 2009, 09:05:05 am »
I didn't want to push you in that direction, but thanks!!!::-)

I, as another dev in another project, like the symmetry, now we have some of it:)
You are left with the task to finish it by adding the label in the script_console :-P
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline geiermeier

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: Command entry in the debug log patch
« Reply #17 on: June 19, 2009, 10:42:35 am »
Just wanted to say that I really appreciate your work. I'm looking forward to trying the patch with the next nightly (which will hopefully include it).

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: Command entry in the debug log patch
« Reply #18 on: June 19, 2009, 12:23:55 pm »
normally this weekend a new nightly will be made available.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Command entry in the debug log patch
« Reply #19 on: June 19, 2009, 12:56:04 pm »
id: 002773
Applied in trunk

I won't add the command static text in the script console because I'm not sure that I can edit the code without making damage (looks like it is generated by the wxSmith plugin)
Done in trunk. It's really easy, btw... That's what wxSmith is for. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Command entry in the debug log patch
« Reply #20 on: June 19, 2009, 01:01:53 pm »
Thanks for the application :)

I've tried to use it,
but it said that wxSmith is not setup to manage this project and I gave up.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]