fdt (flex mania 2010)

40

Upload: gabriel-peart

Post on 29-Jan-2018

2.075 views

Category:

Education


0 download

TRANSCRIPT

Page 1: FDT (Flex Mania 2010)
Page 2: FDT (Flex Mania 2010)

Our Schedule

About the speaker

What is FDT?

News

Main Features

Downloading FDT

Installing

Configurations

Shortcuts

How to know more advantages

Page 3: FDT (Flex Mania 2010)

About the Speaker

Gabriel Peart

FDT Evangelist

Experiences

Page 4: FDT (Flex Mania 2010)

What is FDT?

Flash Development Tool

The most powerful Flash development environment for AS2, AS3, Flex and AIR support

The only editor built from the ground-up to support the needs of ActionScript developers

Page 5: FDT (Flex Mania 2010)

built by Flash developers for Flash developers

It contains highly efficient and time-saving features

It enhances your workflow while increasing your productivity. 

Page 6: FDT (Flex Mania 2010)

Profiler

Welcome Screen

SDK Management

Project Setup

Flex 4

Lib Management

Compiling

News

Page 7: FDT (Flex Mania 2010)

Main Features

Live Error High-Lighting: see errors and warnings while you are still typing

Advanced Code Completion: Smart auto completion for every piece of code

Page 8: FDT (Flex Mania 2010)

Main Features

Code Templates: Insert lines of code with only a few key strokes

Quick Fixes and Quick Assist: Fix problems and automatically generates code

Page 9: FDT (Flex Mania 2010)

Main FeaturesCode Formater: One click code style formatting

Type Hierarchy: Easily view the depth of inheritance

Page 10: FDT (Flex Mania 2010)

Main Features

Dependecy View: Easily view dependencies between types

Move Refactoring: Drag and drop types between packages

Page 11: FDT (Flex Mania 2010)

Main Features

Reference Search: Quick find function calls

Five Different SWF Viewers: Choose favorite runtime player

Page 12: FDT (Flex Mania 2010)

...and Much More!

ASDoc support

Rename Refactoring (for files, types, variables and functions)

Linking of external SWCs

Version Control support

Debugger

Page 13: FDT (Flex Mania 2010)

Downloading...

Page 14: FDT (Flex Mania 2010)

Install

2 options:- Download FDT- Download FDT as a Eclipse plug-in

You will find details about it at:http://www.fdt.powerflasher.com/developer-tools/fdt-3/

download/

Page 15: FDT (Flex Mania 2010)

Configurations

Start Configurations: Preferences > FDT > Build Path

Preferences > FDT > Editor (Colors)Preferences > FDT > Editor > Semantic HighlightingPreferences > FDT > Tools > FlashPreferences > FDT > Tools > Flash Help

Page 16: FDT (Flex Mania 2010)

Configurations1) PreferencesWindow -> Preferences -> General -> Always run in background Window -> Preferences -> General -> Show heap status

Page 17: FDT (Flex Mania 2010)

Configurations

Window -> Preferences -> General -> Editors -> Text Editors -> Show line numbers

Page 18: FDT (Flex Mania 2010)

Configurations Window -> Preferences -> General -> Keys -> Select “Run Ant Build” and

in Binding type CTRL + ENTER to use this short cut

Page 19: FDT (Flex Mania 2010)

Configurations2) Preferences / FDTWindow -> Preferences -> FDT -> Build Path -> Output folder name: deploy

Page 20: FDT (Flex Mania 2010)

Configurations Window -> Preferences -> FDT -> Code style -> Formatter -> Style

Format your code

Page 21: FDT (Flex Mania 2010)

ConfigurationsWindow -> Preferences -> FDT -> Core Libraries -> AS3 Core Libraries ->

Add new Core Library

Page 22: FDT (Flex Mania 2010)

Configurations Type: Flash CS3

Name: FLASH_CS4_COMPONENTSClick in Browse…

Page 23: FDT (Flex Mania 2010)

Configurations Click in New...

Page 24: FDT (Flex Mania 2010)

Configurations Name: FLASH_CS4_COMPONENTS

Location: C:\Program Files\Adobe\Adobe Flash CS4\Common\Configuration\ActionScript 3.0\FP10Click in OK

Page 25: FDT (Flex Mania 2010)

ConfigurationsClick in OK

Page 26: FDT (Flex Mania 2010)

Configurations Window -> Preferences -> FDT -> Editor -> Code Assist -> Auto

activation triggers for AS: abcdefghijklmnopqrstuvwxyz_.:

Page 27: FDT (Flex Mania 2010)

Configurations Window -> Preferences -> FDT -> Editor -> Folding -> Select only

Folding enabled

Page 28: FDT (Flex Mania 2010)

Configurations Window -> Preferences -> FDT -> Tools -> Flash -> Flash IDE: C:\Program Files\Adobe\Adobe

Flash CS4\Flash.exeWindow -> Preferences -> FDT -> Tools -> Flash -> Flash Player: C:\Program Files\Adobe\Adobe Flash CS4\Players\FlashPlayer.exeWindow -> Preferences -> FDT -> Tools -> Flash -> Flash ASO Directory: C:\Documents and Settings\User\Local Settings\Application Data\Adobe\Flash CS4\en\Configuration\Classes\aso

Page 29: FDT (Flex Mania 2010)

ConfigurationsWindow -> Preferences -> FDT -> Tools -> Flash Help -> Click in Update

Help

Page 30: FDT (Flex Mania 2010)

Configurations3) CustomizationWindow -> Customize Perspective -> Tool Bar Visibility -> Unselect FDT

MXML Coding

Page 31: FDT (Flex Mania 2010)

Configurations

Window -> Customize Perspective -> Command Group Availability -> Unselect

Annotation NavigationWindow -> Customize Perspective -> Command Group Availability -> Unselect

Editor NavigationWindow -> Customize Perspective -> Command Group Availability -> Unselect

FDT MXML Coding

Page 32: FDT (Flex Mania 2010)

ConfigurationsWindow -> Customize Perspective -> Shortcuts -> Submenus: New -> Unselect MXML Class

Page 33: FDT (Flex Mania 2010)

Configurations Window -> Customize Perspective -> Shortcuts -> Submenus: Open Perspective -> Select Flash

FDTWindow -> Customize Perspective -> Shortcuts -> Submenus: Open Perspective -> Unselect JavaWindow -> Customize Perspective -> Shortcuts -> Submenus: Open Perspective -> Unselect Resource

Page 34: FDT (Flex Mania 2010)

ConfigurationsSelect Window -> Open Perspective -> Other… Flash FDT and click in OK

Page 35: FDT (Flex Mania 2010)

Configurations Close the views: SWF Viewer, Javadoc View Open Ant view Window -> Show View -> Ant.

You final screen:

Page 36: FDT (Flex Mania 2010)

Some ShortCuts

--> SearchCTRL + HCTRL + FCTRL + J

--> NavigationF4F5CTRL + TCTRL + RCTRL + L

--> Code EditingALT + Up ArrowALT + Down ArrowCTRL + M CTRL + Page Down / CTRL + Page UpCTRL + F6ALT + Left Arrow/ ALT + Right Arrow

--> Generating CodeCTRL + SpaceCTRL + Shift + OCTRL + 1

Page 37: FDT (Flex Mania 2010)

Coming up: FDT 4!!

Page 38: FDT (Flex Mania 2010)

FDT 4

FasterLightweightEasierMilestones Roadmap

Page 39: FDT (Flex Mania 2010)

FDT 4

Page 40: FDT (Flex Mania 2010)

Get more Info about FDT!

FDT Evangeliste-mail: [email protected]

skype: gabriel.peart

Thanks!