Author Topic: This new scripting console...  (Read 12441 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
This new scripting console...
« on: July 05, 2006, 10:24:24 pm »
...is so cool!

If you haven't experienced already, try:
- open a project
- menu "View" -> enable "Script console"
- switch to the script console in the message pane
- type as command:
Code
GetProjectManager().CloseProject(GetProjectManager().GetActiveProject(),true,true)

...and watch the project closing away. There is lots more, have a look at your opportunities here: http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks and here: http://wiki.codeblocks.org/index.php?title=Scripting_commands...
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

sethjackson

  • Guest
Re: This new scripting console...
« Reply #1 on: July 05, 2006, 11:19:47 pm »
...is so cool!

If you haven't experienced already, try:
- open a project
- menu "View" -> enable "Script console"
- switch to the script console in the message pane
- type as command:
Code
GetProjectManager().CloseProject(GetProjectManager().GetActiveProject(),true,true)

...and watch the project closing away. There is lots more, have a look at your opportunities here: http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks and here: http://wiki.codeblocks.org/index.php?title=Scripting_commands...


Cool I hadn't noticed that.  8)

Oh and that info popup thingy is really cool too (it looks nice).  :D

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: This new scripting console...
« Reply #2 on: July 06, 2006, 12:19:48 pm »
nice feature  :D

But look at the attached image, I opened the console, closed it again, and moved my mouse over the message window.
(1.0 Revision 2695. Windows XP)

[attachment deleted by admin]
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: This new scripting console...
« Reply #3 on: July 06, 2006, 01:03:59 pm »
But look at the attached image, I opened the console, closed it again, and moved my mouse over the message window.
(1.0 Revision 2695. Windows XP)

Fixed, thanks.
Be patient!
This bug will be fixed soon...