What's the process for updating a bundle? I got sick of looking at ads whenever I needed a bit of Javascript documentation so I rewrote the Javascript bundle to use developer.mozilla.org for documentation. In addition to changing existing links, I also added dozens of very basic methods (like document.getElementsByTagName or Array.join), statements (like if...then...else), and operators (eg instanceof or new) that were not included for some reason. And removed things like taint and untaint, which haven't been supported by any browser since Netscape 3. Hopefully the people from 1996 won't mind.
So, how can I get the official bundle updated with this stuff? The modified 'Commands/Documentation for Word.plist' is at http://pastie.textmate.org/415305 and the index file 'Support/dmo_index' is at http://pastie.textmate.org/415304
On 13 Mar 2009, at 17:14, Michael Newton wrote:
[...] So, how can I get the official bundle updated with this stuff? The modified 'Commands/Documentation for Word.plist' is at http://pastie.textmate.org/415305 and the index file 'Support/dmo_index' is at http://pastie.textmate.org/415304
On Mar 13, 2009, at 3/13 9:14 AM, Michael Newton wrote:
So, how can I get the official bundle updated with this stuff? The modified 'Commands/Documentation for Word.plist' is at http://pastie.textmate.org/415305 and the index file 'Support/dmo_index' is at http://pastie.textmate.org/415304
If you're into the Git hotness, you could clone my fork[1] (or download a zip/tarball) of Thomas Aylott's work-in-progress restructuring of the bundle. I committed your patch into my repo, I like it a lot. :)
[1]: http://github.com/evocateur/javascript.tmbundle/tree/master
Regards, Daniel