FAQ

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
(How Do I Download FDT Beta)
(How do I Download FDT 5? (Standalone))
 
(95 intermediate revisions not shown)
Line 1: Line 1:
-
==Can I download a trail of FDT4?==
+
=Installation And Setup=
-
Register for a free download of FDT 4 [http://www.fdt.powerflasher.com/developer-tools/fdt/download/ here].
+
-
== Is ActionScript 2 still supported?==
+
==How do I install FDT? (Latest Version)==
-
While FDT4 has no longer support for AS2. You have the option to buy FDT 3.5 with AS2 support as a special bundle with FDT4 for US$99.
+
We recommend the latest standalone version.
-
==I have a feature request or I found a bug - where do I post it?==
+
Visit this link [http://fdt.powerflasher.com/buy-download/ download] and install the latest FDT standalone version.
-
Please use our FDT Jira database http://bugs.powerflasher.com
+
-
==Can I use an existing workspace for FDT4?==
+
*'''OSX:''' Download the .DMG, expand it and drag and drop it onto your desired folder.
-
Yes, it's possible to use an existing workspace but in this case you won't see the Profile-Launcher Button in the toolbar. Please right-click on the toolbar > Customize Perspective > Command Groups Availability and here check '''Profile'''.
+
*'''Windows:''' FDT is distributed as a self extracting .ZIP file. Double click the provided archive to expand it.
-
==How long can I demo FDT 4?==
+
==How do I Download FDT 5.6? (Standalone)==
-
You can play with all features of FDT enabled for 30 days, you can download a 30 day trial version [http://www.fdt.powerflasher.com/developer-tools/fdt/download/ here].
+
-
==FDT Installation fails (Unsupported major.minor version)==
+
Windows 32 Bit:
-
FDT needs at least Java 1.5 to run properly.  Test your install of java [http://www.java.com/en/download/installed.jsp here].
+
http://fdt.powerflasher.com/update/fdt56/installer/FDT5_win32.zip
-
==How can I reset the default Project Templates and Project Templates?==
+
Windows 64 Bit:
-
To reset the Project Types delete the folder projectTypes within the user-wide FDT configuration folder (/Users/username/FDT, C:\Users\username\FDT) and restart FDT.
+
http://fdt.powerflasher.com/update/fdt56/installer/FDT5_win64.zip
-
To reset the Project Templates delete the folder projectTemplates within the user-wide FDT configuration folder and restart the [http://www.fdt.powerflasher.com/developer-tools/fdt/fdt4-beta/milestone-2/fdt-4-tutorial-new-project-wizard/?L=122 New Project Wizard].
+
Mac Carbon 32 Bit:
 +
http://fdt.powerflasher.com/update/fdt56/installer/FDT5_osx32.dmg
-
==Where has the FDT Parser Preferences moved to?==
+
Mac Carbon 64 Bit:
-
Due to the new SDK Management we removed the parser settings and replaced the functionality with the FDT Compiler Preferences.
+
http://fdt.powerflasher.com/update/fdt56/installer/FDT5_osx64.dmg
-
==How can I define path variables for linked resources?==
+
Linux 32 Bit:
-
The preferences are now within the general workspace preferences (General - Workspace - Linked Resources). You can also click on the link within the FDT Welcome Screen to open them.
+
http://fdt.powerflasher.com/update/fdt56/installer/FDT5_linux32.tar.gz
-
==Why are there some wizards missing within Flash Explorer's '''New''' menu?==
+
Linux 64 Bit:
-
Please reset the FDT Perspective to refresh all entries. (Window - Reset Perspective...)
+
http://fdt.powerflasher.com/update/fdt56/installer/FDT5_linux64.tar.gz
-
==I'm on Windows and the Plugin repository isn't working==
+
==How do I Download FDT 5? (Standalone)==
-
This is a temporary issue that will be fixed soon. Until then the current workaround is:
+
-
Paste the .jar files into the plugin directory of FDT, restart FDT and reset the perspective
+
Windows 32 Bit:
 +
http://fdt.powerflasher.com/update/fdt50/installer/FDT5_win32.zip
-
haXe Plugin: [http://www.fdt.powerflasher.com/fileadmin/plugin/haXe_FDT_plugin_alpha2.zip download]
+
Windows 64 Bit:
 +
http://fdt.powerflasher.com/update/fdt50/installer/FDT5_win64.zip
-
Pflection: [http://www.fdt.powerflasher.com/fileadmin/plugin/pflection_FDT_plugin.zip download]
+
Mac Carbon 32 Bit:
 +
http://fdt.powerflasher.com/update/fdt50/installer/FDT5_osx32.dmg
-
==My profiler isn't working with FDT 4?==
+
Mac Carbon 64 Bit:
-
Please reset the FDT Perspective to refresh all entries. (Window - Reset Perspective...)
+
http://fdt.powerflasher.com/update/fdt50/installer/FDT5_osx64.dmg
-
==I changed the project's SDK but nothing changed in my '''.as3_classpath''' file==
+
Linux 32 Bit:
-
We moved the classpath in FDT 4 Milestone 2.
+
http://fdt.powerflasher.com/update/fdt50/installer/FDT5_linux32.tar.gz
-
==How do I get rid of the FDT 3 Compatibility folder? I only want to use FDT 4!==
+
Linux 64 Bit:
-
If you don't need downward compatibility anymore you can just delete any of its files. The folder is only existing if your project contains any legacy file.
+
http://fdt.powerflasher.com/update/fdt50/installer/FDT5_linux64.tar.gz
-
==Getting Started==
+
==How do I Download FDT 4? (Standalone)==
-
We have devoted a section on our wiki to getting you running with FDT quickly.
+
-
[http://fdt.powerflasher.com/docs/Main_Page#FDT_Getting_Started_Guide Check it out].
+
-
==How can I use ''trace()'' with AS3?==
+
Windows 32 Bit:
-
The Flex SDK which is included in the FDT stand alone installation has to be installed.
+
http://fdt.powerflasher.com/update/installer/FDTWindows32.exe
-
Furthermore you need the [http://www.adobe.com/support/flashplayer/downloads.html Flash Debug Player] to start your application. Please make sure that you're really using the DEBUG PLAYER.
+
 
-
If you want to check which version of the Flash Player is installed on your system visit the [http://kb2.adobe.com/cps/155/tn_15507.html Adobe Version test].
+
Windows 64 Bit:
-
If everything is installed correctly open your main class and start your application with "Debug As... --> FDT AS3 Application" (instead of "Run As..."). Two consoles in eclipse will open one for the compiler and one for the debugger. The console for the debugger shows the output of your traces.
+
http://fdt.powerflasher.com/update/installer/FDTWindows64.exe
 +
 
 +
Mac Carbon 32 Bit:
 +
http://fdt.powerflasher.com/update/installer/FDTMacCocoa32.zip
 +
 
 +
Mac Carbon 64 Bit:
 +
http://fdt.powerflasher.com/update/installer/FDTMacCocoa64.zip
 +
 
 +
Linux 32 Bit:
 +
http://fdt.powerflasher.com/update/installer/FDTLinux32.tar.gz
 +
 
 +
Linux 64 Bit:
 +
http://fdt.powerflasher.com/update/installer/FDTLinux64.tar.gz
 +
 
 +
==How do I install FDT? (Plugin Version - Latest)==
 +
The update url is: '''http://fdt.powerflasher.com/update/fdt/'''.
 +
 
 +
==How do I install FDT? (Plugin Version 5)==
 +
The update url is: '''http://fdt.powerflasher.com/update/fdt5/'''.  
-
==How do I install FDT?==
+
For detailed instructions and a video walkthrough, please [http://fdt.powerflasher.com/2011/11/fdt-plugin-released/ see this video].
-
We recommend you to [http://www.fdt.powerflasher.com/developer-tools/fdt/download/ download] and install the FDT standalone version.
+
-
If you prefer to install FDT as part of your existing Eclipse 3.4+ instance, here the instructions:
+
==How do I install FDT? (Plugin Version 4)==
 +
If you prefer to install FDT as part of your existing Eclipse 3.6+ instance, here the instructions:
#Install [http://www.eclipse.org/ Eclipse]
#Install [http://www.eclipse.org/ Eclipse]
#Open Eclipse
#Open Eclipse
Line 71: Line 87:
#Please open "http://fdt.powerflasher.com/update" out of "Available Software" and select "FDT 4". The "FDT 4 Add-ons" category is optional. Depending features are only available if the corresponding plugins of third party contractors are pre-installed.
#Please open "http://fdt.powerflasher.com/update" out of "Available Software" and select "FDT 4". The "FDT 4 Add-ons" category is optional. Depending features are only available if the corresponding plugins of third party contractors are pre-installed.
#Click "Install..." to start the installation.
#Click "Install..." to start the installation.
 +
 +
==How do I install FDT? (Plugin Version 3.5)==
 +
 +
Please [http://fdt.powerflasher.com/contact/ contact us] with your license information and we'll get you a link to download it.
 +
 +
==How do I update FDT?==
 +
FDT will notify you of an update.
 +
 +
==What are the minimal installation requirements for FDT?==
 +
FDT is officially supported under Windows, Mac OS X and Linux.
 +
To get started with FDT please also install and [http://www.fdt.powerflasher.com/download download] the FDT standalone version.
 +
 +
==Does FDT run under Linux?==
 +
Yes ! Starting FDT4.1 release we have announced full support to Linux.
 +
 +
Register [http://www.fdt.powerflasher.com/developer-tools/fdt/download-fdt/ here] to get your 30 days trial key and download your FDT Linux version.
 +
 +
Please help us posting any feedback [http://bugs.powerflasher.com/jira/browse/FDT/component/10467 here] to make sure your FDT Linux development experience as confortable as possible.
 +
 +
==Does FDT support 64bit Eclipse?==
 +
Yes, make sure to ...
 +
* [http://java.com/en/download/manual.jsp install 64 bit Java runtime] : Open this link with a 64 bit browser, download, install, restart browser and verify that the runtime is working.
 +
* [http://labs.adobe.com/downloads/flashplayer10_square.html Install 64 bit Flash Player]: On Windows you’ll need to install the one for IE only, other systems please install the “for all …” one.
 +
* Download and install [http://www.fdt.powerflasher.com/developer-tools/fdt/download/ FDT4 64 bit version].
 +
 +
==Can I install the standalone version of FDT identically on more than one system?==
 +
To install FDT to more than one system, there is the option to create a "Property File" of the configuration details. In that case, you would have to start your first installation of FDT with the following command:
 +
 +
installername -f 'path to properties file'
 +
 +
and the following with:
 +
 +
installername -f 'properties file.'
 +
 +
==FDT Installation fails (Unsupported major.minor version)==
 +
FDT needs at least Java 1.7 to run properly.  Test your install of java [http://www.java.com/en/download/installed.jsp here].
 +
 +
==I'm on Windows and the Plugin repository isn't working==
 +
This is a temporary issue that will be fixed soon. Until then the current workaround is:
 +
 +
Paste the .jar files into the plugin directory of FDT, restart FDT and reset the perspective
 +
 +
haXe Plugin: [http://www.fdt.powerflasher.com/fileadmin/plugin/haXe_FDT_plugin_alpha2.zip download]
 +
 +
Pflection: [http://www.fdt.powerflasher.com/fileadmin/plugin/pflection_FDT_plugin.zip download]
 +
 +
==My Startup (Splash) Screen Is The Default Eclipse Screen==
 +
When FDT is installed as a plugin, we could overwrite the default splash screen but we've decided not to. It's a best practice among the Eclipse community to not override the standalone Eclipse install in this way. This is because the user may have another Eclipse based product installed.  For example, if you've downloaded the standalone version of Aptana and then install FDT as a plugin - we'd be overriding the Aptana screen with our own.
 +
 +
== How can I Install FDT 5 As A Plugin? ==
 +
When FDT 5 was released, installation as a plugin was not supported.  We recommend the stand alone version be used if possible.
 +
 +
If it works out best for you to use the plugin version, we will soon provide a plugin option for everyone.
 +
 +
==On First Run I only see only two menus (top bar)-"Edit" and "Window" (Linux)==
 +
Try going to Window>Customize Perspective and click 'Ok'. This may provide the proper menus scheme.
 +
 +
For more info see these links:
 +
[http://askubuntu.com/questions/10481/how-do-i-disable-the-global-application-menu Ask Ubuntu]
 +
[http://ubuntuforums.org/showthread.php?t=1745436 Ubuntu Forums]
 +
 +
=Upgrading And Using Licenses And FDT Discounts=
==How can I upgrade my FDT 3.5 to FDT 4?==
==How can I upgrade my FDT 3.5 to FDT 4?==
-
You cannot upgrade to FDT4 directly from FDT3.5 or any milestone version of FDT 4. you need to [http://www.fdt.powerflasher.com/developer-tools/fdt/download/ download] and install the FDT4 standalone version or install FDT 4 as a plugin to an Eclipse instance that doesn't had a FDT version installed before.
+
You cannot upgrade to FDT4 directly from FDT3.5. You need to [http://www.fdt.powerflasher.com/developer-tools/fdt/download/ download] and install the FDT4 standalone version or install FDT 4 as a plugin to an Eclipse instance that doesn't had a FDT version installed before.
==I'm a student. Do you offer special student licenses?==
==I'm a student. Do you offer special student licenses?==
Line 83: Line 161:
Follow [http://www.fdt.powerflasher.com/developer-tools/fdt/meta-content/os-request/ this link] and fill out the application form. We will check out your project and get back to you as soon as possible.
Follow [http://www.fdt.powerflasher.com/developer-tools/fdt/meta-content/os-request/ this link] and fill out the application form. We will check out your project and get back to you as soon as possible.
-
==I'm trying to import the ''fl'' package and I get an error...==
+
==Which versions should I get?==
-
Use "compc.exe" from the FlexSDK to create an SWC library out of the following folder:
+
If you just started programming and want to structure your sources, you should go for '''FDT Pure'''. It provides you with a lot of cool features and will definitely shorten your development time. It's your entry into the world of professional coding.
-
+
If you are already a professional and if you are used to working with professional development tools you should go for''' FDT Plus'''. A complete feature set supports you in handling your huge projects with bulky source codes and libraries. Your whole team can benefit from FDT Plus and how it simplifies your coding procedure.
-
'''<Adobe Flash CS3/4>\en\Configuration\Component Source\ActionScript 3.0\User Interface'''
+
If you need solutions to tricky tasks and if you want to benefit from our latest achievements you should go for '''FDT Max'''. This version offers not only extended support, you can also team up with our experts to be part of well-priced training sessions, especially developed for our Professionals customers. FDT Max is for the experts among the experts!
-
 
+
-
Use this SWC as linked library within your project afterwards. Alternativly you can use the folder directly as "linked library".
+
==I'm a software reseller. Are you working with resellers?==
==I'm a software reseller. Are you working with resellers?==
Line 94: Line 170:
To get the special reseller rates please contact us via our [http://www.fdt.powerflasher.com/developer-tools/fdt/meta-content/sales-contact/ Sales contact form] and provide us with all the necessary data about your company. With these information we will create your personal FDT reseller account which allows you to get the discount.
To get the special reseller rates please contact us via our [http://www.fdt.powerflasher.com/developer-tools/fdt/meta-content/sales-contact/ Sales contact form] and provide us with all the necessary data about your company. With these information we will create your personal FDT reseller account which allows you to get the discount.
-
==What are the minimal installation requirements for FDT?==
+
=Contacting The Team For Support, Bugs, Feature Requests or Contributions=
-
FDT is officially supported under Windows, Mac OS X (Linux coming soon!).
+
-
To get started with FDT please also install and [http://www.fdt.powerflasher.com/download download] the FDT standalone version.
+
-
 
+
-
==Does FDT run under Linux?==
+
-
We are committed in providing a cross- platform experience. We are very proud to have the opportunity to extend Linux support with the help of the community.
+
-
 
+
-
Register [http://www.fdt.powerflasher.com/developer-tools/fdt/download-fdt/ here] to get your 30 days trial key and follow the eclipse intall instructions as an [http://fdt.powerflasher.com/docs/Installing_and_Running_FDT Eclipse plug-in]
+
-
 
+
-
And do not forget to help us making a better support for Linux by letting us know about any [http://bugs.powerflasher.com/jira/browse/FDT/component/10467 problems or issues].
+
==What kind of support can I expect?==
==What kind of support can I expect?==
Line 110: Line 177:
http://www.fdt.powerflasher.com/developer-tools/fdt/support/
http://www.fdt.powerflasher.com/developer-tools/fdt/support/
-
==Which versions should I get?==
+
==I have a feature request or I found a bug - where do I post it?==
-
If you just started programming and want to structure your sources, you should go for '''FDT Pure'''. It provides you with a lot of cool features and will definitely shorten your development time. It's your entry into the world of professional coding.
+
Please use our FDT Issue tracker on http://bugs.powerflasher.com
-
If you are already a professional and if you are used to working with professional development tools you should go for''' FDT Plus'''. A complete feature set supports you in handling your huge projects with bulky source codes and libraries. Your whole team can benefit from FDT Plus and how it simplifies your coding procedure.
+
 
-
If you need solutions to tricky tasks and if you want to benefit from our latest achievements you should go for '''FDT Max'''. This version offers not only extended support, you can also team up with our experts to be part of well-priced training sessions, especially developed for our Professionals customers. FDT Max is for the experts among the experts!
+
Check out this [http://fdt.powerflasher.com/blog/how-to-use-jira/ tutorial] how to use JIRA.
 +
 
 +
=Configuring FDT=
 +
 
 +
==How can install the Flex SDKs?==
 +
When upgrading to or installing FDT 4.5, you'll need to make sure you have the appropriate Adobe Flex SDKs installed. Below is a video that will walk you through downloading and adding the SDKs to FDT.
 +
 
 +
We also have a general [[SDK Management| SDK Management tutorial]] available as well. Check that out if you'd like to learn more about using SDKs with FDT.
 +
 
 +
= <center>Video</center> =
 +
{{#widget:Vimeo|id=24623280|width=600|height=400}}
 +
 
 +
==Can I Import or Export FDT Color Themes==
 +
FDT doesn't have official support for importing and exporting color themes. It can be done, but may require extra steps.  The reason for this that color themes in Eclipse are saved within the workspace preferences - along with other preferences such as keystrokes.  For now, the best is to Google 'Eclipse Color Themes'.
 +
 
 +
[http://stackoverflow.com/questions/96981/color-themes-for-eclipse Here is a good link to start]
 +
 
 +
==How Do I Customize Launching FDT==
 +
 
 +
Check out this page to learn about [[Customizing How Projects Are Launched]]
 +
 
 +
==Can I reset the default preference file in FDT==
 +
Eclipse would re-create the configuration folder with all the configuration files by deleting the configuration folder and forcing Eclipse to start up using the default settings.  
 +
However, the FDTs settings are partly stored in the workspace as well as in FDTs directory. When deleting these configurations there is also a chance that the workspace will get messed up. Even if it works without problems the user will have to set up each project he had in his workspace once again. It is recommend to make a fresh installation of FDT instead, that way you are on the save side.
 +
 
 +
=Using FDT=
 +
 
 +
==Getting Started==
 +
We have devoted a section on our wiki to getting you running with FDT quickly.
 +
[http://fdt.powerflasher.com/docs/Main_Page#FDT_Getting_Started_Guide Check it out].
 +
 
 +
== Is ActionScript 2 still supported?==
 +
While FDT4 has no longer support for AS2. You have the option to buy FDT 3.5 with AS2 support as a special bundle with FDT4 for US$99.
 +
 
 +
==How can I reset the default Project Templates and Project Templates?==
 +
To reset the Project Types delete the folder projectTypes within the user-wide FDT configuration folder (/Users/username/Library/Application Support/FDT, C:\Users\username\FDT) and restart FDT.
 +
 
 +
To reset the Project Templates delete the folder projectTemplates within the user-wide FDT configuration folder and restart the [http://www.fdt.powerflasher.com/developer-tools/fdt/fdt4-beta/milestone-2/fdt-4-tutorial-new-project-wizard/?L=122 New Project Wizard].
 +
 
 +
==Where has the FDT Parser Preferences moved to?==
 +
Due to the new SDK Management we removed the parser settings and replaced the functionality with the FDT Compiler Preferences.
 +
 
 +
==How can I define path variables for linked resources?==
 +
The preferences are now within the general workspace preferences (General - Workspace - Linked Resources). You can also click on the link within the FDT Welcome Screen to open them.
 +
 
 +
==Why are there some wizards missing within Flash Explorer's '''New''' menu?==
 +
Please reset the FDT Perspective to refresh all entries. (Window - Reset Perspective...)
 +
 
 +
==My profiler isn't working with FDT 4?==
 +
Please reset the FDT Perspective to refresh all entries. (Window - Reset Perspective...)
 +
 
 +
 
 +
==I'm having trouble using the debugger on Linux==
 +
[http://zoltanb.co.uk/how-to-set-up-flex-4-5-sdk-with-air-2-6-on-linux-using-fdt/ Please see this blog post] for more info about Adobe's SDK support for Linux and how to work with it.
 +
 
 +
==I changed the project's SDK but nothing changed in my '''.as3_classpath''' file==
 +
We moved the classpath in FDT 4 Milestone 2.
 +
 
 +
==How do I get rid of the FDT 3 Compatibility folder? I only want to use FDT 4!==
 +
If you don't need downward compatibility anymore you can just delete any of its files. The folder is only existing if your project contains any legacy file.
 +
 
 +
==How can I use ''trace()'' with AS3?==
 +
The Flex SDK which is included in the FDT stand alone installation has to be installed.
 +
Furthermore you need the [http://www.adobe.com/support/flashplayer/downloads.html Flash Debug Player] to start your application. Please make sure that you're really using the DEBUG PLAYER.
 +
If you want to check which version of the Flash Player is installed on your system visit the [http://kb2.adobe.com/cps/155/tn_15507.html Adobe Version test].
 +
If everything is installed correctly open your main class and start your application with "Debug As... --> FDT AS3 Application" (instead of "Run As..."). Two consoles in eclipse will open one for the compiler and one for the debugger. The console for the debugger shows the output of your traces.
 +
 
 +
==I'm trying to import the ''fl'' package and I get an error...==
 +
Use "compc.exe" from the FlexSDK to create an SWC library out of the following folder:
 +
 +
'''<Adobe Flash CS3/4>\en\Configuration\Component Source\ActionScript 3.0\User Interface'''
 +
 
 +
Use this SWC as linked library within your project afterwards. Alternativly you can use the folder directly as "linked library".
==How can I improve FDT's performance?==
==How can I improve FDT's performance?==
Line 125: Line 264:
Note: On a machine with only 1 gb of ram, lowering the value to 512mb will improve the performance
Note: On a machine with only 1 gb of ram, lowering the value to 512mb will improve the performance
 +
 +
We found also a good tip on
 +
[http://www.quora.com/FDT/If-I-have-8GB-of-RAM-whats-a-good-setting-for-the-Xms-in-eclipse-ini?q=FDT Quora]
 +
 +
==Things Are Slow or I'm Getting Odd Errors==
 +
Try cleaning your workspace / projects and resetting the compiler.
 +
 +
[[File:Clean.png | 200px]] [[File:Reset_compiler.png| 200px]]
==I'm getting this '''ERROR 403'''...==
==I'm getting this '''ERROR 403'''...==
Line 133: Line 280:
#Insert proxy address and port
#Insert proxy address and port
#try again
#try again
-
 
-
==Can I install the standalone version of FDT identically on more than one system?==
 
-
To install FDT to more than one system, there is the option to create a "Property File" of the configuration details. In that case, you would have to start your first installation of FDT with the following command:
 
-
 
-
installername -f 'path to properties file'
 
-
 
-
and the following with:
 
-
 
-
installername -f 'properties file.'
 
-
 
-
==Where can I find the FDT Carbon Version for Mac OSX==
 
-
In general we allways recomment to Mac OS X users to use the Cocoa Version of FDT. But we have Carbon versions available.
 
-
 
-
[http://www.fdt.powerflasher.com/update/installer/FDTMacCarbon.zip FDT 4 Carbon Version]
 
-
 
-
[http://www.fdt.powerflasher.com/update/installer/FDTEnterpriseMacCarbon.zip FDT 3.5 Carbon Version]
 
==When I Debug or Profile My Application, The Perspective Doesn't Change==
==When I Debug or Profile My Application, The Perspective Doesn't Change==
-
Check out your ''Perspectives'' settings: [[File:Prespective_control.png|center|200px]] There's an option to: ''Open associated perspective when an application suspends''. Also take note that when you have ''FDT SWF Application'' selected within the ''Application Types/Launchers'' section you have the appropriate settings under ''Modes/Perspectives''.
+
Check out your ''Perspectives'' settings: [[File:Prespective_control.png|center|600px]] There's an option to: ''Open associated perspective when an application suspends''. Also take note that when you have ''FDT SWF Application'' selected within the ''Application Types/Launchers'' section you have the appropriate settings under ''Modes/Perspectives''.
==How Do I Get FDT to Ignore Specific Files or Folders Such as .SVN==
==How Do I Get FDT to Ignore Specific Files or Folders Such as .SVN==
Line 171: Line 302:
Check this video tutorial:
Check this video tutorial:
-
{{#widget:Vimeo|id=16039843}}
+
{{#widget:Vimeo|id=16039843|width=600|height=400}}
-
 
+
==How Can I Profile a SWF I Create Via Flash Authoring==
==How Can I Profile a SWF I Create Via Flash Authoring==
Line 181: Line 311:
Check this video tutorial:
Check this video tutorial:
-
{{#widget:Vimeo|id=16632103}}
+
{{#widget:Vimeo|id=16632103|width=600|height=400}}
 +
 
 +
==I can't Debug Android Mobile Projects==
 +
Make sure you have the
 +
 
 +
'''<uses-permission android:name="android.permission.INTERNET" />'''
 +
 
 +
node in your Android permissions.
 +
 
 +
WIth FDT 5, this is not activated by default but will be in 5.1. See [http://bugs.powerflasher.com/jira/browse/FDT-2451 this JIRA ticket] for more info.
 +
 
 +
[[File:Properties_for_Test.png|600px]]
 +
 
 +
==How Do I Use The New Mobile Components In Flex 4.5 (Hero)?==
 +
# You'll first need to [http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+Hero download the new Hero SDK].
 +
# Add the Hero SDK using FDT's [[SDK Management]]
 +
# Add ''mobilecomponents.swc'' to your classpath
 +
 
 +
Also see [http://www.beautifycode.com/using-flex-4-5-hero-with-fdt-4-1 this post by Marvin Blase] on using using Hero and FDT.
 +
 
 +
[[File:Select_mobile.png | 600px | center]]
-
==How Do I Download FDT Beta==
+
==Can't package AIR==
-
To download FDT beta, within FDT you’ll need to either create a new download site or edit the existing beta site. The URL is:
+
If you're having problems packaging your AIR applications, this error may be caused by a misconfiguration of your air release launcher. In order to package an .air file you will have to add at least the .SWF and the application discriptor to package successful. The following screenshot shows how to do so: http://screencast.com/t/T3AzRzJKn8Z
-
http://fdt.powerflasher.com/update_beta/build
+
==How Do I Get FDT To Ignore A File==
 +
There are various techniques to do this. Please check out this [http://bugs.powerflasher.com/jira/browse/FDT-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19409#action_19409 JIRA ticket] where this issue is discussed.
-
To create a new site or edit an existing update site go to 'Help>Install New Software...'
+
==How Do I Launch A haXe Project==
-
[[File:Beta_1.png | 200px | center]]
+
FDT currently does not support any launchers for haXe. To run a haXe SWF or HTML, simply double the click on the file in the explorer or create your own custom launch process.
-
Once here you can edit an existing Beta site by going to "Available Software Sites" or create a new site by clicking 'Add'.   After either one, you'll need to add the URL like below:
+
==Do I need The Flex SDKs to use haXe==
-
[[File:Beta_9.png | 200px | center]]
+
No. You can disable the warning asking you to install the Flex SDKs.
 +
[[File:FDT.png]]
-
When the site is added, select it from the 'Work with:' menu and check off FDT.
+
==How Do I Debug A haXe Flash Project==
-
[[File:Beta_7.png | 200px | center]]
+
FDT's debugger currently does not support SWFs created in haXe.
-
==How FDT's Versioning Works==
+
=Miscellaneous=
-
We use a popular numbering system most of you are already familiar with:
+
==How Do I Know What Edition of FDT I Have installed==
 +
Go to 'Help>FDT License' and the FDT license box will appear. This will tell you the registered email, version and a preview of the key that is associated with your installation of FDT.
 +
[[File:Licence.png]]
-
[major].[minor].[maintenace].[build]
+
==When A Beta Is Released How Do I Download It?==
-
[major] - Major breakthroughs in development.
+
Here are the URLs to download an FDT Beta:
-
[minor] - Some improvements or expansion on existing features
+
Windows 32 Bit:
 +
http://fdt.powerflasher.com/update_beta/installer/FDTWindows32.exe
-
[maintenance] - Mostly bugfixes for a minor or a major release- you could call it Patch or Hotfix.
+
Windows 64 Bit:
 +
http://fdt.powerflasher.com/update_beta/installer/FDTWindows64.exe
-
[build] - While a version is still in beta we will include a build number that will denote which version the beta is associated with. For example, 4.1.0.2322 is a beta build for 4.1.0.
+
Mac Cocoa 32 Bit:
 +
http://fdt.powerflasher.com/update_beta/installer/FDTMacCocoa32.zip
-
Using our upcoming release, 4.1 as an example, let's look at a release cycle for it. For 4.1, we fixed a few issues and added some small improvements - so it's a minor release. Moving forward, we start incrementing the build number to hint that we're making improvements but it's not ready for prime time. At this point you'll start seeing versions like this: 4.1.1.1190, 4.1.1.1193 and 4.1.1.1201.
+
Mac Cocoa 64 Bit:
 +
http://fdt.powerflasher.com/update_beta/installer/FDTMacCocoa64.zip
-
If we're happy with the quality, we'll release a stable minor build, 4.1.1, and then start again: 4.1.2.1213, 4.1.2.1216...
+
Linux 32 Bit:
 +
http://fdt.powerflasher.com/update_beta/installer/FDTLinux32.tar.gz
-
==What Should I Do If I Find a Bug In FDT Beta==
+
Linux 64 Bit:
-
If you come across a bug while using a beta version of FDT, please search [http://bugs.powerflasher.com/jira/secure/Dashboard.jspa JIRA] if it has already been logged, and if it hasn't please create a bug report.
+
http://fdt.powerflasher.com/update_beta/installer/FDTLinux64.tar.gz
-
==How Do I Use JIRA==
+
'''Important:''' please see the known issue for that release on [http://bugs.powerflasher.com/jira/browse/FDT-2006 bugs.powerflasher.com] You will have to restart FDT after setting the paths to Scala and Apparat in order to make sure the Apparat feature runs smooth.
-
[http://fdt.powerflasher.com/blog/how-to-use-jira/ Check out this tutorial.]
+

Latest revision as of 08:48, 7 January 2015

Contents

Installation And Setup

How do I install FDT? (Latest Version)

We recommend the latest standalone version.

Visit this link download and install the latest FDT standalone version.

  • OSX: Download the .DMG, expand it and drag and drop it onto your desired folder.
  • Windows: FDT is distributed as a self extracting .ZIP file. Double click the provided archive to expand it.

How do I Download FDT 5.6? (Standalone)

Windows 32 Bit: http://fdt.powerflasher.com/update/fdt56/installer/FDT5_win32.zip

Windows 64 Bit: http://fdt.powerflasher.com/update/fdt56/installer/FDT5_win64.zip

Mac Carbon 32 Bit: http://fdt.powerflasher.com/update/fdt56/installer/FDT5_osx32.dmg

Mac Carbon 64 Bit: http://fdt.powerflasher.com/update/fdt56/installer/FDT5_osx64.dmg

Linux 32 Bit: http://fdt.powerflasher.com/update/fdt56/installer/FDT5_linux32.tar.gz

Linux 64 Bit: http://fdt.powerflasher.com/update/fdt56/installer/FDT5_linux64.tar.gz

How do I Download FDT 5? (Standalone)

Windows 32 Bit: http://fdt.powerflasher.com/update/fdt50/installer/FDT5_win32.zip

Windows 64 Bit: http://fdt.powerflasher.com/update/fdt50/installer/FDT5_win64.zip

Mac Carbon 32 Bit: http://fdt.powerflasher.com/update/fdt50/installer/FDT5_osx32.dmg

Mac Carbon 64 Bit: http://fdt.powerflasher.com/update/fdt50/installer/FDT5_osx64.dmg

Linux 32 Bit: http://fdt.powerflasher.com/update/fdt50/installer/FDT5_linux32.tar.gz

Linux 64 Bit: http://fdt.powerflasher.com/update/fdt50/installer/FDT5_linux64.tar.gz

How do I Download FDT 4? (Standalone)

Windows 32 Bit: http://fdt.powerflasher.com/update/installer/FDTWindows32.exe

Windows 64 Bit: http://fdt.powerflasher.com/update/installer/FDTWindows64.exe

Mac Carbon 32 Bit: http://fdt.powerflasher.com/update/installer/FDTMacCocoa32.zip

Mac Carbon 64 Bit: http://fdt.powerflasher.com/update/installer/FDTMacCocoa64.zip

Linux 32 Bit: http://fdt.powerflasher.com/update/installer/FDTLinux32.tar.gz

Linux 64 Bit: http://fdt.powerflasher.com/update/installer/FDTLinux64.tar.gz

How do I install FDT? (Plugin Version - Latest)

The update url is: http://fdt.powerflasher.com/update/fdt/.

How do I install FDT? (Plugin Version 5)

The update url is: http://fdt.powerflasher.com/update/fdt5/.

For detailed instructions and a video walkthrough, please see this video.

How do I install FDT? (Plugin Version 4)

If you prefer to install FDT as part of your existing Eclipse 3.6+ instance, here the instructions:

  1. Install Eclipse
  2. Open Eclipse
  3. Choose "Help->Software Updates..."
  4. Select "Available Software" Tab and choose "Add Site..."
  5. Insert "http://fdt.powerflasher.com/update" in Location field and confirm with OK
  6. Please open "http://fdt.powerflasher.com/update" out of "Available Software" and select "FDT 4". The "FDT 4 Add-ons" category is optional. Depending features are only available if the corresponding plugins of third party contractors are pre-installed.
  7. Click "Install..." to start the installation.

How do I install FDT? (Plugin Version 3.5)

Please contact us with your license information and we'll get you a link to download it.

How do I update FDT?

FDT will notify you of an update.

What are the minimal installation requirements for FDT?

FDT is officially supported under Windows, Mac OS X and Linux. To get started with FDT please also install and download the FDT standalone version.

Does FDT run under Linux?

Yes ! Starting FDT4.1 release we have announced full support to Linux.

Register here to get your 30 days trial key and download your FDT Linux version.

Please help us posting any feedback here to make sure your FDT Linux development experience as confortable as possible.

Does FDT support 64bit Eclipse?

Yes, make sure to ...

Can I install the standalone version of FDT identically on more than one system?

To install FDT to more than one system, there is the option to create a "Property File" of the configuration details. In that case, you would have to start your first installation of FDT with the following command:

installername -f 'path to properties file'

and the following with:

installername -f 'properties file.'

FDT Installation fails (Unsupported major.minor version)

FDT needs at least Java 1.7 to run properly. Test your install of java here.

I'm on Windows and the Plugin repository isn't working

This is a temporary issue that will be fixed soon. Until then the current workaround is:

Paste the .jar files into the plugin directory of FDT, restart FDT and reset the perspective

haXe Plugin: download

Pflection: download

My Startup (Splash) Screen Is The Default Eclipse Screen

When FDT is installed as a plugin, we could overwrite the default splash screen but we've decided not to. It's a best practice among the Eclipse community to not override the standalone Eclipse install in this way. This is because the user may have another Eclipse based product installed. For example, if you've downloaded the standalone version of Aptana and then install FDT as a plugin - we'd be overriding the Aptana screen with our own.

How can I Install FDT 5 As A Plugin?

When FDT 5 was released, installation as a plugin was not supported. We recommend the stand alone version be used if possible.

If it works out best for you to use the plugin version, we will soon provide a plugin option for everyone.

On First Run I only see only two menus (top bar)-"Edit" and "Window" (Linux)

Try going to Window>Customize Perspective and click 'Ok'. This may provide the proper menus scheme.

For more info see these links: Ask Ubuntu Ubuntu Forums

Upgrading And Using Licenses And FDT Discounts

How can I upgrade my FDT 3.5 to FDT 4?

You cannot upgrade to FDT4 directly from FDT3.5. You need to download and install the FDT4 standalone version or install FDT 4 as a plugin to an Eclipse instance that doesn't had a FDT version installed before.

I'm a student. Do you offer special student licenses?

Students can buy all full versions and upgrades for 50 % of the retail price. Check out the special application form. Please keep in mind that we need a copy of your student's ID which proves that you're actually enrolled at an university or school and that you are entitled to take this particularly favourable offer.

Do you support developers of open source projects?

We are very interested in encouraging projects everyone benefits from. So please let us know what you're doing and we encourage your work with the give-away of a free key for FDT 4 Max license. Follow this link and fill out the application form. We will check out your project and get back to you as soon as possible.

Which versions should I get?

If you just started programming and want to structure your sources, you should go for FDT Pure. It provides you with a lot of cool features and will definitely shorten your development time. It's your entry into the world of professional coding. If you are already a professional and if you are used to working with professional development tools you should go for FDT Plus. A complete feature set supports you in handling your huge projects with bulky source codes and libraries. Your whole team can benefit from FDT Plus and how it simplifies your coding procedure. If you need solutions to tricky tasks and if you want to benefit from our latest achievements you should go for FDT Max. This version offers not only extended support, you can also team up with our experts to be part of well-priced training sessions, especially developed for our Professionals customers. FDT Max is for the experts among the experts!

I'm a software reseller. Are you working with resellers?

Yes we work with resellers. To get the special reseller rates please contact us via our Sales contact form and provide us with all the necessary data about your company. With these information we will create your personal FDT reseller account which allows you to get the discount.

Contacting The Team For Support, Bugs, Feature Requests or Contributions

What kind of support can I expect?

If you are a user of FDT 4 Max you can use our support form to get help within the next 24h. Please keep the following in mind: the more information we have, the easier it is for us to react quickly and satisfactory. So please give us a brief, but precise, description of your problem.

http://www.fdt.powerflasher.com/developer-tools/fdt/support/

I have a feature request or I found a bug - where do I post it?

Please use our FDT Issue tracker on http://bugs.powerflasher.com

Check out this tutorial how to use JIRA.

Configuring FDT

How can install the Flex SDKs?

When upgrading to or installing FDT 4.5, you'll need to make sure you have the appropriate Adobe Flex SDKs installed. Below is a video that will walk you through downloading and adding the SDKs to FDT.

We also have a general SDK Management tutorial available as well. Check that out if you'd like to learn more about using SDKs with FDT.

Video

Can I Import or Export FDT Color Themes

FDT doesn't have official support for importing and exporting color themes. It can be done, but may require extra steps. The reason for this that color themes in Eclipse are saved within the workspace preferences - along with other preferences such as keystrokes. For now, the best is to Google 'Eclipse Color Themes'.

Here is a good link to start

How Do I Customize Launching FDT

Check out this page to learn about Customizing How Projects Are Launched

Can I reset the default preference file in FDT

Eclipse would re-create the configuration folder with all the configuration files by deleting the configuration folder and forcing Eclipse to start up using the default settings. However, the FDTs settings are partly stored in the workspace as well as in FDTs directory. When deleting these configurations there is also a chance that the workspace will get messed up. Even if it works without problems the user will have to set up each project he had in his workspace once again. It is recommend to make a fresh installation of FDT instead, that way you are on the save side.

Using FDT

Getting Started

We have devoted a section on our wiki to getting you running with FDT quickly. Check it out.

Is ActionScript 2 still supported?

While FDT4 has no longer support for AS2. You have the option to buy FDT 3.5 with AS2 support as a special bundle with FDT4 for US$99.

How can I reset the default Project Templates and Project Templates?

To reset the Project Types delete the folder projectTypes within the user-wide FDT configuration folder (/Users/username/Library/Application Support/FDT, C:\Users\username\FDT) and restart FDT.

To reset the Project Templates delete the folder projectTemplates within the user-wide FDT configuration folder and restart the New Project Wizard.

Where has the FDT Parser Preferences moved to?

Due to the new SDK Management we removed the parser settings and replaced the functionality with the FDT Compiler Preferences.

How can I define path variables for linked resources?

The preferences are now within the general workspace preferences (General - Workspace - Linked Resources). You can also click on the link within the FDT Welcome Screen to open them.

Why are there some wizards missing within Flash Explorer's New menu?

Please reset the FDT Perspective to refresh all entries. (Window - Reset Perspective...)

My profiler isn't working with FDT 4?

Please reset the FDT Perspective to refresh all entries. (Window - Reset Perspective...)


I'm having trouble using the debugger on Linux

Please see this blog post for more info about Adobe's SDK support for Linux and how to work with it.

I changed the project's SDK but nothing changed in my .as3_classpath file

We moved the classpath in FDT 4 Milestone 2.

How do I get rid of the FDT 3 Compatibility folder? I only want to use FDT 4!

If you don't need downward compatibility anymore you can just delete any of its files. The folder is only existing if your project contains any legacy file.

How can I use trace() with AS3?

The Flex SDK which is included in the FDT stand alone installation has to be installed. Furthermore you need the Flash Debug Player to start your application. Please make sure that you're really using the DEBUG PLAYER. If you want to check which version of the Flash Player is installed on your system visit the Adobe Version test. If everything is installed correctly open your main class and start your application with "Debug As... --> FDT AS3 Application" (instead of "Run As..."). Two consoles in eclipse will open one for the compiler and one for the debugger. The console for the debugger shows the output of your traces.

I'm trying to import the fl package and I get an error...

Use "compc.exe" from the FlexSDK to create an SWC library out of the following folder:

<Adobe Flash CS3/4>\en\Configuration\Component Source\ActionScript 3.0\User Interface

Use this SWC as linked library within your project afterwards. Alternativly you can use the folder directly as "linked library".

How can I improve FDT's performance?

To improve the FDT performance you can try the following suggestions:

  • Remove unused SDKs from FDT
  • Close unused project
  • Uncheck "build automatically"
  • Raise the memory value in eclipse.ini adding the following two lines:
    • Xms128m
    • Xmx768m

Note: On a machine with only 1 gb of ram, lowering the value to 512mb will improve the performance

We found also a good tip on Quora

Things Are Slow or I'm Getting Odd Errors

Try cleaning your workspace / projects and resetting the compiler.

Clean.png Reset compiler.png

I'm getting this ERROR 403...

Please check the settings of your firewall.

  1. Preferences...
  2. Select Install/Update
  3. Select "Enable http proxy connection"
  4. Insert proxy address and port
  5. try again

When I Debug or Profile My Application, The Perspective Doesn't Change

Check out your Perspectives settings:
Prespective control.png
There's an option to: Open associated perspective when an application suspends. Also take note that when you have FDT SWF Application selected within the Application Types/Launchers section you have the appropriate settings under Modes/Perspectives.

How Do I Get FDT to Ignore Specific Files or Folders Such as .SVN

Within the Flash Explorer, there is a filter option for what types of files and folders are visible.

Ignore svn.png

Why is the flex.swc included in AS3 projects

There are various reasons for this, but most notably it has to do with the use of the [Embed] metadata tag. With the use of such a tag the Flex compiler will pull in additional classes, from the mx package, to handle the asset embed.


[Embed(source="FDT.jpeg")]


The use of code like the snippet above will result in the addition of classes such as BitmapAsset. The tricky part is that if the classes are omitted, the compiler will not throw a compile time error. Rather it will throw a runtime error.

Check this video tutorial:

How Can I Profile a SWF I Create Via Flash Authoring

The best way of doing this is to use one of FDT's Ant tasks.


Check this video tutorial:

I can't Debug Android Mobile Projects

Make sure you have the

<uses-permission android:name="android.permission.INTERNET" />

node in your Android permissions.

WIth FDT 5, this is not activated by default but will be in 5.1. See this JIRA ticket for more info.

Properties for Test.png

How Do I Use The New Mobile Components In Flex 4.5 (Hero)?

  1. You'll first need to download the new Hero SDK.
  2. Add the Hero SDK using FDT's SDK Management
  3. Add mobilecomponents.swc to your classpath

Also see this post by Marvin Blase on using using Hero and FDT.

Select mobile.png

Can't package AIR

If you're having problems packaging your AIR applications, this error may be caused by a misconfiguration of your air release launcher. In order to package an .air file you will have to add at least the .SWF and the application discriptor to package successful. The following screenshot shows how to do so: http://screencast.com/t/T3AzRzJKn8Z

How Do I Get FDT To Ignore A File

There are various techniques to do this. Please check out this JIRA ticket where this issue is discussed.

How Do I Launch A haXe Project

FDT currently does not support any launchers for haXe. To run a haXe SWF or HTML, simply double the click on the file in the explorer or create your own custom launch process.

Do I need The Flex SDKs to use haXe

No. You can disable the warning asking you to install the Flex SDKs. FDT.png

How Do I Debug A haXe Flash Project

FDT's debugger currently does not support SWFs created in haXe.

Miscellaneous

How Do I Know What Edition of FDT I Have installed

Go to 'Help>FDT License' and the FDT license box will appear. This will tell you the registered email, version and a preview of the key that is associated with your installation of FDT. Licence.png

When A Beta Is Released How Do I Download It?

Here are the URLs to download an FDT Beta:

Windows 32 Bit: http://fdt.powerflasher.com/update_beta/installer/FDTWindows32.exe

Windows 64 Bit: http://fdt.powerflasher.com/update_beta/installer/FDTWindows64.exe

Mac Cocoa 32 Bit: http://fdt.powerflasher.com/update_beta/installer/FDTMacCocoa32.zip

Mac Cocoa 64 Bit: http://fdt.powerflasher.com/update_beta/installer/FDTMacCocoa64.zip

Linux 32 Bit: http://fdt.powerflasher.com/update_beta/installer/FDTLinux32.tar.gz

Linux 64 Bit: http://fdt.powerflasher.com/update_beta/installer/FDTLinux64.tar.gz

Important: please see the known issue for that release on bugs.powerflasher.com You will have to restart FDT after setting the paths to Scala and Apparat in order to make sure the Apparat feature runs smooth.

Get FDT5