Hi I'm Dave Miers and primarily use Textmate as an html editor. So I really haven't delved into the depths of what textmate is capable of. I'm still dependent on aids such as are found in the bundles etc.
I note as of the last update the drag snippets for flash and quicktime in the html bundles no longer works correctly. Now I'm not sure when this broke exactly, I just noticed it. version 1.5.9 (1589) I've repeated the problem on 2 systems one being PPC running 10.5.8 and on intel running 10.6.2
Here's an example of flash insert:
/tmp/temp_textmate.194vJJ:75:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `'' /bin/bash: -c: line 1: syntax error: unexpected end of file>>' for nil:NilClass (NoMethodError) from /tmp/temp_textmate.194vJJ:61:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `'' /bin/bash: -c: line 2: syntax error: unexpected end of filenew' from /tmp/temp_textmate.194vJJ:99
and quicktime:
2009-12-02 09:47:40.425 osascript[1505:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find: /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers. 134:135: syntax error: Expected “,” but found number. (-2741) <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <param name="src" value="Movie Recording.mov"> <param name="controller" value="true"> <param name="autoplay" value="true"> <embed src="Movie Recording.mov" controller="true" autoplay="true" scale="tofit" cache="true" pluginspage="http://www.apple.com/quicktime/download/" > </object>
I'm totally lost on this any help?
TIA
Dave
On 2 Dec 2009, at 15:51, David Miers wrote:
Here's an example of flash insert: [...]
This is reproducible for me as well. The issue did not seem simple (range error while converting big num to long as part of a slice operation).
I have filed a bug report here http://github.com/textmate/html.tmbundle/issues/#issue/ 1
and quicktime: [...]
Use “Solution 1” here: http://kb2.adobe.com/cps/516/cpsid_51615.html
On Dec 2, 2009, at 4:51 PM, Allan Odgaard wrote:
This is reproducible for me as well. The issue did not seem simple (range error while converting big num to long as part of a slice operation).
I have filed a bug report here http://github.com/textmate/html.tmbundle/issues/#issue/1
and quicktime: [...]
Use “Solution 1” here: http://kb2.adobe.com/cps/516/cpsid_51615.html
Thank you, I will try the solution you suggest and I guess just wait for a fix on the bug
Dave Miers
On Dec 4, 2009, at 10:10 AM, David Miers wrote:
Use “Solution 1” here: http://kb2.adobe.com/cps/516/cpsid_51615.html
Thank you, I will try the solution you suggest
Solution 1 resolves most of it, however leaves this at the start
134:135: syntax error: Expected “,” but found number. (-2741)
locating a downloadable link for solution 1 proved a problem, you can find it here
http://blog.entourage.mvps.org/2009/11/update_shell_script_sl.html