Issue Details (XML | Word | Printable)

Key: FDT-1131
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: FDT Team
Reporter: Eric Decker
Votes: 4
Watchers: 4
Operations

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

No option for function return type white space in ActionScript Formatter

Created: 16/Aug/10 06:32 PM   Updated: 22/Jun/12 06:42 PM
Component/s: Formatter
Affects Version/s: 4.0 Milestone 4
Fix Version/s: FDT 4.0
Security Level: public

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
There's no option for white space before or after : in function return types

Ex:

public function method(i:int, J:boolean) : Void {

vs

public function method(i:int, J:boolean):Void {

The current format is that there will always be a space before and after the : character.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Philipp Arnolds added a comment - 21/Sep/10 01:36 PM
Two options has been added to the formatter settings panel:

ActionScript Formatter => White space => Blank before/after declaration

  • before type separator
  • after type separator