simongregory / actionscript3-tmbundle

ActionScript 3 TextMate Bundle
http://blog.simongregory.com
MIT License
118 stars 46 forks source link

Help Command cannot find package-level functions #19

Closed jeremyruppel closed 13 years ago

jeremyruppel commented 14 years ago

...Even though they are listed in the doc_dictionary.xml correctly. The fix can be made easily on line 121 of asd.rb:

Change:

if File.exist?(fp)

to:

if File.exist?(fp.sub(/#.*/,''))

Thanks,

J

simongregory commented 13 years ago

Just applied the patch. Thank you for the help - and sorry it's taken so long.

Cheers, Simon