Changing the ASDoc Author name in FDT
One thing that you will notice when creating new .as files in FDT is that the default ASDoc Author will default to your systems user account. In my case, my user account on my system is “bconnatser”. I would rather have my full name shown as the author automatically when creating new Classes. There are two ways, at least, to make this setting change for FDT. One will permanently make the change for you from within the eclipse.ini file. The other way is from with FDT preferences settings.
Permanent change in the eclipse.ini:
- Browse to the FDT install – In my case on OSX – “Applications/FDT/FDT4_Beta/FDTEnterprise/”
- Then right click / CTRL + Click on FDT 4 and choose “Show Package Contents”
- Now browse in the opened package contents to – “Contents/MacOS/” and open to edit eclipse.ini
- Add the following, without quotes: “-Duser.name=[YOUR NAME]“
*The same is true if you are using FlashBuilder 4, just browse to your install folder and follow the instructions above.
Inside FDT’s Preferences:
- Go to Preferences/FDT/Code Style/Code Templates (Misc)
- Check “Override System Username- $(user)”
- Enter the name you would like to use as the auther in the text field.
- Click Apply
- Click OK
Now when creating new Classes your Author name will be set to your desired name, rather than the user account on your system.

Recent Comments
GarthDB on FlashBuilder: SourceMate AS3Signals Template:
Thanks Brian. I appreciate this being here....
kathryn on I have joined litl!:
psyched to have you onboard! this team just gets more and more awesome....
Filippo on My FlashBuilder 4 color scheme.:
Flash Builder is such a powerful tool, but syntax highlighting just sucks! ...
Devi on AS3: Creating custom events:
This example is awesome...
Josh Molina on AS3: Creating custom events:
Excellent tutorial. Straight and to the point.Thank you.Jo...