{12} AXDT tickets detail (36 matches)

Open AXDT tickets by milestone (that have AXDT in their version or milestone)

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#191 can't export to editor
viewer AXDT 0.0.7 new asdt.org 10/02/09 10/03/09

when I opened a mxml file in desing mode I've got Error :  file:///opt/eclipse/plugins/org.axdt.mxml_0.0.7.0/designview/index.html

An exception stack trace is not available.


#207 Editor broken in Eclipse Helios (3.6)
editor AXDT 0.0.7 new asdt.org 06/24/10 07/13/10

The editor is not functional in Eclipse 3.6, namely:

  • initial formatting fails (see attached screen capture)
  • autocompletion is broken (e.g. quotes, tabbing etc.)
  • tab can't be entered
  • after a bit of typing editor becomes unresponsive and the editor screen goes blank grey
  • public class MyClass extends Sprite receives an error

Compiler works fine.


#199 latest AXDT doesn't work on galileo
editor AXDT 0.0.7 new asdt.org 01/08/10 06/22/10
eclipse.buildId=M20090917-0800
java.version=1.6.0_17
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=ja_JP
Framework arguments:  -keyring /Users/foo/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/foo/.eclipse_keyring -showlocation
Error
Fri Jan 08 17:57:08 JST 2010
Error instantiating builder 'org.axdt.as3.imp.builder'.

org.eclipse.core.runtime.CoreException: Plug-in "org.axdt.as3" was unable to instantiate class "org.axdt.as3.imp.builders.AS3Builder".
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:782)
at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:735)
at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:480)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:315)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.axdt.as3.imp.builders.AS3Builder
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
... 15 more

#161 DesignerView export loses non-visual tags
editor AXDT 0.0.6 new asdt.org 05/14/09 05/14/09

I created a simple mxml file in the source view which contains a script tag and some visual component tags (HBox, Label, etc...)

<mx:Script><![CDATA[

public function copy():void {

txtIn.text = hello_label.text;

}

]]></mx:Script>

I switched to the Flex Designviewer, clicked on the Import from editor button then clicked on the Export to editor button. When I switched back to the source view the script tag was lost. Appears to be the same for HttpService? tags as well.


#177 add outline for linked asdoc pages in the swf viewer
editor AXDT 0.0.7 new asdt.org 07/14/09 07/14/09

#189 SWC view should show components too
viewer AXDT 0.0.7 new asdt.org 08/29/09 08/29/09

I really loved the SWC view!!!! So cool feature!!!

I would only made one suggestion, under catalog.xml node add another level for components.

See the attached sample.


#192 Vector syntax unrecognized
compiler AXDT 0.0.7 new asdt.org 10/18/09 06/22/10

Flex 4 vector syntax isn't recognize, and cause multiple errors :

protected var selected:Vector.<Point> = new Vector.<Point>();

causes error : ">="

public function get selection():Vector.<Point> {

return selected.concat();

}

causes errors : "Block", "}", ")", "(", "{", ":: Brackets", ": AssignementExpresion?_allowin",


#194 Installation failure: Missing org.eclipse.pde.feature.group 3.3.0
editor AXDT 0.0.7 new asdt.org 11/29/09 11/29/09

I am attempting to install axdt on Eclipse IDE for Java Developers. Build id: 20090920-1017

I am using Windows 7 Enterprise.

I use the installation procedure described here:  http://axdt.org/wiki/InstallAxdt

However, I get this error message: Cannot complete the install because one or more required items could not be found.

Software being installed: Axdt AS3 Feature 0.0.7.1 (org.axdt.feature.feature.group 0.0.7.1) Missing requirement: Axdt AS3 Feature 0.0.7.1 (org.axdt.feature.feature.group 0.0.7.1) requires 'org.eclipse.pde.feature.group 3.3.0' but it could not be found


#196 look more closely at the flex sdk parser and compiler code
editor AXDT 0.0.7 new asdt.org 12/11/09 12/11/09

sources at  http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/asc/

  •  WarningConstants contains all error codes and localized error messages
  •  Parser parses as3 code this might be an alternative ? it would be worth checking whether it has error recovery

axdt might drop the flex3 sdk to allow closer integration ?!


#200 Not able to import from editor
editor AXDT 0.0.7 new asdt.org 01/10/10 01/10/10

I installed the axdt v0.0.7 (recently) in eclipse(3.5-jee-galileo with full wtp installed), I can add (drag and dorp) visual elements in flex designviewer, and can use "export to editor" to export visual elements into mxml code editor. However the opposite way does not work, when I add code in mxml editor, it does not import code from editor to designviewer, even press the button "import from editor", it still not import code from editor.

Another problem is when start the eclipse, the designviewer only show blank for visual elements although actually there are visual elements code in mxml editor. This also cause desinviewer erase code in editor.


#208 ActionScript syntax highlighting in mx:Script blocks
editor AXDT 0.0.7 new asdt.org 06/26/10 06/26/10

Currently the content in <mx:Script> has no syntax highlighting, but could deploy the same logic as for the ActionScript file.


#210 An internal error occurred during: "Build full"
editor AXDT 0.0.7 new asdt.org 08/01/10 08/01/10

The second I execute a Team->Update (Subclipse) it throws this error:

java.lang.OutOfMemoryError?: Java heap space at java.util.Arrays.copyOf(Arrays.java:2760) at java.util.Arrays.copyOf(Arrays.java:2734) at java.util.ArrayList?.ensureCapacity(ArrayList?.java:167) at java.util.ArrayList?.add(ArrayList?.java:351) at lpg.runtime.PrsStream?.makeToken(PrsStream?.java:101) at org.axdt.as3.imp.parser.AS3LexHelper.token(AS3LexHelper.java:207) at org.axdt.as3.imp.parser.AS3LexHelper.token(AS3LexHelper.java:141) at org.axdt.as3.imp.parser.AS3Lexer.ruleAction(AS3Lexer.java:2915) at lpg.runtime.LexParser?.parseCharacters(LexParser?.java:250) at org.axdt.as3.imp.parser.AS3Lexer.lexer(AS3Lexer.java:156) at org.axdt.as3.imp.parser.AS3ParseController.parse(AS3ParseController.java:101) at org.axdt.as3.imp.builders.AS3BuildJob.compile(AS3BuildJob.java:121) at org.axdt.as3.imp.builders.AS3BuildJob.run(AS3BuildJob.java:74) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

eclipse.buildId=unknown java.version=1.6.0_20 java.vendor=Apple Inc. BootLoader? constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product -keyring /Users/user/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/user/.eclipse_keyring -showlocation

eclipse.ini: -startup ../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707 -product org.eclipse.epp.package.java.product -showsplash org.eclipse.platform --launcher.XXMaxPermSize 1024m -vmargs -Dosgi.requiredJavaVersion=1.5 -XstartOnFirstThread? -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=1024m -Xms128m -Xmx1024m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread? -Dorg.eclipse.swt.internal.carbon.smallFonts


#213 Error running parser for language AS3 and input ZPCodec.as
compiler AXDT 0.0.7 new asdt.org 12/16/10 12/16/10

File is attached.

Here is the stacktrace:

java.lang.NullPointerException?

at org.axdt.as3.analysis.rules.Index0rRule.check(Index0rRule.java:37) at org.axdt.as3.analysis.AnalysisVisitor?.check(AnalysisVisitor?.java:25) at org.axdt.as3.analysis.AS3Analysis.visit(AS3Analysis.java:61) at org.axdt.as3.imp.parser.Ast.PackageDefinition?.enter(PackageDefinition?.java:87) at org.axdt.as3.imp.parser.Ast.PackageDefinition?.accept(PackageDefinition?.java:81) at org.axdt.as3.imp.parser.Ast.Program.enter(Program.java:91) at org.axdt.as3.imp.parser.Ast.Program.accept(Program.java:82) at org.axdt.as3.analysis.AS3Analysis.analyse(AS3Analysis.java:51) at org.axdt.as3.imp.parser.AS3ParseController.parse(AS3ParseController.java:127) at org.axdt.as3.imp.parser.AS3ParseController.parse(AS3ParseController.java:71) at org.eclipse.imp.editor.ParserScheduler?.run(ParserScheduler?.java:93) at org.eclipse.imp.editor.UniversalEditor?.initiateServiceControllers(UniversalEditor?.java:1181) at org.eclipse.imp.editor.UniversalEditor?.createPartControl(UniversalEditor?.java:791) at org.eclipse.ui.internal.EditorReference?.createPartHelper(EditorReference?.java:662) at org.eclipse.ui.internal.EditorReference?.createPart(EditorReference?.java:462) at org.eclipse.ui.internal.WorkbenchPartReference?.getPart(WorkbenchPartReference?.java:595) at org.eclipse.ui.internal.EditorReference?.getEditor(EditorReference?.java:286) at org.eclipse.ui.internal.WorkbenchPage?.busyOpenEditorBatched(WorkbenchPage?.java:2857) at org.eclipse.ui.internal.WorkbenchPage?.busyOpenEditor(WorkbenchPage?.java:2762) at org.eclipse.ui.internal.WorkbenchPage?.access$11(WorkbenchPage?.java:2754) at org.eclipse.ui.internal.WorkbenchPage?$10.run(WorkbenchPage?.java:2705) at org.eclipse.swt.custom.BusyIndicator?.showWhile(BusyIndicator?.java:70) at org.eclipse.ui.internal.WorkbenchPage?.openEditor(WorkbenchPage?.java:2701) at org.eclipse.ui.internal.WorkbenchPage?.openEditor(WorkbenchPage?.java:2685) at org.eclipse.ui.internal.WorkbenchPage?.openEditor(WorkbenchPage?.java:2676) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility?.openInEditor(EditorUtility?.java:361) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility?.openInEditor(EditorUtility?.java:168) at org.eclipse.jdt.ui.actions.OpenAction?.run(OpenAction?.java:229) at org.eclipse.jdt.ui.actions.OpenAction?.run(OpenAction?.java:208) at org.eclipse.jdt.ui.actions.SelectionDispatchAction?.dispatchRun(SelectionDispatchAction?.java:274) at org.eclipse.jdt.ui.actions.SelectionDispatchAction?.run(SelectionDispatchAction?.java:250) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup?.handleOpen(PackageExplorerActionGroup?.java:373) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart?$4.open(PackageExplorerPart?.java:526) at org.eclipse.ui.OpenAndLinkWithEditorHelper?$InternalListener?.open(OpenAndLinkWithEditorHelper?.java:48) at org.eclipse.jface.viewers.StructuredViewer?$2.run(StructuredViewer?.java:842) at org.eclipse.core.runtime.SafeRunner?.run(SafeRunner?.java:42) at org.eclipse.core.runtime.Platform.run(Platform.java:897) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable?.run(SafeRunnable?.java:175) at org.eclipse.jface.viewers.StructuredViewer?.fireOpen(StructuredViewer?.java:840) at org.eclipse.jface.viewers.StructuredViewer?.handleOpen(StructuredViewer?.java:1101) at org.eclipse.jface.viewers.StructuredViewer?$6.handleOpen(StructuredViewer?.java:1205) at org.eclipse.jface.util.OpenStrategy?.fireOpenEvent(OpenStrategy?.java:264) at org.eclipse.jface.util.OpenStrategy?.access$2(OpenStrategy?.java:258) at org.eclipse.jface.util.OpenStrategy?$1.mouseSelectItem(OpenStrategy?.java:429) at org.eclipse.jface.util.OpenStrategy?$1.handleEvent(OpenStrategy?.java:365) at org.eclipse.swt.widgets.EventTable?.sendEvent(EventTable?.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle?.run(EclipseAppHandle?.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher?.runApplication(EclipseAppLauncher?.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher?.start(EclipseAppLauncher?.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter?.run(EclipseStarter?.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter?.run(EclipseStarter?.java:179) at sun.reflect.NativeMethodAccessorImpl?.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl?.invoke(NativeMethodAccessorImpl?.java:39) at sun.reflect.DelegatingMethodAccessorImpl?.invoke(DelegatingMethodAccessorImpl?.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

eclipse.buildId=M20100211-1343 java.version=1.6.0_22 java.vendor=Sun Microsystems Inc. BootLoader? constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Framework arguments: org.eclipse.platform Command-line arguments: -os linux -ws gtk -arch x86 org.eclipse.platform


#188 NPE on processing source entry
core AXDT 0.0.7 new asdt.org 08/18/09 08/18/09

java.lang.NullPointerException? at org.axdt.axdoc.util.Index0r.initializeAsdoc(Index0r.java:178) at org.axdt.axdoc.AXDocPlugin.initializeIndex(AXDocPlugin.java:114)


#201 Error first time compiling a file
debug/launcher AXDT 0.0.7 new mb0 01/18/10 01/20/10

The first time i compile an as3-file I get the following message (on subsequent tries the message disappears):

Error
Mon Jan 18 22:23:26 CET 2010
Plug-in "org.axdt.as3" was unable to instantiate class  "org.axdt.as3.imp.builders.AS3Builder".

java.lang.NoClassDefFoundError: Could not initialize class org.axdt.as3.imp.builders.AS3Builder
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
	at java.lang.Class.newInstance0(Class.java:372)
	at java.lang.Class.newInstance(Class.java:325)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
	at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:782)
	at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:735)
	at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:480)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
	at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:330)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:825)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
	at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
	at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

AXDT 0.0.7 (2 matches)

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#84 clean up launch targets when the corresponding resources gets deleted.
debug/launcher AXDT 0.0.7 new mb0 07/04/08 07/04/08

i gues i just add a resource change listener to the launcher plugin that observes deletion of launch targets resources.


#120 doubleclick strategy should not selects ':'
editor AXDT 0.0.5 AXDT 0.0.7 new mb0 10/12/08 07/15/09

Double click on list and Array will select list:Array.

var list:Array;


AXDT 0.0.8 (7 matches)

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#125 error flex desingviewer
viewer AXDT 0.0.5 AXDT 0.0.8 new mb0 11/06/08 09/10/09

I got The page cannot be displayed , when I try to open a mxml file with Flex DesignerViewer? Im using axdt plugin mxml 0.0.5.3


#167 check and resolve inherited members
editor AXDT 0.0.7 AXDT 0.0.8 new mb0 07/07/09 07/07/09

#168 fix accessor source index creation
editor AXDT 0.0.7 AXDT 0.0.8 new mb0 07/07/09 07/07/09

source setter and getters methods are not represented as property in the index model. but they should.


#180 launch has error when using alternative path with spaces
debug/launcher AXDT 0.0.7 AXDT 0.0.8 new mb0 07/16/09 07/16/09

java.net.URISyntaxException: Illegal character in path at index 19:  file://C:/Documents and Settings/Administrator?/workspace/test/deploy/Test.html


#183 open as3 type dialog
editor AXDT 0.0.7 AXDT 0.0.8 new mb0 07/20/09 07/20/09

add open as3 type action bound to ctrl-shift-t


#184 type hierarchy
editor AXDT 0.0.7 AXDT 0.0.8 new mb0 07/20/09 07/20/09

add open simple type hierarchy action bound to ctrl-t


#165 add method parameters to the index model
model AXDT 0.0.7 AXDT 0.0.8 new mb0 07/07/09 07/07/09

AXDT 0.1.0 (12 matches)

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#211 Helios 3.6 AXDT errow with new AS3 project
asdoc/axdoc AXDT 0.1.0 new mb0 08/27/10 08/27/10

I create a new AS3 project and the test.as has errors all over it and a dialog box pops up and says "could not read asdoc at: * " http://www.adobe.com/livedocs/flash/9.0/ActionScriptlangRefV3/..." - reason it oculd not connect !!


#72 add simple trace logging support and console.
logger AXDT 0.1.0 new asdt.org 06/28/08 06/24/10

i could really use some help with evaluating existing solutions for this. Please help!

ok i figured it out... i can use the fdb jar already bundled with axdt and start in debug mode. this would be the first step towards debugger support.


#75 add a checkbox in the launcher configuration to generate reports
compiler AXDT 0.1.0 new asdt.org 06/30/08 07/08/08

i will add it later and maybe integrate it into so deploy thingy that also generates a simple html wrapper or so.


#79 help to integrate thunderbolt logger
logger AXDT 0.1.0 new mb0 07/02/08 06/25/10

a simple logging support would be great. and thundebolt seems to be a feasible project.

there is some info about integrating thunderbolt into xulrunner but it seems to be put of scope for axdt. there is also a as3 logger console for air that we cannot use. i guess the easiest way is to implement our own simple eclipse based console receiver.


#127 fetch and possibly show contents of swc files
editor AXDT 0.1.0 new mb0 11/12/08 07/19/09

i need a way to read public classes and their properties out of swc files for syntax analysis.

once i found a way a swc editor view would be great.


#135 review xsd types
editor AXDT 0.1.0 new asdt.org 12/01/08 12/01/08

the flex3.xsd file is refactored to use element and attribute groups to reduce size and make it possible to specify type information for editor assistance and validation.

i (mb0) try to add some  types for the 0.0.6 build. but would be very happy if someone actually working with mxml can check, correct and complete some information.


#17 Refactoring->Rename
refactoring AXDT 0.1.0 new asdt.org 07/13/07 07/03/08

by interfasys 2004-12-10 06:44

I'd like to be able to rename classes and methods through a refactoring function just like in the Java side of Eclipse.


#18 Refactoring->Move
refactoring AXDT 0.1.0 new asdt.org 07/13/07 07/03/08

by lukasbradley 2004-12-10 10:51

the Move function should be included. This should parse through all references to the class being moved, and change dependant imports.


#20 Organize Imports
refactoring AXDT 0.1.0 new asdt.org 07/13/07 07/03/08

asdt development is discontinued. however it is a needed feature for axdt as well.


#63 add error markers for compilation errors
compiler AXDT 0.1.0 new mb0 06/19/08 07/07/08

grab all errors from compilation and add error markers to the resource.


#88 add "generate html wrapper" action
viewer AXDT 0.1.0 new mb0 07/07/08 11/12/08

i would tend to use swfobject, but i might just add it as option and give another option to generate a plain xhtml file without javascript. i would also tend to add this action to the swfview plugin.


#137 mxml namespace should be on top.
editor AXDT 0.0.6 AXDT 0.1.0 new asdt.org 12/04/08 06/29/09

use xmlns=.. namespace instead of xmlns:mx=..


Note: See TracReports for help on using and creating reports.