Re: Flex CodeScape ...

2012-09-28 Thread Erik Lundgren
That sounds really cool. Some simple structure to start with ... somePackage - - qualifies SomeType - - - which is a SuperTypeA, an ITypeB and an ITypeC - - - which is publicly (public, internal, protected, custom namespace) associated with TypeE, F and G - - - wich is privately (private) associ

RE: Flex CodeScape ...

2012-09-28 Thread teotigra
Wow, I'm over thinking things here. I guess I just want some more experiments with the compiler. I was just thinking grabbing AST would give an immense freedom of the types of things you wanted like members, metadata, comments etc. Gordon, I still can't gt over how fast that code is. Mike

RE: Flex CodeScape ...

2012-09-28 Thread Gordon Smith
The catalog.xml file inside each SWC file (framework.swc, spark.swc, etc.) has an XML encoding of the direct dependencies of each class in the SWC. - Gordon Smith, Adobe -Original Message- From: Erik Lundgren [mailto:e...@lndgrn.se] Sent: Friday, September 28, 2012 11:39 AM To: flex-dev

Re: Flex CodeScape ...

2012-09-28 Thread Michael Schmalle
I have been working with the new compiler and all I can say is this would be something very easy to create if I knew what type of "graph" you wanted and the schema of such graph. Let me know some details if interested in creating something that would actually make it. (meaning I could write

Flex CodeScape ...

2012-09-28 Thread Erik Lundgren
Hello I would like to do a visualization of the flex framework. Seeing code in new ways always inspire creativity. Taking the chance to jumpstart my projekt; does anyone have a dataset of the Apache Flex framework dependency-graph available? Thanks! /E.