View unanswered posts | View active topics


Reply to topic  [ 14 posts ] 
FlashDevelop 2.0 plugins projects list 
Author Message
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10746
Location: Paris, France
Post 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
Profile WWW
Member

Joined: Tue Nov 08, 2005 5:49 pm
Posts: 190
Location: Silicon Valley
Post 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
Profile WWW
Member

Joined: Thu Feb 09, 2006 10:58 am
Posts: 943
Location: Israel
Post 
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
Profile
Member

Joined: Thu Sep 08, 2005 8:32 pm
Posts: 301
Location: Virginia
Post 
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
Profile YIM WWW
Member

Joined: Thu Sep 08, 2005 8:32 pm
Posts: 301
Location: Virginia
Post 
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
Profile YIM WWW
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10746
Location: Paris, France
Post 
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
Profile WWW
Member

Joined: Mon Sep 25, 2006 5:44 pm
Posts: 17
Location: Cordoba - Argentina
Post 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="&amp;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
Profile
Member

Joined: Wed Mar 19, 2008 10:15 pm
Posts: 36
Location: Sydney, Australia
Post 
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
Profile
Member

Joined: Mon Mar 23, 2009 11:01 pm
Posts: 31
Location: Bellevue, WA USA
Post 
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
Profile
Member

Joined: Sun Apr 23, 2006 2:55 am
Posts: 204
Location: Sydney, Australia
Post Re: FlashDevelop 2.0 plugins projects list
Slimtimer
Plugin for Flashdevelop

Description
A simple plugin that tracks the hours you work on a project, and submits them to slimtimer.

Official thread
viewtopic.php?f=4&t=5175

_________________
http://www.quizmash.com


Wed Jul 29, 2009 2:25 am
Profile WWW
Member

Joined: Thu Apr 29, 2010 9:39 pm
Posts: 78
Post 
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
Profile
Member

Joined: Thu Sep 08, 2005 8:32 pm
Posts: 301
Location: Virginia
Post Re: FlashDevelop 2.0 plugins projects list
Anyone still using FlashDevelop 2.0 here? ;-)

_________________
Image Open source makes me open my wallet for an open world of goods.


Thu Oct 14, 2010 1:23 pm
Profile YIM WWW
Member

Joined: Mon Jan 04, 2010 12:36 pm
Posts: 45
Location: google translate slave
Post 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
Profile
Member

Joined: Thu May 15, 2008 7:36 pm
Posts: 605
Location: Baltimore, MD
Post Re: FlashDevelop 2.0 plugins projects list
@garkin I disagree, as lists for the plug-ins are in the Wiki:

FD4 Plug-ins:
http://www.flashdevelop.org/wikidocs/in ... lugins_FD4

FD3 Plug-ins:
http://www.flashdevelop.org/wikidocs/in ... ty_Plugins

_________________
http://tronster.com


Sun Apr 01, 2012 1:39 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.