Questions tagged [fdt]

FDT is an Eclipse development toolkit for interactive developers. FDT can be used to target multiple platforms such as Flash and HTML5 / JavaScript / PHP via Haxe.

FDT(Flexible Development Toolkit) comes in both free and commercial editions. Both the free and commercial versions support:

  • Apache FlexJS Compiler support
  • Live Error Highlighting
  • Quickfixes
  • Auto completion
  • Dead Code Detection

The commercial version also supports:

  • Advanced Refactoring
  • ASDoc Support
  • SWC Source Attachement
  • Project References
  • Command Line Handling
  • AIR SDK Merging
  • Advanced Navigation Features
  • Font Library Creator
  • Maven Flex Mojos Support
  • AIR/Mobile Support

References

166 questions
0
votes
1 answer

FDT can't find flash player

I used FlashDevelop for 3 years and everything work well. Now I have to use Mac . I have some troubles , I am new to FDT, I can't build my project. I downloaded a AIR-Flex combo SDK from internet for I have some trouble to copy AIR3.5 SDK into…
blackgun
  • 411
  • 1
  • 5
  • 16
0
votes
0 answers

Compile Air Application in FDT5.6?

I was download last version of fdt , i create air project and when i want compile and test it give me an error: An internal error occurred during: "Compile". java.lang.NullPointerException
J.J
  • 46
  • 6
0
votes
2 answers

Could not resolve variable (may be a dynamic member)

I created variable with datatype object and created property for this object and asignt value to it. var tileModel : Object = new Object(); tileModel.property = 10; But I got warning in FDT Ide. Could not resolve variable (may be a dynamic…
Riddlah
  • 302
  • 3
  • 15
0
votes
1 answer

My Project Templates Are Missing With Version-less FDT

I just upgraded to FDT (new subscription model), got everything working, then went to create a new project with a custom template - gone! Found the folder had been moved to projectTemplateBackup, moved it back into projectTemplates... but it still…
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
2 answers

How Do I Use FDT To Test An AIR App On A Mobile Device?

Following the FDT tutorials and all is well, until I try to test the project on a device. I can run the swf in an external window, it's the .SWF from the tutorial that makes randomly colored circles. It works.(The tutorial fails to declare the…
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

I Can't Run Some Ant Tasks In FDT

Some of my Ant tasks fail in FDT. The error is usually: BUILD FAILED Problem: failed to create task or type fdt.invoke.launchConfiguration Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been…
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

Why Doesn't FDT Start ADL Or Show Anything When I Launch?

When I launch a simple AIR project. ADL doesn't start / or I dont' see anything: Starting Full Build of Application. Compiler arguments: -output C:\Dev\FDT5\fdt_workspace\Application\bin\Application.swf -+configname=air +flexlib= …
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

With FDT, How Do I Prevent Packaging For Mobile Applications (iOS & Android)

When working with the FDT FREE version, how do I run a configuration which only compiles the SWF and doesn't package an .IPA or .APK. Is there any way of do this? For example, I would like to have 2 launch methods, one that only compiles the swf…
xperiments
  • 106
  • 3
0
votes
1 answer

FDT - How do I get my IOS project to package and compile in standard mode

I am just getting into testing my first ISO app using FDT and Actionscript there. I have everything configured correctly I think. In the debug configurations for IOS debugging I have Standard Packaging selected and when debugging I get the following…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
0
votes
1 answer

Why Doesn't FDT Take Into Account My Selected 'Default' SDK When I Create A Project

Check out the screenshots. I have Flex 4.6 selected as default but the project template uses Apache Flex 4.8. Why?
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

Installing FDT On Windows & Java JRE Issue

I have been using FlashBuilder for some time now but I recently discovered some interesting articles that claim FDT is sweet. I'm trying to evaluate it but I can't find a windows installer anywhere. I'm trying to use the stand-alone version. I…
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

Compiling Just .SWFs ( Module .SWFs ) In An AIR Project

It would have been cool to be able to also compile SWF files even in AIR mode. I have SWF modules on an AIR app that i want to load/unload when necessary. Their code is in the same project than the global AIR app. It seems i have no choice but using…
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

does FDT platform has a jangaroo implementation

I'd like to know if FDT has implementation of jangaroo - the as 2 js compiler. For several years i use the FDT as my coding tool. now when the world mooves to html5 i am interested in finding a good solution for coding JS. does FDT has that?
0
votes
1 answer

Why Does FDT Show So Many Incorrect Errors and I Can't Compile

Sometimes when I use FDT, the editor shows errors on code which I think (sometimes know) is valid and I can't compile any projects. Example below:
Alan Klement
  • 1,218
  • 7
  • 18
0
votes
1 answer

How Do I Navigate / Update The Haxe SDK Inside of FDT?

On OSX, FDT has the Haxe SDK here: /Applications/FDT 5.app/Contents/FDT5/haxe/haxe-2.09-osx Because this is inside of a OSX package, I can't navigate to it. How to I either: Select it in the preferences. Update it.
Alan Klement
  • 1,218
  • 7
  • 18