terminal - Code::Blocks console program problems on OSX -
i console application programs in codeblocks algorithm problems , have switched osx mount lion machine. after installing xcode , codeblocks sp1 have problem.
when run program, console terminal should appear output. code in preferences, not it's job:
osascript -e 'tell app "terminal"' -e 'activate' -e 'do script "$script"' -e 'end tell'
is there possibility launch iterm2 window?
osascript -e 'tell application "iterm"' -e 'make new terminal' -e 'tell first terminal' -e 'activate current session' -e 'launch session "default session"' -e 'tell lastly session' -e 'write text "$script"' -e 'end tell' -e 'end tell' -e 'end tell'
osx terminal applescript codeblocks iterm
No comments:
Post a Comment