FlashDevelop

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
FlashDevelop
64px
300px
The code editor with Start page
Developer(s) FlashDevelop Team
Stable release 5.1.1[1] / 14 March 2016; 8 years ago (2016-03-14)
Development status Active
Written in C#
Operating system Windows XP and later
Platform .NET Framework 3.5[1]
Type Text editor and IDE
License MIT License
Website www.flashdevelop.org

FlashDevelop is an integrated development environment (IDE) for development of Adobe Flash websites, web applications, desktop applications and video games. The resulting applications run in Adobe Flash Player or Adobe AIR, on Microsoft Windows, Mac OS X, Android or iOS. The primary purpose of FlashDevelop is enabling developers to edit, compile, debug and publish a Flash ActionScript project. It supports ActionScript 2.0, ActionScript 3.0, Haxe and other upcoming languages. It has code completion, syntax highlighting, snippets and other features similar to Microsoft Visual Studio.

FlashDevelop is free and open source software, mostly written in C# and is built on the efficient Scintilla editor component.[2] It is extensible with a plugin architecture and is a .NET Framework 2.0 application only available for Microsoft Windows.[2] As an open source project with a modular plugin system, users are able to improve and optimize the program, as well as write plugins for features that may be missing. The project is primarily funded by donations.[3]

FlashDevelop uses the free Adobe Flex SDK to build ActionScript 3 and MXML applications, the free MTASC compiler to build ActionScript 2 applications, and the free Haxe toolkit to build ActionScript 3, PHP, Neko or JavaScript applications. It also has code completion and highlighting for XML, HTML, PHP, and CSS.[4]

History

FlashDevelop was developed in 2005 by Mika Palmu and Philippe Elsass,[2] and later, other contributors. It was created as a lightweight and free alternative to the commercial Adobe Flash Professional and Adobe Flash Builder editors, especially useful to students, hobbyists and freelancers.[5]

Features

FlashDevelop includes the basic features expected in software development IDEs.[4]

  • Project system with configurable compiling
  • Project templates for AS2, AS3, Adobe AIR, Haxe development[2]
  • Project file explorer tree with basic file manipulation features
  • Configurable hotkeys
  • Application and project level options
  • Plugin system with each feature developed in a separate plugin
  • Plugins can be enabled or disabled to improve performance
  • Import Flex Builder projects
  • Supports multi-lingual code files

Editing

FlashDevelop includes code editing features comparable to Eclipse or Microsoft Visual Studio.

FlashDevelop has built-in code completion that includes a wide range of possible API.

  • Platform API (based on used Flash Player version)
  • User classes, methods, and variables
  • SWC library classes and code
  • Events when working with listeners
  • Typed array values

Publishing

FlashDevelop can be used to publish websites and web applications using the following methods:

FlashDevelop can be used to build desktop applications and mobile applications using the following methods:

  • Compile SWF using the Adobe Flex SDK or Haxe
  • Package app for Android or iOS using the AIR Developer Tool (ADT)
  • Package app for Microsoft Windows or Mac OS X using the AIR Developer Tool (ADT)
  • Compile app for the Neko runtime using Haxe
  • Compile app for the cross-platform NME framework using Haxe
  • Compile a C++ app for Windows using Haxe

See also

References

  1. 1.0 1.1 http://www.flashdevelop.org/community/viewtopic.php?f=11&t=12572
  2. 2.0 2.1 2.2 2.3 Lua error in package.lua at line 80: module 'strict' not found.
  3. Future of FlashDevelop and funding the project, FlashDevelop.org Forums
  4. 4.0 4.1 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.