Actually, I take that back, my bad. It seems that the Apache flex ASDOCs are indeed SE crawled. (google for example "state site:flex.apache.org/asdoc") I guess I had to have the misfortune of searching for a property (itemCreationPolicy) which is not actually a class property but a states-specific MXML convention, which is why Google was returning 0 results. I interpreted that to mean that the asdocs are not indexed, but they are.
But it raises the question -- how do we get MXML coding conventions which are not a part of actual classes, but are compiler-interpreted, into the asdocs? _______________________________________________________________________ Joseph Balderson, Flex & Flash Platform Developer :: http://joeflash.ca Author, Professional Flex 3 :: http://tinyurl.com/proflex3book Alex Harui wrote: > It would save me much time if you find a different solution. Looks like > some folks have suggested that we simply have the files indexed by a web > search engine. > > -Alex > > On 3/24/14 2:38 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> wrote: > >>> I could look into it, but it wouldn't be my highest priority. >> Thanks Alex, >> >> I have raised a JIRA ticket, for future reference: >> >> https://issues.apache.org/jira/browse/FLEX-34183 >> >> Do you think I can start working on it when I have time, maybe on a >> simpler implementation, of better to wait for Adobe's answer? >> >> Maurice >> >> -----Message d'origine----- >> De : Alex Harui [mailto:aha...@adobe.com] >> Envoyé : lundi 24 mars 2014 04:20 >> À : dev@flex.apache.org; n...@joeflash.ca >> Objet : Re: Search in Apache Flex Docs? >> >> >> >> On 3/23/14 11:41 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> >> wrote: >> >>>> The Adobe ASLR does have search. I wonder what it would take to >>>> implement it. >>> It does not seem to be that complicated ( file asdoc.js, doing a regexp >>> match on <a> tags in the left list, and setting "display" style >>> accordingly, to show or hide an item). >>> >>> Sorry for insisting, but could we get that "asdoc" extensions donated >>> by Adobe, or at least permission to use them in Apache Flex ASDOC, or >>> do we have to rewrite them? >> I could look into it, but it wouldn't be my highest priority. >> >> -Alex >> > >