{12} AXDT tickets detail (26 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
#129 Tab width setting not considered
editor AXDT 0.0.5 None new asdt.org 11/20/08 11/20/08

When changing the "Displayed tab width" setting in Preferences->General->Editors->Text Editors the current file is updated correctly. But opening a new file or reopening Eclipse shows all files again with the standard tab width. The displayed value in the preferences stays as set.

Changing the value around again corrects the current file but this way this has to be done for every single file.


#125 error flex desingviewer
viewer AXDT 0.0.5 None new asdt.org 11/06/08 11/17/08

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


#141 Editor shows syntax errors on working code
editor AXDT 0.0.6 None assigned mb0 12/09/08 12/21/08

I have a small test file which runs and works correctly from AXDT despite the fact that AXDT itself claims it has incorrect syntax.


#142 Editor shows syntax errors on working code
editor AXDT 0.0.6 None assigned mb0 12/15/08 12/21/08

see attachment


#145 Null Pointer exception in 0.0.6.2
editor AXDT 0.0.6 None new asdt.org 12/21/08 12/23/08

On linux gannymede eclipse. Update from 0.0.5.4 to 0.0.6.2 is causing this problem: 'AS3 ParserScheduler? for filename.as' has encountered a problem. An internal error occurred during:”AS3 ParserScheduler? for filename.as”. Details>> java.lang.NullPointerException?

Will supply more info about my system if you tell me what you need and how I obtain it. Had to revert to 0.0.5.4 Thanks for axdt - I have used it for many months on linux & XT. Dick


AXDT 0.0.5

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#68 Smart AutoEditStrategies
editor None AXDT 0.0.5 assigned mb0 06/28/08 10/12/08
  • add tab to space strategy, with tab width preference
  • add auto indent for newline strategy
  • add smart bracket completion and indent strategy
  • add multiline comment auto edit strategy

AXDT 0.0.7

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#133 move axdt repository to public git
misc None AXDT 0.0.7 new mb0 11/26/08 12/04/08

i currently use a git repository that is a cleaned up version of the current axdt svn repository (stripped sdk resources where possible). working with a git repository has many direct advantages for me and i guess most - when not all - users use the update site for installation anyway.

my plan would be to make the git repo readable for the public at git.axdt.org and delete the axdt repository with the comment that it moved to git.

one problem is that this trac is also the home of the asdt repo, which repo should we display in the browse source tab? the axdt git repository or the asdt svn repository?

you can add a comment if you use the axdt svn repository and dont want to use git or if you just dont like the idea.


#84 clean up launch targets when the corresponding resources gets deleted.
debug/launcher None 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 None AXDT 0.0.7 new mb0 10/12/08 10/12/08

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

var list:Array;


#126 add a new screen cast
misc None AXDT 0.0.7 new mb0 11/12/08 11/12/08

axdt has new things to show

  • flex design view
  • templates
  • auto edits, fence matching, toggle comment
  • preferences & configuration (needs work)
  • flex 4 (not yet in trunk)
  • indexing & completion (missing)

note frequent setup problems

  • swt browser -> xulrunner

talk about future of axdt and ways to participate


#136 flex xsd does not allow percent size
editor AXDT 0.0.6 None AXDT 0.0.7 new asdt.org 12/04/08 12/04/08

width and height dont allow percent values like:

<Label width="100%"/>

#137 mxml namespace should be on top.
editor AXDT 0.0.6 None AXDT 0.0.7 new asdt.org 12/04/08 12/04/08

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


AXDT 0.1.0

Ticket Summary
Component Version Severity Milestone Status Owner Created Modified
Description
#71 code formatter
editor None AXDT 0.1.0 new mb0 06/28/08 06/28/08

add code formatter that respects the tab space preference and uses K&R style.


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

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 None 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 None AXDT 0.1.0 new mb0 07/02/08 07/06/08

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.


#118 No class-name/package-name checking happening.
compiler AXDT 0.0.5 None AXDT 0.1.0 new mb0 10/05/08 10/05/08

I'm not sure if this is a compiler or model bug, but it seems that the filename/classname or folders/packages have to match.


#127 fetch and possibly show contents of swc files
editor None AXDT 0.1.0 new asdt.org 11/12/08 11/12/08

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.


#128 debugging output
debug/launcher AXDT 0.0.5 None AXDT 0.1.0 new mb0 11/19/08 11/20/08

How can I get some debugging output with axdt? Like the trace() function output. Just found some stuff in the wiki for old ASDT logger classes. Maybe that could be added to the wiki and the old stuff be removed?


#135 review xsd types
editor None 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 None 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 None 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 None 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.


#22 Context Help support (viewing liveDocs directly in Eclipse)
editor None AXDT 0.1.0 new asdt.org 07/13/07 07/03/08

by flash-ripper 2005-05-19 13:00

It would be great for developer to be forwarded to corresponding liveDocs/help article just by pressing the Shift+F1.

This is possible by integrating WebBrowser plugin with Eclipse and ASDT (for example, as it described by Soenke Rohde, http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger).

The ASDT should intercept the Shift + F1 shortcut and forward it to WebBrowser plugin (maybe it is rational to make WebBrowser a part of ASDT?).


#63 add error markers for compilation errors
compiler None 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 None 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.


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