+2
Under review
Format Document adds whitespace
Hello -
When I use the Format Document feature for an Apex file, the indentation is correctly applied, however spaces are added in certain places. As an example:
Before formatting:

After:

Spaces were added after the update parameter, after the generic types:
Is this on your radar?
Thanks!
Jason
When I use the Format Document feature for an Apex file, the indentation is correctly applied, however spaces are added in certain places. As an example:
Before formatting:

After:

Spaces were added after the update parameter, after the generic types:
Set<Id > Map <Id, String >The worst case is dot notation after an object:
if (d .OwnerId != Trigger .oldMap .get(d .Id).OwnerId)
Thanks!
Jason
0
Under review
Support 11 years ago
Thanks for the note. We will have this issue resolved in the this weekend's update.
0
Jason Hurder 11 years ago
Awesome - thanks a bunch!
Customer support service by UserEcho