Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use Xcode to balance and match parentheses' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use Xcode to balance and match parentheses
Authored by: juanfal on Jan 28, '06 03:37:43AM
Have you seen AlphaX?

You can programmatically control the behaviour of any thing (double click, syntax-colouring, access to UNIX, AppleScript, program GUI menus, web..) using the really high level and easy to learn Tcl language. MacOSX cames with Tcl as shell (tclsh) (I recommend you to use "rlwrap tclsh" -dowload rlwrap for MacOSX) and since Tiger, MacOSX cames also with the Frameworks Tclframwork and Tkframework for the many applications that use them...

[ Reply to This | # ]