[TxMt] Re: AS3 bundle: change route to documentation from CS4 to CS5.5
Simon Gregory
simon at helvector.org
Thu Jul 7 08:40:21 UTC 2011
I don't have CS5 installed so I can't sort this.
However it should be really easy, look for asd.rb, notice that it has various language references inside ie FlashCS4LangReference, FlashCS3LangReference. Copy and paste the CS4 one and create FlashCS5LangReference and specify the appropriate variables.
Then in 'ASD.find', just after the flex docs add
fl5 = FlashCS5LangReference.new
results << fl5.search(word) if fl5.usable
The only problem is likely to be if Adobe have changed the format of the main docs index file. They did this between CS3 and 4 and it required changes to how we search. This was abstracted into a couple of regular expressions which you may need to specify again. Either way it would be good if you could supply any changes, via github or a patch to this list.
Cheers,
Simon
On Thursday, 7 July 2011 at 02:19, pier25 wrote:
>
> I opened the bundle but I couldn't figure out how to do it...
>
> Any ideas?
> --
> View this message in context: http://old.nabble.com/AS3-bundle%3A-change-route-to-documentation-from-CS4-to-CS5.5-tp32009740p32009740.html
> Sent from the textmate users mailing list archive at Nabble.com (http://Nabble.com).
>
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com (mailto:textmate at lists.macromates.com)
> http://lists.macromates.com/listinfo/textmate
More information about the textmate
mailing list