Issue Details (XML | Word | Printable)

Key: FDT-1157
Type: Improvement Improvement
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: FDT Team
Reporter: Chris Foulston
Votes: 0
Watchers: 0
Operations

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

AS3 Code formatting problem

Created: 20/Aug/10 01:40 AM   Updated: 22/Jun/12 06:42 PM
Component/s: Formatter
Affects Version/s: 4.0 Milestone 4
Fix Version/s: None
Security Level: public

Time Tracking:
Not Specified

Environment: Windows XP, Eclipse Helios
Issue Links:
Duplicate
 


 Description  « Hide
Unable to trim whitespace between a functions end and the return type. No setting in the formatter to deal with this.

current behavior:

public function doSomething(argument:*) : void {

expected behavior:

public function doSomething(argument:*):void {



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.