| Author |
Message |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10746 Location: Paris, France
|
 FlashDevelop 2.0 plugins projects list
These are the "third party" FlashDevelop 2.0 plugins. Some of them are reliable, some aren't.  These plugins are not supported by the FD team so they should be discussed with their author(s) in their respective thread in the Plugins section. If you are a plugin developper, post here a short description and a link to the main thread about your plugin. Try to give (and maintain!) some information about the status of your plugin.
Last edited by Philippe on Wed Aug 29, 2007 9:23 pm, edited 1 time in total.
|
| Mon Jun 05, 2006 7:42 pm |
|
 |
|
zeus
Member
Joined: Tue Nov 08, 2005 5:49 pm Posts: 190 Location: Silicon Valley
|
 HelpPanel
HelpPanel by zeus (Josh Tynjala) Description: This plugin adds the ability to search the Flash help files and the LiveDocs from within FlashDevelop. In general, no special setup is needed, and the plugin will automatically detect if you have Flash installed. Additionally, you can add custom search locations, which can be folders containing HTML files on your hard drive or custom websites via Google. Status: Stable, but Josh is no longer developing this plugin. Official thread: http://www.flashdevelop.org/community/viewtopic.php?t=111
_________________ Josh
zeuslabs.us
Last edited by zeus on Tue Aug 26, 2008 7:02 pm, edited 1 time in total.
|
| Tue Jun 06, 2006 12:35 am |
|
 |
|
IAP
Member
Joined: Thu Feb 09, 2006 10:58 am Posts: 943 Location: Israel
|
Find & Replace
Description: After realizing that the internal Find command of FlashDevelop isn't good enough for my needs, and there were lots of stuff missing, I've started to work on a find and replace plugin. In my mind I wanted to achive this:
* Intuitive find procedure.
* List of find results, with the ability to click and go, like the "results" panel.
* Search in all the project files (Not supported yet)
* Search in currently opened files
* Search for "TODO"!
* Intuitive "replace" procedure.
* Replace in selection
* Highlight lines that match a criteria
* Replace only in highlighted lines
The plugin is still under development, hope to make things as smooth as possible, and really search all the project files.
Download latest DLL
The development thread: http://www.flashdevelop.org/community/v ... php?p=2426
_________________ MovieClipCommander
|
| Tue Jun 06, 2006 5:15 am |
|
 |
|
tangent
Member
Joined: Thu Sep 08, 2005 8:32 pm Posts: 301 Location: Virginia
|
GENiAS by Tangent
Description: GENiAS allows developers to generate ActionScript 2.0 in FlashDevelop conveniently, it is a supplement to Snippet. Currently GENiAS can generate getter/setter wrapper for field variables, insert color values and sort source code (which is useful in sorting imports and variable declarations).
Official thread: http://www.flashdevelop.org/community/viewtopic.php?t=359
Last edited by tangent on Tue Aug 08, 2006 1:00 am, edited 1 time in total.
|
| Sun Jul 09, 2006 5:57 pm |
|
 |
|
tangent
Member
Joined: Thu Sep 08, 2005 8:32 pm Posts: 301 Location: Virginia
|
FlashBuild by Tangent
Description: FlashBuild allows developers to conveniently build one to multiple SWF files at once. In addition to its batch build abilities, FlashBuild also allows developers to specify multiple Build behaviors based on the needs of a project (ie, Express Build, Debug Build, Release Build, etc.)
Official thread: http://www.flashdevelop.org/community/viewtopic.php?t=287
|
| Sun Jul 09, 2006 5:58 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10746 Location: Paris, France
|
RunCommand by Philippe
Description: This tiny plugin adds some custom menu/toolbar commands.
- Run: execute a process (with it's output captured) from the project root directory,
- Edit: open a file for edition in FlashDevelop.
Feel free to contribute additional command!
Official thread: http://www.flashdevelop.org/community/v ... php?p=3496
|
| Wed Aug 02, 2006 1:25 pm |
|
 |
|
msion
Member
Joined: Mon Sep 25, 2006 5:44 pm Posts: 17 Location: Cordoba - Argentina
|
 GetSetDocFunction by msion
GetSetDocFunction by msion
Get and Set methods generator
Plugin that does quick generation of get/set properties or java-like accessors, can also generate the functions documentation.
Download:
http://www.developflash.com.ar/download ... ype=plugin
Customize the editor context menu - edit Settings/ScintillaMenu.xml:
Código:
Code: <!-- java-style accessors--> <menu label="Accessor Methods" name="accessorMethods"> <button label="Get Methods" click="PluginCommand" tag="ACGETTERSETTER;Getter;accessor" /> <button label="Set Methods" click="PluginCommand" tag="ACGETTERSETTER;Setter;accessor" /> <button label="All Methods" click="PluginCommand" tag="ACGETTERSETTER;accessor" /> </menu> <!-- properties --> <menu label="&Get/Set Methods" name="GetSetMethods"> <button label="Get Methods" click="PluginCommand" tag="ACGETTERSETTER;Getter;getset" /> <button label="Set Methods" click="PluginCommand" tag="ACGETTERSETTER;Setter;getset" /> <button label="All Methods" click="PluginCommand" tag="ACGETTERSETTER;getset" /> </menu> <button label="Document Function" click="PluginCommand" tag="DOCFUNCTION" />
|
| Sun Oct 22, 2006 8:33 pm |
|
 |
|
dragonworx
Member
Joined: Wed Mar 19, 2008 10:15 pm Posts: 36 Location: Sydney, Australia
|
ExportSWC
Builds SWC ActionScript 3 libraries from project class paths, libraries, and compiler options. Same as creating a FlexLibrary project in FlexBuilder.
Main thread is here:
http://www.flashdevelop.org/community/v ... php?t=2987
|
| Mon May 05, 2008 9:44 am |
|
 |
|
rnelson
Member
Joined: Mon Mar 23, 2009 11:01 pm Posts: 31 Location: Bellevue, WA USA
|
FlexDbg - Debugger Plugin for FlashDevelop Author: Robert Nelson Description: This plugin is a replacement for fdbplugin and is used to debug Flash applications. Official Thread: http://www.flashdevelop.org/community/viewtopic.php?f=4&t=4660
|
| Wed May 06, 2009 7:07 am |
|
 |
|
ricick
Member
Joined: Sun Apr 23, 2006 2:55 am Posts: 204 Location: Sydney, Australia
|
 Re: FlashDevelop 2.0 plugins projects list
SlimtimerPlugin for Flashdevelop DescriptionA simple plugin that tracks the hours you work on a project, and submits them to slimtimer. Official threadviewtopic.php?f=4&t=5175
_________________ http://www.quizmash.com
|
| Wed Jul 29, 2009 2:25 am |
|
 |
|
flashdev1
Member
Joined: Thu Apr 29, 2010 9:39 pm Posts: 78
|
AIR Properties by Sam.A The AIR Properties Plugin provides a form-based means of editing the application descriptor file for AIR projects within FlashDevelop. Features: * Dynamically adds a toolbar button and menu item to the Project menu when opening an AIR project. * Visual editing of all AIR descriptor file application properties. * Support for properties with multiple locales, with visual indication of such properties. * Validation on required properties, which prevents invalid values being entered * Customizable icon image selection View official plugin thread here
|
| Mon May 31, 2010 10:44 pm |
|
 |
|
tangent
Member
Joined: Thu Sep 08, 2005 8:32 pm Posts: 301 Location: Virginia
|
 Re: FlashDevelop 2.0 plugins projects list
Anyone still using FlashDevelop 2.0 here? 
_________________
Open source makes me open my wallet for an open world of goods.
|
| Thu Oct 14, 2010 1:23 pm |
|
 |
|
garkin
Member
Joined: Mon Jan 04, 2010 12:36 pm Posts: 45 Location: google translate slave
|
 Re: FlashDevelop 2.0 plugins projects list
2 more years later... This thread must be unsticked, i believe. Sorry for offtopic.
|
| Mon Mar 26, 2012 5:06 am |
|
 |
|
tronster
Member
Joined: Thu May 15, 2008 7:36 pm Posts: 605 Location: Baltimore, MD
|
 Re: FlashDevelop 2.0 plugins projects list
_________________ http://tronster.com
|
| Sun Apr 01, 2012 1:39 pm |
|
|