hi :)
i've written some classes in php and would like to document my methods so i'm typing in doc_fp, hit tab and voila:
/** * undocumented function * * @return void * @author /bin/bash: niutil: command not found **/
8-)
i can't remember seeing this before i switched to leopard ( format + install ) but what is that command? netinfo-something?
regards, oktay.
On Nov 23, 2007, at 8:37 PM, Oktay Acikalin wrote:
i've written some classes in php and would like to document my methods so i'm typing in doc_fp, hit tab and voila:
i can't remember seeing this before i switched to leopard ( format + install ) but what is that command? netinfo-something?
Aye it's because niutil isn't used in Leopard anymore, this has already been fixed in the svn (all uses of niutil have been). You can either wait for the next TextMate build which will include it or update the PHP bundle manually if you need it sooner, see:
http://blog.macromates.com/2006/updating-a-bundle/
svn is included on Leopard, so that makes it easier than it used to be. :)
Am 24.11.2007 um 09:32 schrieb Michael Sheets:
On Nov 23, 2007, at 8:37 PM, Oktay Acikalin wrote:
[…]
Aye it's because niutil isn't used in Leopard anymore, this has already been fixed in the svn (all uses of niutil have been). You can either wait for the next TextMate build which will include it or update the PHP bundle manually if you need it sooner, see:
i'm about to document like 50 classes or so.. i appreciate that update very much ^_^ it's also faster without the shell call..
svn is included on Leopard, so that makes it easier than it used to be. :)
yeah - nice things happen from time to time ^_^