I've add the Java.tmbundle and Scala.tmbundle to ~/Library/Application Support/Avian/Pristine Copy/Bundles but they won't show in Textmate 2. Oddly the groovy.tmbundle added in the same manner works as expected.
What could be wrong here? The permissions look OK. The bundles show a check next to them in Preferences, but they have no listing under the Actions menu.
I, too, am having this problem with the Dojo Toolkit bundle. I'm not sure if it's related or not, but in the system log file I see lots of entries like the following:
Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘JavaScript (Dojo)’ Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘dojo.xhrPut’ Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘dojo.xhrPost’ Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘dojo.xhrGet’
On 19 Dec 2011, at 22:57, Paul Matchen wrote:
I, too, am having this problem with the Dojo Toolkit bundle. I'm not sure if it's related or not, but in the system log file I see lots of entries like the following:
Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘JavaScript (Dojo)’ Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘dojo.xhrPut’ Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘dojo.xhrPost’ Dec 19 09:09:57 pmmatchenmbp [0x0-0x8c63c5b].com.macromates.TextMate.preview[0]: Orphaned item: ‘dojo.xhrGet’
This indicates that the bundle itself is “broken”, i.e. the info.plist in the root of the bundle. Perhaps it is a tmDelta bundle?
On 12/20/11 [Dec 20] 4:45 AM, Allan Odgaard wrote:
This indicates that the bundle itself is “broken”, i.e. the info.plist in the root of the bundle. Perhaps it is a tmDelta bundle?
You were correct, of course. I copied the bundle from: ~/Library/Application Support/TextMate/Bundles
But I failed to copy the one from: ~/Library/Application Support/TextMate/Pristine Copy/Bundles
Thanks, Paul Matchen
On 19 Dec 2011, at 21:10, cafarm wrote:
I've add the Java.tmbundle and Scala.tmbundle to ~/Library/Application Support/Avian/Pristine Copy/Bundles but they won't show in Textmate 2. Oddly the groovy.tmbundle added in the same manner works as expected.
What could be wrong here? The permissions look OK. The bundles show a check next to them in Preferences, but they have no listing under the Actions menu.
The bundles in Preferenes are *only* for bundles in ~/Library/Application Support/TextMate/Managed.
When you install into Avian/Bundles then you effectively eclipse the managed bundles (on a per-bundle basis).
So the bundles you manually installed, try remove them.
If you don’t want the managed versions (which are kept up-to-date automatically) and can’t install your custom versions, please give details as to where your custom bundles are from etc.