Flexdoc in CSIDE SDK

We're building an extension to InDesign using the CS Extension Builder.
The framework we're using is Flex 3.4 (eclipse/plugins/com.adobe.cside.flexsdk_2.0.0.62-32314/flexsdk/3.4.0).
There are two problems here:
The source code for almost the entire framework has an empty line inserted after every line. This makes reading the code very annoying.
Content assist works, but there's no flexdoc - pressing F2 on, say, VBox, simply gives its class name, but doesn't display any of the documentation for the component.
The first problem isn't a big deal (I fixed it with a little python script), but the second is a real problem, as it lowers productivity by making me dig around online for something that should be available right in the IDE.
Is there any fix for this? (Does the documentation come from the SWC, or from the source files? If the latter, how can I make FlashBuilder rebuild its cache?)

Are you searching in the .jar files that come with JDeveloper on NT?
If so, they are probably out of date (from a previous release of iFS).
What you should do is copy the .jar files from your iFS installation
(the one that you mentioned is operational) and replace the .jar files
that came with JDeveloper. You'll probably notice that the 'repos.jar'
from the iFS installation is different (newer in fact) than the one
from your JDeveloper installation.
When developing (whether you're using JDeveloper or any other IDE),
you should always be using the .jar files that are in your iFS installation.
Also make sure that the ORACLE_HOME in your development environment
is the same version as in your iFS installation. (Make sure that your
JDBC drivers -- classes12.zip and native libraries -- are the same version
in both the development and installation environments.)

Similar Messages

  • [svn:fx-trunk] 11731: ASDoc updates for bugs: SDK-23414, FLEXDOCS-609, FLEXDOCS-552

    Revision: 11731
    Author:   [email protected]
    Date:     2009-11-12 13:14:24 -0800 (Thu, 12 Nov 2009)
    Log Message:
    ASDoc updates for bugs: SDK-23414, FLEXDOCS-609, FLEXDOCS-552
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23414
        http://bugs.adobe.com/jira/browse/FLEXDOCS-609
        http://bugs.adobe.com/jira/browse/FLEXDOCS-552
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as

  • Flex SDK 3.2 and charts

    Hi,
    I just upgraded from Flex SDK 3.0 to 3.2 but the charts seem
    not to be included in the download. Should I download this
    separately? Where can I get it?
    Thank you,
    Andrej

    "mavdzee" <[email protected]> wrote in
    message
    news:gnaorq$hh0$[email protected]..
    > Hi,
    >
    > I just upgraded from Flex SDK 3.0 to 3.2 but the charts
    seem not to be
    > included in the download. Should I download this
    separately? Where can I
    > get it?
    http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html

  • Porting Flex 2 apps to Flex 3 (SDK)

    Is there a list somewhere of the specific changes made in Flex 3?
    http://blogs.adobe.com/flexdoc/2008/02/migrating_from_flex_2_to_flex.html
    Ok, this helps, but looking here, it mentions style property changes.  Trying SDK 3 real quick on an SDK 2 app I can see that there are some most definite visual 'problems' that must be style (default value?) setting related, stupid stuff I suppose like padding or border settings and so on.  Is there a list of these changes anywhere?

    http://blogs.adobe.com/flexdoc/2008/02/migrating_from_flex_2_to_flex.html
    http://learn.adobe.com/wiki/display/Flex/Backwards+Compatibility+Issues
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • Generate SDK Documentation Using ASDoc

    I am trying to obtain a copy of the toplevel_classes.xml for the entire flex framework. I need the xml file as I suffer from RSI (violins out!) and I use the xml file to generate Voice Commands to help me dictate the code.
    I found an excellent article by Rob Dixon about how to generate the toplevel_classes.xml which apparently is not documented in livedocs.
    http://rantworld.blogs.com/flashlit/2007/02/use_asdoc_to_dr.html
    I am able to generate the required file for small projects, but when it comes to generating the code for the entire current version of the flex sdk, I am at a loss. I have checked out the latest version of the SDK from the svn repository but when I run the asdoc ant task I am faced with a number of errors, which mean no output is generated. I found a bug in the Flex Bug and Issue Management System which seems to relate to my problem. I made a clone of an original issue which was deemed to be resolved, please see key SDK-16843 in the issue management system for info. Please vote for resolution if you think the issue is worthy.
    http://bugs.adobe.com/jira/browse/SDK-16843
    I know that what I need to do is possible, I found out that the technique was used to generate some posters of the entire flex framework, these posters are awesome, I am going to get some printed. See the following link for details.
    http://www.onflex.org/ted/2006/10/cube-wallpaper-as3-and-flex-api.php
    Ideally I would like to include the data visualisation components in the documentation output (in fact as much of the flex framework as possible) I have worked out how to do this by following instructions given on the Flex Docs blog which enables me to have the source code for these components available. I am not sure how to set up the asdoc tool to ensure that these classes are included in the doc output.
    http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html
    My question comes down to this: Does anyone know how to generate the document I require for the entire framework? Your help is most appreciated.

    Having same issue on one of our systems, running ant task for
    asdoc (and off command line)
    Other system is not affected by the issue.
    Offending line in class-files.xsl has redirect:write element
    with select attribute - Xalan docs say that ‘file’ OR
    ‘select’ attributes are OK (ASDoc XSL has a select but
    no file attribute)
    http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html
    Tried with several JDKs (1.6.0_12, 1.5.0_6), still
    investigating ...

  • Host adapters libraries missing from the CS SDK

    Hi,
    I have some extensions built with Flah Builder 4.5 and the CS Extension Builder, that I had to compile via ANT in order to port them to a continuous integration server. (Hudson)
    I used the CS SDK 1.5.0. to do so, it includes all CS libraries (i.e. CSXS, CSAW...) except the host adapter libraries CSAR. (cs_host_adapter.swc and id_host_adapter.swc)
    I had to extract them from the CS Extension Builder JAR files (not easy to find them...) and to add them to the CS SDK in order to compile the extensions successfully.
    Is it supposed to be so, or should they be included in the CS SDK as well?
    In the same fashion, my extensions also uses the Flex theme Creative_Suite_CS5 that installs with the CS Extension Builder. I also had to extract the theme file from the JARs in order to compile the extension via ANT. It would be nice if this theme was also part of the CS SDK.
    Are these artifacts planned to be added to the CS SDK, or will they remain only in the CS Extension Builder?
    Thanks in advance,
    Martin Rohart

    I would also like to know if there is an easier way to find these libaries.
    I had to do a search through the plugins directory of my FlashBuilder!
    Found them here for anyone else that needs them:
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.cside.libsinstaller_2.0.0.4-33034\archive\csar-1.0\release
    Nathan Deamer

  • [svn:fx-trunk] 12370: Fix for doc bug FLEXDOCS-1150

    Revision: 12370
    Revision: 12370
    Author:   [email protected]
    Date:     2009-12-02 08:48:37 -0800 (Wed, 02 Dec 2009)
    Log Message:
    Fix for doc bug FLEXDOCS-1150
    Added a few new examples and default sizes to Spark components
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - FLEXDOCS-1150
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1150
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1150
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/BorderCont ainerExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/VScrollBar Example.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/BorderContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/HGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NavigatorContent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TabBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextInput.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TileGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VGroup.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/Applicatio nContainerExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/HScrollBar Example.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/MyBorderSk in.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/SkinnableC ontainerExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/SkinnableD ataContainerExample.mxml

  • [svn:fx-trunk] 12295: fix for FLEXDOCS-889, and add doc on the WindowedApplication.useNativeDragManager property

    Revision: 12295
    Revision: 12295
    Author:   [email protected]
    Date:     2009-11-30 13:41:29 -0800 (Mon, 30 Nov 2009)
    Log Message:
    fix for FLEXDOCS-889, and add doc on the WindowedApplication.useNativeDragManager property
    QE notes: -
    Doc notes: -
    Bugs: - FLEXDOCS-889
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-889
        http://bugs.adobe.com/jira/browse/FLEXDOCS-889
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AnchorStyles.as

  • [svn:fx-trunk] 8581: asdoc edits: bug fix FLEXDOCS-1000

    Revision: 8581
    Author:   [email protected]
    Date:     2009-07-15 08:47:47 -0700 (Wed, 15 Jul 2009)
    Log Message:
    asdoc edits: bug fix FLEXDOCS-1000
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1000
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

  • [svn:fx-trunk] 12537: Fix for FLEXDOCS-1157 - Spark List-based comps have documenation saying they don 't support BasicLayout

    Revision: 12537
    Revision: 12537
    Author:   [email protected]
    Date:     2009-12-04 09:41:47 -0800 (Fri, 04 Dec 2009)
    Log Message:
    Fix for FLEXDOCS-1157 - Spark List-based comps have documenation saying they don't support BasicLayout
    QE notes: -
    Doc notes: -
    Bugs: - FLEXDOCS-1157
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1157
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1157
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TabBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/BasicLayout.as

  • [svn:fx-trunk] 8103: Fix for FLEXDOCS-501

    Revision: 8103
    Author:   [email protected]
    Date:     2009-06-23 11:27:49 -0700 (Tue, 23 Jun 2009)
    Log Message:
    Fix for FLEXDOCS-501
    QE Notes: None
    Doc Notes: None
    Bugs: - FLEXDOCS-501
    checkintests - passed
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-501
        http://bugs.adobe.com/jira/browse/FLEXDOCS-501
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as

  • [svn:fx-4.x] 14883: bug fix FLEXDOCS-1256

    Revision: 14883
    Revision: 14883
    Author:   [email protected]
    Date:     2010-03-19 11:47:39 -0700 (Fri, 19 Mar 2010)
    Log Message:
    bug fix FLEXDOCS-1256
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1256
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/managers/ToolTipManager.as

    Stope
    Mailing me ***
    Sent from my I phone

  • [svn:fx-trunk] 11714: ASDoc bug fix FLEXDOCS-1073

    Revision: 11714
    Author:   [email protected]
    Date:     2009-11-12 11:39:37 -0800 (Thu, 12 Nov 2009)
    Log Message:
    ASDoc bug fix FLEXDOCS-1073
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1073
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as

  • [svn:fx-trunk] 11702: ASDoc fix for FLEXDOCS-1075

    Revision: 11702
    Author:   [email protected]
    Date:     2009-11-12 09:29:17 -0800 (Thu, 12 Nov 2009)
    Log Message:
    ASDoc fix for FLEXDOCS-1075
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1075
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/BorderSkin.as

  • [svn:fx-trunk] 15558: Merge 15556 - Add ASDoc for SystemManager. parentAllowsChild for bug FLEXDOCS-1272

    Revision: 15558
    Revision: 15558
    Author:   [email protected]
    Date:     2010-04-19 11:14:24 -0700 (Mon, 19 Apr 2010)
    Log Message:
    Merge 15556 - Add ASDoc for SystemManager.parentAllowsChild for bug FLEXDOCS-1272
    QE notes:
    Doc notes:
    Bugs: FLEXDOCS-1272
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1272
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1272
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
    Property Changed:
        flex/sdk/trunk/

Maybe you are looking for

  • Windows XP Access Violation

    Has anyone had any issues with Microsoft Windows XP errors referencing access violations of memory? I have had this problem since the first time I installed Boot Camp Beta, and have yet to hear a reply from any of the Geniuses. In essence, I receive

  • Fan is not working.. switching off automatically every 10 mins

    fan is not working.. wat to do...my lapi is switing off after every 10 mins

  • EPS Files - Vector

    Hello All, I never used eps files in Premiere Pro before converting and sizing in Photoshop. My client recently set some supers in Illustrator, so I decided to give them a try in CS-3. They imported correctly and everything was ok. I decided to scale

  • 1021: Duplicate function definition I am lost... please advise

    I am obviously new to as3... So I have 3 buttons (all in the same scene) that each need to go to a different scene. I put the script's on the same frame. Here is the script's: btn_pg.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);function

  • Bean exception handling

    Hello, I have a question concerning the bean exception handling. If I'd like to use a DB-connection inside a bean, how to handle the SqlException to display a nice error message to the user (perhaps next to the submit-button or redirect to another si