Author Topic: how to remove tagline in code block compilation  (Read 7328 times)

nirajhi147

  • Guest
how to remove tagline in code block compilation
« on: November 08, 2012, 06:17:02 am »
I get process returned 0 (0x0) execution time:1.22s
press any key to continue..
after running my program at end..is there any way to remove it. thank u :)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how to remove tagline in code block compilation
« Reply #1 on: November 08, 2012, 08:18:21 am »
What version are you using?
There is an option in Project -> Properties -> Build targets -> Pause when execution ends.
If you uncheck it should not require a keypress.

But currently in the svn head this option seems to do nothing (at least on linux), does it work for anyone?
(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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: how to remove tagline in code block compilation
« Reply #2 on: November 08, 2012, 10:36:17 am »
What version are you using?
There is an option in Project -> Properties -> Build targets -> Pause when execution ends.
If you uncheck it should not require a keypress.

But currently in the svn head this option seems to do nothing (at least on linux), does it work for anyone?
Works as expected, but in "Project -> Set programs arguments" there is another option (in newer revision) "Run host in terminal".
If this option is checked, you get the same behaviour as with a console-project and "pause when ..." set.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how to remove tagline in code block compilation
« Reply #3 on: November 09, 2012, 12:03:00 am »
But currently in the svn head this option seems to do nothing (at least on linux), does it work for anyone?
By doesn't work here I mean that the settings is not respected and if I uncheck (if I don't want to have a pause) it I still get the "Pause bla bla".
Jens: Is it different for you?
(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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: how to remove tagline in code block compilation
« Reply #4 on: November 09, 2012, 12:11:53 am »
But currently in the svn head this option seems to do nothing (at least on linux), does it work for anyone?
By doesn't work here I mean that the settings is not respected and if I uncheck (if I don't want to have a pause) it I still get the "Pause bla bla".
Jens: Is it different for you?
The current implementation forces you to uncheck it in the projetcs properties and in "Set programs arguments",

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how to remove tagline in code block compilation
« Reply #5 on: November 09, 2012, 12:19:36 am »
The current implementation forces you to uncheck it in the projetcs properties and in "Set programs arguments",
Unchecked in both places and I'm still prompted to press a key. But this is definitely wrong if you are correct in your statement.
(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!]