I have no experience with Xcode. Could someone tell me how to install dialog2 available at http://macromates.com/svn/Bundles/branches/WIP/Tools/Dialog2/ Dialog2 @ macromates.com
A search on google said compile the source code. Sounds easy, could some one explain how to do it step by step?
Am running xcode 3.1.2 on Leopard 10.5.6
On Jun 1, 2009, at 5:12 PM, MDX-LE wrote:
Could someone tell me how to install dialog2 available at http://macromates.com/svn/Bundles/branches/WIP/Tools/Dialog2/ Dialog2 @ macromates.com
I believe Dialog has been renamed UI and is already included in TextMate at TextMate.app/Contents/SharedSupport/Support/lib/ui.rb
You can call UI with something like: require ENV['TM_SUPPORT_PATH'] + '/lib/ui.rb'
On Jun 1, 2009, at 7:37 PM, Oliver Taylor wrote:
I believe Dialog has been renamed UI and is already included in TextMate at TextMate.app/Contents/SharedSupport/Support/lib/ui.rb
You can call UI with something like: require ENV['TM_SUPPORT_PATH'] + '/lib/ui.rb'
That's the ruby library that interfaces with Dialog. Dialog 2 is included in Textmate now, so no need to compile it.
On Jun 1, 2009, at 7:37 PM, Oliver Taylor wrote:
I believe Dialog has been renamed UI and is already included in TextMate at TextMate.app/Contents/SharedSupport/Support/lib/ui.rb
You can call UI with something like: require ENV['TM_SUPPORT_PATH'] + '/lib/ui.rb'
That's the ruby library that interfaces with Dialog. Dialog 2 is included in Textmate now, so no need to compile it.
Is there a good tutorial/reference/resource on using ui.rb? I'm having trouble finding information on it. Maybe I'm not Googling the right terms, but I could really use a good, gentle introduction to ui.rb.
Part of my problem is I know very little ruby but I'm forcing myself to learn by writing commands in ruby.
Thanks in advance.
Dru
Ramble: I got it. Perl is per.i.l, Ruby rhymes like newbie and must be a Gem, and python sounds dark and gothic (atleast according to my GF)
The book Learn to program in Ruby by Chris pine makes learning ruby easier than python. So I am going to learn it, cos the only app I found useful at work on my macbook is TM. If textmate prefers ruby, I better learn it.
MDX-LE wrote:
...UI in python