...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:
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 (http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks) and here: http://wiki.codeblocks.org/index.php?title=Scripting_commands (http://wiki.codeblocks.org/index.php?title=Scripting_commands)...
Quote from: MortenMacFly 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:
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 (http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks) and here: http://wiki.codeblocks.org/index.php?title=Scripting_commands (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
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]
Quote from: mispunt on July 06, 2006, 12:19:48 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.