Setting up FDT to look and behave like FlashDevelop
If you are moving to FDT from FlashDevelop and want FDT to look and behave more closely to FlashDevelop, here's what you need to do.
Open Window > Preferences.
Under FDT > Editor > Code Assist copy and paste this into Auto activation triggers for AS, and set the delay to 0ms.
abcdefghijklmnopqrstuvwxyz_. :
Under Editor: Colors and Editor > > Semantic Highlight you're going to set the syntax colors. This is a bit involved. What you should do on Windows is create a custom color in the palette for each of these.
Here are the RGB values for each of the items you need to change under Colors. You should turn off Bold/Italic for all these items if you want to match FlashDevelop's defaults.
Keywords and all Keyword 'types': 21, 24, 255 Base Types 'Void': 0, 128, 128 Core Types from MM Classes Root: 0, 128, 128 Constants: 0, 0, 153 Single/Multi Line Comment: 0, 128, 0 SingleMulti Line Todo: 0, 128, 0 JavaDoc: 128, 0, 0 Strings/Characters: 163, 21, 21
And here are the RGB values for each of the items you need to change under Semantic Highlight (Click on the AS3 tab).
Class: 0, 128, 128 Field: 0, 0, 155 Function: 0, 0, 0 Getter: 0, 0, 0 Regular expression: 255, 0, 255 Setter: 0, 0, 0 Static field: 0, 0, 0 Static function: 0, 0, 0 Static getter: 0, 0, 0 Static getter: 0, 0, 0 Top level function: 0, 128, 128 Top level namespace: 0, 128, 128 Top level variable: 0, 128, 128
Under Problems > AS3 Problems:
Unresolvable > Unresolvable variable reference in E4X and Unresolvable member reference in dynamic object should both be set to Disabled.
If you're on Mac you can skip this step. Windows users should definitely do this. Under General > Keys find Quick Fix (type it into the top input box), click on it (should be bound to CTRL+1). You can add CTRL+SHIFT+1 if you want to make it like FlashDevelop, but I would leave it alone. However, I highly recommend adding ALT+1 or ALT+2. It's a more natural position for your hand to be in.
Apply all your changes and return to the FDT IDE.
On the left you should see the Flash Explorer panel. Drag that entire block, not just the panel tab but the entire block, to the right edge of the application. This will mimic the Project tab's position in FlashDevelop. I would take the Outline and ANT tabs from the other block and add them to the same block as Flash Explorer. I closed the ANT tab since I don't use it often enough to warrant it being always visible.
That's basically it. The rest is all up to personal style.
5 Responses to Setting up FDT to look and behave like FlashDevelop
Leave a Reply Cancel reply
plug.dj on twitter- Estou tocando na sala IndieZone do #plugdj ♫ No momento: The Asteroids Galaxy Tour - The Sun Ain't Shining No More http://t.co/sc7xM7BZnx
- Anybody with a free second wanna help me test some @plugdj setting in the @AztecConsulting and @joshsdh Party Room? http://t.co/sqUv3CHBMi
- RT @Eddii3mndzgzmn: sala Music Dance Fest en #plugdj ♫ En reproducción: LES TWINS | D-Styles & The Glitch Mob - Hardcore Gangsta Shit http…
- sala Music Dance Fest en #plugdj ♫ En reproducción: LES TWINS | D-Styles & The Glitch Mob - Hardcore Gangsta Shit http://t.co/mcfAEQHl3m
- Estou na sala Baladinha PGC do #plugdj ♫ No momento: Swedish House Mafia - Greyhound (Original Mix) http://t.co/cF1pIJV9u3
Archives
- February 2013
- June 2011
- April 2011
- March 2011
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007
- March 2007
- February 2007
- August 2006




Very helpfull, thanks for the tips!
I'm migrating to FDT from FlashDevelop since FD isn't natively supported on the Mac. This article was excellent, thanks!
One other issue I'm having:
How do you migrate FD projects over into FDT projects?
It seems like creating a new project isn’t what I want because it tries to make new folders and/or files, but everything was already created and I don’t want anything new made. I tried “importing” a preexisting project, but it seemed to be looking for an FDT project file which I don’t have since this project was made by FlashDevelop.
Any suggestions?
[...] few older posts once again made the rounds… Setting up FDT to look and behave like FlashDevelop came up a few times. Steven Sack's goes over over to setup autocompletion, colors and [...]
Thanks for the code assist tip. I was missing the auto complete on colon. Now everything is much nicer.
Thanks a ton for this!