When comparing FlashDevelop vs Codiad, the Slant community recommends FlashDevelop for most people. In the question“What are the best programming text editors?” FlashDevelop is ranked 41st while Codiad is ranked 64th. The most important reason people chose FlashDevelop is:
FlashDevelop comes without any cost.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free
FlashDevelop comes without any cost.
Pro Haxe development support
FlashDevelop has first-class support for Haxe development, the open source toolkit based on a modern programming language and cross-platform library.
Pro Good code completion
FlashDevelop's code completion is pretty good.
Pro Excellent support for Actionscript 2 and 3 (Flash)
Although everyone claims Flash is dead, it's still quite useful for game developers due to its rapid compile and run times, as well as its great debugging functionality with FlashDevelop.
Pro Good number of project templates
While it's project template system is not the best compared to it's competitors, it still is decent and is a good way to generate some boilerplate code.
Pro XML/HTML completion
FlashDevelop has XML/HTML completion aside from code completion.
Pro .NET Framework 2.0 application
It's windows only, but has tremendous support from plugin developers and a dedicated team that's been developing it for close to 10 years.
Pro Source-control support (svn, git, mercurial)
Pro Great debugging
FlashDevelop provides very efficient debugging features.
Pro Supports Zen-coding for HTML
This is very useful for carrying out high-speed HTML coding and editing.
Pro Snippets
Pro Tasks/todo
Pro SWF/SWC exploration
Pro Great project compilation
FlashDevelop facilitates project compilation.
Pro Decent code generation
Although the code generation can't really be called top-notch, it's decent and sufficient for most developers.
Pro Open source
You can run Codiad on your server to allow you and your team to edit files.
Simplest to run may be using a Docker image like linuxserver/codiad.
Pro Easy to self-host: Only requires PHP
It only requires PHP 5+ and Nginx or Apache. No database is required. This makes it really easy to install on many servers include shared hosting.
Pro Multi-line edit
Allows to edit multiple things are once by having multiple cursors like Sublime Text.
Pro Has many easily installable plugins
Many plugins exist, from Terminal, Git to Collaboration and Emmet... Plugins can be installed by using the web interface, or by manually extracting files to the right directory.
Pro Simple and easily managable GUI
Cons
Con Windows only
FlashDevelop is for Windows only, and it's not cross-platform either.
Con Haxe debugging is in its infancy
Although FlashDevelop supports breakpoint debugging on Flashplayers, native Haxe applications (C++) can't be easily debugged within FlashDevelop.
Con Terminal runs as same user for everyone
No matter who is the logged in user, the Terminal plugin runs commands as the PHP user. This also affects the Git plugin in that there is a single SSH key for all users using your Codiad instance.
Con Full of small bugs
There are plenty of various issues and bug that may either be due to your setup and the UI will not report them, or due to bugs in the code; I'm including common plugins here as well (just naming a few: search files and in files may report nothing if it had an error, commands stderr not printed, marketplace not showing items, search in market place showing no results, Git escaping (
by \(
in the commit message for no good reason...). Those are generally small but together it makes the product feel flawed.
Con Currently no search and replace in multiple files
There is a search in multiple files, and search & replace in current file, but not something to perform a search & replace in multiple files.
Con Terminal doesn't TTY
The terminal plugin for Codiad allows users to type some commands and see the outputs, but not interactive input is supported (i.e. stdin is closed). Meaning you cannot run Vim, Tmux or anything requiring user inputs.