I have an issue where a 3rd party Textmate bundle is hiding a standard bundle. Next, I have tried changing the uuid of root .plist as well as the Syntaxes .plist of the 3rd party bundle without any success. Thus, the standard tmbundle isn't displayed within the Bundle Editor or the Textmate -> Bundles. If anyone has any ideas, please let me know.
Thanks in advance,
-Conrad
On 9 Jan 2010, at 01:36, Conrad Taylor wrote:
I have an issue where a 3rd party Textmate bundle is hiding a standard bundle. Next, I have tried changing the uuid of root .plist [...]
If it hides a standard bundle it is either designed to eclipse it or broken (in the way that the author didn’t ensure proper new UUIDs, it happens occasionally when people take existing bundles and edit them outside the bundle editor and release as “new” stuff).
You shouldn’t really fix this yourself, instead point it out to the bundle author and/or let us know which bundle you are referring to.
Allan, I'm referring to the HTML5.tmbundle hiding the HTML.tmbundle. Thus, the rule here is to create and update Textmate bundles within the Bundle Editor and not outside of it.
-Conrad
On Sat, Jan 9, 2010 at 8:22 AM, Allan Odgaard mailinglist@textmate.orgwrote:
On 9 Jan 2010, at 01:36, Conrad Taylor wrote:
I have an issue where a 3rd party Textmate bundle is hiding a standard
bundle. Next, I have tried changing the uuid of root .plist [...]
If it hides a standard bundle it is either designed to eclipse it or broken (in the way that the author didn’t ensure proper new UUIDs, it happens occasionally when people take existing bundles and edit them outside the bundle editor and release as “new” stuff).
You shouldn’t really fix this yourself, instead point it out to the bundle author and/or let us know which bundle you are referring to.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 9 Jan 2010, at 17:37, Conrad Taylor wrote:
Allan, I'm referring to the HTML5.tmbundle hiding the HTML.tmbundle. Thus, the rule here is to create and update Textmate bundles within the Bundle Editor and not outside of it.
I don’t know what this HTML5 bundle is, but likely the author took the existing HTML bundle and simly edited the items, that makes it a derrivative of the HTML bundle rather than a new bundle, and hence if you install it, it will “hide” the HTML bundle’s items, since the HTML5 bundle is interpreted as a newer / locally changed version of it.
On Sat, Jan 9, 2010 at 8:22 AM, Allan Odgaard <mailinglist@textmate.org
wrote:
On 9 Jan 2010, at 01:36, Conrad Taylor wrote:
I have an issue where a 3rd party Textmate bundle is hiding a standard
bundle. Next, I have tried changing the uuid of root .plist [...]
If it hides a standard bundle it is either designed to eclipse it or broken (in the way that the author didn’t ensure proper new UUIDs, it happens occasionally when people take existing bundles and edit them outside the bundle editor and release as “new” stuff).
You shouldn’t really fix this yourself, instead point it out to the bundle author and/or let us know which bundle you are referring to.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Allan, I'll extend the current HTML.tmbundle with the unique HTML5 specific snippets and create a repository on github with these changes. This seems that this would be the easiest at this time. Or would it better to submit these changes back to main HTML.tmbundle so that it's included with the standard Textmate bundles?
-Conrad
On Sat, Jan 9, 2010 at 8:41 AM, Allan Odgaard mailinglist@textmate.orgwrote:
On 9 Jan 2010, at 17:37, Conrad Taylor wrote:
Allan, I'm referring to the HTML5.tmbundle hiding the HTML.tmbundle.
Thus, the rule here is to create and update Textmate bundles within the Bundle Editor and not outside of it.
I don’t know what this HTML5 bundle is, but likely the author took the existing HTML bundle and simly edited the items, that makes it a derrivative of the HTML bundle rather than a new bundle, and hence if you install it, it will “hide” the HTML bundle’s items, since the HTML5 bundle is interpreted as a newer / locally changed version of it.
On Sat, Jan 9, 2010 at 8:22 AM, Allan Odgaard <mailinglist@textmate.org
wrote:
On 9 Jan 2010, at 01:36, Conrad Taylor wrote:
I have an issue where a 3rd party Textmate bundle is hiding a standard
bundle. Next, I have tried changing the uuid of root .plist [...]
If it hides a standard bundle it is either designed to eclipse it or broken (in the way that the author didn’t ensure proper new UUIDs, it happens occasionally when people take existing bundles and edit them outside the bundle editor and release as “new” stuff).
You shouldn’t really fix this yourself, instead point it out to the bundle author and/or let us know which bundle you are referring to.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 9 Jan 2010, at 17:55, Conrad Taylor wrote:
Allan, I'll extend the current HTML.tmbundle with the unique HTML5 specific snippets and create a repository on github with these changes. This seems that this would be the easiest at this time. Or would it better to submit these changes back to main HTML.tmbundle so that it's included with the standard Textmate bundles?
If you think this belongs in the HTML bundle then fork the current HTML bundle on GitHub and work from that fork.
Given that HTML5 is meant to be a (sort of) backwards compatible revision of the standard, it probably does make the most sense to base it on the current HTML bundle rather than create a new one just for HTML5, but Michael Sheets might have more thoughts on that.
On Sat, Jan 9, 2010 at 11:48 PM, Allan Odgaard mailinglist@textmate.orgwrote:
On 9 Jan 2010, at 17:55, Conrad Taylor wrote:
Allan, I'll extend the current HTML.tmbundle with the unique HTML5
specific snippets and create a repository on github with these changes. This seems that this would be the easiest at this time. Or would it better to submit these changes back to main HTML.tmbundle so that it's included with the standard Textmate bundles?
If you think this belongs in the HTML bundle then fork the current HTML bundle on GitHub and work from that fork.
Given that HTML5 is meant to be a (sort of) backwards compatible revision of the standard, it probably does make the most sense to base it on the current HTML bundle rather than create a new one just for HTML5, but Michael Sheets might have more thoughts on that.
Allan, where can I locate the correct project of github.com?
Thanks,
-Conrad
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 10 Jan 2010, at 08:01, Conrad Taylor wrote:
Allan, where can I locate the correct project of github.com?
Official TM bundles are all under http://github.com/textmate/
Thus the HTML one is at http://github.com/textmate/html.tmbundle
C --- Caius Durling caius@caius.name +44 (0) 7960 268 100 http://caius.name/
On 10 Jan 2010, at 09:01, Conrad Taylor wrote:
Allan, where can I locate the correct project of github.com?
On Sun, Jan 10, 2010 at 6:26 AM, Allan Odgaard mailinglist@textmate.orgwrote:
On 10 Jan 2010, at 09:01, Conrad Taylor wrote:
Allan, where can I locate the correct project of github.com?
Caius / Allen, thanks for the information.
-Conrad
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Sun, Jan 10, 2010 at 7:31 AM, Conrad Taylor conradwt@gmail.com wrote:
On Sun, Jan 10, 2010 at 6:26 AM, Allan Odgaard mailinglist@textmate.orgwrote:
On 10 Jan 2010, at 09:01, Conrad Taylor wrote:
Allan, where can I locate the correct project of github.com?
Caius / Allen, thanks for the information.
Correction: Caius / Allan, thanks for the information.
-Conrad
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate