Issue Details (XML | Word | Printable)

Key: FDT-638
Type: Featurerequest Featurerequest
Status: Confirmed Confirmed
Priority: Minor Minor
Assignee: FDT Team
Reporter: samystudio
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FDT

Quickfix customization for javadoc

Created: 23/Aug/09 01:54 PM   Updated: 22/Jun/12 06:42 PM
Component/s: ASDocs, Quick Fix / Assist
Affects Version/s: FDT 4.5.2
Fix Version/s: FDT
Security Level: public

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Review Type: Review by Product Owner


 Description  « Hide
When i create property or method i generally use template which automatically insert comment :

/**
*
*/
public var name : type;

/**

  • @private
    */
    protected function _name( arguments ) : type
    {

}

Unfortunatly when i use quickfix to create such properties or methods i have to manually type comment header.

Is there a way to add a customize quickfix template? or alternatively a way to cerate methods javadoc :

public function scrollToChild( child : DisplayObject , alignmentPoint : String = null ) : Boolean;
Right click on this function with an item "generate javadoc" and this will automattically generate :

/**
*

  • @param child
  • @param alignmentPoint
  • @return
    */
    public function scrollToChild( child : DisplayObject , alignmentPoint : String = null ) : Boolean;


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alan K (Deprecated) added a comment - 18/Mar/11 04:25 PM
Good idea and also looks to be part of the ASDocs feature.