Hi
Objective-C -> Documentation for word / selection
hasn't been working in my SnowLeopard for I don't know how long. Finally I have digging into it and founded (thanks to an old PPC Leopard installation) that the problem is in
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/html_man.sh
where there is an old and stupid reference to a
RMAN_1='/Library/Application Support/Apple/Developer Tools/Plug-ins/DocViewerPlugIn.xcplugin/Contents/Resources/rman'
where currently Apple is not calling .xcplugin those plugins anymore, but, .pbplugin.
Since I don't know how the TextMate update policy is going, I have added an alias
ln -s DocViewerPlugIn.pbplugin DocViewerPlugIn.xcplugin
in
/Library/Application Support/Apple/Developer Tools/Plug-ins/
I hope this will help someone.
- juan falgueras
On 1 Nov 2010, at 14:35, Juan Falgueras wrote:
Objective-C -> Documentation for word / selection hasn't been working in my SnowLeopard for I don't know how long. Finally I have digging into it and founded (thanks to an old PPC Leopard installation) that the problem is in
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/
html_man.sh
You may want to do:
cd /Applications/TextMate.app/Contents/SharedSupport/Support rm -rf bin svn co http://svn.textmate.org/trunk/Support/bin
This will give you an updated “html man” which does its own conversion instead of relying on the (no longer included or moved to new path in Snow Leopard) rman.
THANKS
it worked like a charm
- juan falgueras
El 04/11/2010, a las 16:31, Allan Odgaard escribió:
On 1 Nov 2010, at 14:35, Juan Falgueras wrote:
Objective-C -> Documentation for word / selection hasn't been working in my SnowLeopard for I don't know how long. Finally I have digging into it and founded (thanks to an old PPC Leopard installation) that the problem is in
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/html_man.sh
You may want to do:
cd /Applications/TextMate.app/Contents/SharedSupport/Support rm -rf bin svn co http://svn.textmate.org/trunk/Support/bin
This will give you an updated “html man” which does its own conversion instead of relying on the (no longer included or moved to new path in Snow Leopard) rman.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 4 Nov 2010, at 15:31, Allan Odgaard wrote:
On 1 Nov 2010, at 14:35, Juan Falgueras wrote:
Objective-C -> Documentation for word / selection hasn't been working in my SnowLeopard for I don't know how long. Finally I have digging into it and founded (thanks to an old PPC Leopard installation) that the problem is in
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/ html_man.sh
You may want to do:
cd /Applications/TextMate.app/Contents/SharedSupport/Support rm -rf bin svn co http://svn.textmate.org/trunk/Support/bin
This will give you an updated “html man” which does its own conversion instead of relying on the (no longer included or moved to new path in Snow Leopard) rman.
Thanks, Allan, that's fixed 'Documentation for word' in Perl files too.
Regards,
Justin.