35 Useful Source Code Editors Reviewed

Advertisement

To edit HTML- and CSS-code you only need a simple plaintext-editor — the rest depends on your skills and your creativity. However, to make your life a little bit easier, you can use some more comfortable source-code editors with advanced editing features. These features can effectively support you during coding, debugging and testing. Powerful modern editors provide developers with syntax highlighting, diff, macros, plugins, code-snippets, preview-option and an integrated FTP-management tool. Some editors go even further and offer a complete integrated development environment with numerous features and functions.

In the list below we present an overview of 35 established or rather unknown — but useful source code-editors; you’ll probably find “usual suspects” — your favourite editor or the editor you’ve once been working with. But you’ll also find some rather unknown alternatives which are definitely worth considering when choosing an optimal source code editor.

Some of the “ancient” text-editors such as EMacs or Vi are still alive and have achieved a remarkable level of quality over years. We’ve presented them below proving that sometimes it is really better to consider preferring a rather old editor to a “fresh” one. The position of the editors in the list is rather random and doesn’t necessarily correspond to our personal evaluation of the editors. Please notice: even although this overview presents quite many editors, it doesn’t mention all of them.

Yesterday we’ve published a review of 25 WYSIWYG-editors. Now, what about useful source code editors? What is your favourite?

SubEthaEdit

Subethaedit (Mac)
SubEthaEdit is rather unknown, but a very powerful and lean text editor. What makes the editor different is its primary focus on collaborative web development. For instance, when using the editor you can see live what changes the other developers have introduced — in their or in your documents. When a source code file in your project has been changed, the tool notifies you immediately in the main window.

The editor includes advanced editing features such as a UNIX command line utility to enable complex and interactive pipe workflows with your terminal, completely user customizable syntax highlighting through styles, support for editing files as administrator. Improved AppleScript support to allow control of sharing features is also available. A definitive choice for collaborative coding process. Price: $29. A 30-days trial version is available.

Screenshot

Some of Subethaedit’s features:

  • Share documents with Bonjour
  • Collaborating
  • AppleScript menu and manipulate text with AppleScript
  • Safari-powered live-updating HTML preview
  • Autocompletion
  • Splitview
  • Integrates with FTP clients as external editor
  • Customizable syntax highlighting

Panic Coda (Mac OS), a web development software rather than a source code editor, incorporates a licensed version of the SubEthaEdit engine, rather than having a custom one, to allow for sharing of documents over the Bonjour network. Coda also boasts a new Find/Replace mechanism, which allows users to do complex replaces using a method similar to regular expressions.

Screenshot

Aptana Studio

Aptana Studio (Win / Mac / Linux)
Actually, Aptana Studio is a relatively new but already prominent IDE (integrated development environment) for building Ajax web applications. Aptana offers coding assistance for JavaScript, HTML, DOM, and CSS. The editor is highly customizable and extensible. Debugging, errors and warning assistance are available as well. You can also use a number of Aptana plugins which offer comfortable tools for developing with Ruby on Rails, PHP, Adobe AIR, and Apple iPhone.

Aptana has some pre-included popular Javascript libraries (Adobe Spry, Prototype, MochiKit, YUI, Mootools, Dojo Toolkit, JQuery, Scriptaculous) as well as a JSON (JavaScript Object Notation) Editor. The editor can definitely be considered as a professional and powerful source code editor.

Screenshot

The editor is available in two versions: the Community edition with the core pieces of the Aptana framework and Professional Edition with all features and support. The Community edition is open source. The pricing for Aptana Studio Pro, a plugin that extends the open source edition with more features, starts at $99 (thanks, Kevin Hakman).

Some of Aptana’s features:

  • Visual ScriptDoc gives you a compact way to explore the hierarchy of your code.
  • FTP support
  • CSS Preview
  • CSS, JavaScript, HTML and DOM coding assistance
  • Integration with Firebug for Firefox,
  • Snippets allow you to quickly insert common and frequently-used text into your documents

UltraEdit

Ultraedit (Win)
UltraEdit is probably the most advanced and therefore not lightweight text editor. It is a plaintext, HTML and HEX editor and an advanced PHP, Perl, Java and JavaScript editor for programmers. Compared to other editors, Ultraedit also include regex capabilities, keyboard shortcuts, environment and workspace support, code folding, macros, SSH/Telnet, multiline find and replace and unicode support.

UltraEdit supports disk-based 64-bit file handling (standard) on all 32-bit Windows platforms. A very popular editor which is now released in its version 14. Ultraedit costs $49.95. If you are looking for a web-development focused editor with numerous advanced features Ultraedit is the first option to consider.

Screenshot

Some of Ultraedit’s features:

  • Code Folding
  • Unicode support
  • Disk based text editing and large file handling – supports files in excess of 4GB, minimum RAM used even for multi-megabyte files
  • Mulitline find and replace dialogs for all searches (Find, Replace, Find in Files, Replace in Files)
  • 100,000 word spell checker, with foreign languages support (American English, British English, Dutch, Finnish, French, German, Hungarian, Italian, Spanish and Swedish)
  • Syntax highlighting — configurable, pre-configured for C/C++, VB, HTML, Java, and Perl, with special options for FORTRAN and LaTex. Multiple word-libraries are available for free download.
  • FTP client built in to give access to FTP servers with multiple account settings and automatic logon and save. (32-Bit Only) Includes support for SFTP (SSH2)
  • SSH/Telnet window
  • Project/workspace support
  • Environment Selector – Provides predefined or user-created editing "environments" that remember the state of all of UltraEdit’s dockable windows, toolbars and more for user convenience.
  • Integrated scripting language to automate tasks
  • Configurable keyboard mapping
  • Hexadecimal editor allows editing of any binary file, shows binary and ASCII view
  • Named templates
  • HTML toolbar preconfigured for popular HTML functions

Komodo Edit

Komodo Edit (cross-platform)
Komodo Edit is an open-source scripting environment which was developed for programmers who need a multi-language editor with broad functionality, but not the features of an IDE, like debugging, DOM viewer, interactive shells, and source code control integration. The editor includes a full range of supported languages (Perl, PHP, Python, Ruby, Tcl) and platforms (Linux, Mac OS X, and Windows ). Like Komodo IDE, Komodo Edit also supports browser-side languages like JavaScript, CSS, HTML, and XML.

Considering that Komodo Edit is free and offers functionalities which aren’t available in commercial products, it is a very impressive professional editor for dynamic languages and definitely worth checking out. You may want to consider Komodo IDE (price: $295) which is a multi-platform, multi-language development environment for end-to-end dynamic web application development.

Screenshot

Some of Komodo Edit’s features:

  • support for all major scripting languages
  • in-depth autocomplete and calltips
  • multi-language file support
  • syntax coloring and syntax checking
  • Vi emulation
  • Emacs key bindings
  • code snippets and code folding
  • project manager
  • XPI Extensions support provides the same capability as Firefox, with all standard Mozilla APIs
  • multi-user support and many more.

Eclipse

Eclipse (Java / cross-platform)
Eclipse is an open-source Java-based integrated development environment (IDE). Originally, Eclipse was meant to be used by Java developers, however, since users can extend its capabilities by installing numerous plug-ins, Eclipse is widely used by professional developers of all kind. For instance, plug-ins for C and C++ (CDT-project), Perl, PHP, ColdFusion, Ruby, Python and C# are available.

Screenshot

In Eclipse you will definitely find all features you would expect from a professional source sode editor. However, you will also find much more. Additionally, among nifty features of the IDE are advanced code completion, refactoring, content assist and parameter hints, snippets, advanced search, faster navigation, synchronization with CVS, actions saver (you can assign actions performed on a file each time its saved), advanced compare view, definition of team-wide settings for code clean ups (Clean Up profile), a Quick Fix assistant and many-many more. And to get the ultimate productivity boost, check out the Mylyn extension. Eclipse is a very powerful and flexible solution which should definitely be considered by professional developers.

TextMate

TextMate (Power PC / Intel Mac)
TextMate is a high-end source code editor for Mac OS which looks damn sexy. Its integration of version control systems, recordable macros, regular expression search and replace (grep) and shell integration combine most useful features in one single interface.

What is distinctive for TextMate is the integration of scope selectors: a scope selector is a pattern much like a CSS selector which is matched against the scope of the caret (i.e. current context) and the outcome is either a match or a non-match. There are also powerful macros and downloadable bundles available.

There is a 30 days tria versionl. A license costs $48.75. Windows-users can check out E – Text Editor, a text editor that directly apes TextMate and supports TextMate macro bundles and Intype.

Screenshot

Some of TextMate’s features:

  • Ability to Search and Replace in a Project
  • Clipboard History
  • Completion of Words from Current Document
  • CSS-like Selectors to Pinpoint the Scope of Actions and Settings
  • Dynamic Outline for Working With Multiple Files
  • File Tabs when Working With Projects
  • Foldable Code Blocks
  • Plug-able Through Your Favorite Scripting Language
  • Recordable Macros With No Programming Required
  • Run Shell Commands from Within a Document
  • Support for Darcs, Perforce, SVK, and Subversion
  • Support for More Than 50 Languages (incl. LaTeX integration)
  • Switch Between Files in Projects With a Minimum of Key Strokes
  • Themable Syntax Highlight Colors
  • Visual Bookmarks to Jump Between Places in a File

HTML-Kit

HTML-Kit (Win)
HTML-Kit is a freeware full-featured editor designed to help HTML, XHTML and XML authors to edit, format, lookup help, validate, preview and publish web pages. Despite its name and the light download size, HTML-Kit is a multi-purpose tool that has support for several scripting and programming languages.

Features: macros, hotkeys, batch search and replace, wrapping selected text with snippets, auto/manual block indenting, auto backup files by appending a new extension or by making a copy in another folder, autosave, multiple methods of previewing, bookmarks, multi-line search and replace and more. Due to its features suite, HTML-Kit may be considered as a serious free alternative to Ultraedit.

Screenshot

Some of HTML-Kit’s features:

  • more than 400 free plugins available for customizing and extending HTML-Kit (including ASP, CF, C#, iHTML, Java, JavaScript, JSP, Perl, PHP, Python, SQL etc.).
  • multiple live preview modes
  • code snippets
  • Validate HTML, XML and CSS
  • Actions Bar
  • Integrate with Windows shell
  • batch actions
  • HTML Tidy
  • auto backup and auto save
  • TimeTracker
  • Text to Speech Wizard
  • UnicodePad
  • FTP Workspace

Scriptly

Scriptly (Win)
Scriptly is an extensive, almost overloaded freeware-code-editor for coding in HTML and PHP. The editor offers 7 styles of syntax highlighting, code completion, code consistency check, code inspector, tree view of the source code for HTML, PHP and CSS, browser preview in IE and Firefox, print preview and image editing.

Screenshot

Hex-viewer, diff viewer, multi-file search and replace, table-assistant and MySQL-assistant are available as well. Developers can also set hotkeys, use code snippets and employ the project management tool, including to-do-notes. Hence developers get almost everything they might ever need — for free. A really powerful freeware alternative to commercial products.

BBEdit

BBEdit (PowerPC and Intel Macs)
Like Ultraedit for Windows, BBEdit is one of the well-known professional source code-editors for Mac-users. The editor was created with focus on web-authors and software-developers. Among interesting features of BBEdit are text factories which allow to automate repetitive text-processing tasks and Preview Server support you can use to preview pages which use PHP, JSP, or other server-side processing techniques.

Apart from that, file comparison, enhanced source control management (integrated support for the Subversion and Perforce allows to work with multiple repositories) and extensible syntax coloring support available.
There is a light version called TextWrangler which is free. BBEdit costs $125. If you are using Mac, BBEdit is definitely a good option to consider. There is a 30-days trial version available.

Screenshot

Some of BBEdit’s features:

  • Automator support
  • Transparently reads and writes gzip (.gz) files
  • Transparently reads and writes DOS, Unix, and Mac files
  • Splittable editing windows
  • Automated auto-save
  • Extensive FTP and SFTP support
  • Run Unix scripts and filters
  • Native Mac OS X spelling checker
  • Comprehensive AppleScript support: scriptable, recordable, and attachable

Screem

Screem (Linux)
Screem is a web development environment for HTML/XML-documents. It’s purpose is to increase productivity when constructing a site, by providing quick access to commonly used features. While it is written for use with the GNOME desktop environment in mind it does not specifically require you to be running it, just have the libraries installed.

Screem has some nifty features such as advanced CVS support, broken link checking, intelligent code completion and support for regular expression. You can also copy some content from a web browser and have the html that was selected pasted, rather than just the text. The latest version was released in 2005, but it’s still worth considering when using Linux.

Screenshot

Some of Screem’s features:

  • Broken Link Checking
  • CTags Support
  • CVS Support
  • Document Structure Display
  • Helper Applications
  • Inline Tagging
  • Page Previewing
  • Page Templates
  • Spell Checking
  • Syntax Highlighting
  • Wizards

CSSEdit

CSSEdit (Mac)
While most editors presented in this overview are (X)HTML- or PHP-oriented, CSSEdit focuses on CSS, offering a solid foundation for standards-based web-designs. Among other things, CSSEdit offers real-time styling: even when your dynamic Web App is powered by a complex database or makes use of AJAX, you can style and analyze it without the hassle of uploading or refreshing.

The editor also uses intelligent CodeSense, so instead of suggesting a list of predefined keywords, it actually analyzes your Style Sheet and behavior to offer smart, context-sensitive suggestions. A fresh, nice-looking, intuitive and powerful application for editing stylesheets. Price: 29.95 €.

Screenshot

Some of CSSEdit’s features:

  • live preview
  • Selector Builder lets you describe what elements to style in plain English.
  • elegant visual interface
  • intelligent source editing
  • X-ray Inspector shows you what styles apply to the web page
  • Validation Inspector lets you validate your style sheets against W3C standards
  • Milestones integration

Arachnophilia

Arachnophilia (Java / all)
Arachnophilia is a freeware Java-based legacy editor which was first released in the mid 90s. The tool is a powerful programming editor with some special HTML production and editing features. The editor has RegExp functions and the text compare functionality. It doesn’t offer something revolutionary, but it is cross-plattform. The last version 5.3 was released in March 2008.

Screenshot

Some of Arachnophilia’s features:

  • HTML Validate will help you find and correct structural errors in your pages
  • Code Beautifier
  • Spell Checker
  • Advanced FTP Operations

CoffeeCup HTML Editor

CoffeeCup (Win)
This editor was first released in 1996 and was regularly updated since then. The last version offers decent HTML & CSS code completion, document dependency check and 40 bullet proof CSS/XHTML layouts. The built-in WYSIWYG-editor should be avoided as it is quite quirky and doesn’t produce meaningful code. The editor itself, however, is focused on producing clean and valid markup. Powerful, but no amazing. Price: $49. A trial-version is available (Nagware).

Screenshot

Some of Coffeecup’s features:

  • HTML & CSS Code Completion
  • Quick Tag Help
  • Project Management
  • Graphics Collections
  • Wizards
  • Built-in SiteMapperCreator

Smultron

Smultron (Mac)
Smultron is a free text editor for Mac OS X Leopard 10 with useful features one won’t find in any alternative — even commercial — products. E.g. if you don’t want to be disturbed by other applications or the desktop you can let Smultron cover the whole screen to let you concentrate on your work. You can preview HTML-files directly in Smultron and save snippets of text and insert them with a shortcut.

Smultron can also use regular expressions and it can run commands and scripts. It can be used for a whole variety of needs — particularly, for web programming or script editing. Intuitive and powerful.

Screenshot

Some of Smultrons features:

  • split window
  • snippets
  • AppleScript support (limited)
  • support for the ODB Editor Suite
  • auto-completion
  • command-line utility

EditPlus

EditPlus (Win)
EditPlus is a lightweight text editor, HTML editor and source code editor for Windows. It can serve as a good Notepad replacement, but it also offers many powerful features for Web page authors and programmers. A distinctive feature of EditPlus is its support for user-defined tools, help files and keystroke recording files. The output of tool execution can be captured in the Output Window, so that you can double-click the error line to automatically load the file and locate the cursor to that line.

Among other things you can also use multi-line regex-based find & replace, auto indentation, code folding, compiler integration, shell integration and an integrated web browser. The last version was released in April 2008. Price: $35. There is also an evaluation version available.

Screenshot

Some of EditPlus’ features:

  • integrated Web browser for previewing
  • Ruler
  • Auto-completion
  • Powerful search and replace
  • Multiple undo/redo
  • Spell checker
  • Customizable keyboard shortcuts

EmEditor

EmEditor (Win)
EmEditorText Editor is a lightweight yet extendable and simple text editor for Windows. Compared to other editors, it is very quick, highly customizable and portable. E.g. you can easily set up a removable USB drive to copy project and configuration files to a new machine. A useful feature of EmEditor is its ability to record and play keystrokes and mouse operation against other applications. This capability allows you to automate certain tasks, e.g. when testing your applications.

Screenshot

The Shell Object is used to send keystroke and mouse activities and to enumerate or find top-level windows. Furthermore, the editor supports Unicode and macros. EmEditor is certified for Windows Vista and can quickly open huge files — up to 248 GB or 2.1 billion lines — with only a little memory. Price: $39.99.

PageSpinner

PageSpinner (Mac)
PageSpinner is an easy-to-use, professional web page editor for Mac OS which supports HTML, XHTML, PHP, SSI, CSS with a built-in JavaScript generator. Among other features PageSpinner has a built-in FTP support, customizable syntax color-coding of JavaScript, PHP, Cascading Style Sheets and the integration with Apache and the Terminal in OS X.

PageSpinner also supports Include files that enable you to change common sections on all pages in a folder or a site, by simply editing a single include file. Price: $29.95. The editor can be used for free 21 days.

Screenshot

Some of PageSpinner’s features:

  • built-in FTP support
  • customizable syntax color-coding
  • support for Server Side Includes,
  • integration with Apache and the Terminal in OS X
  • Fully customizable Live previews
  • HTML validation
  • A Tag Clipboard
  • AppleScript support

skEdit

skEdit (Mac)
skEdit is a rather unknown, but very flexible text editor for web-development on Mac OS. Compared to other applications, it offeres the integration of a version control system (Subversion) which is often unavailable in alternative products. Apart from that, skEdit is an intuitive editor which covers most of web-developer’s needs. Price: $34.95. There is a 25-days trial version.

Screenshot

Some of skEdit’s features:

  • Edit files over FTP, SFTP, or WebDAV
  • Extensible Editing
  • Code Completion
  • Snippets
  • HTML Tidy
  • User Scripts
  • Preview in Browser

HateML Pro

HateML Pro (Win)
HateML Pro is a lightweight freeware editor and a powerful PHP IDE with support for (X)HTML and CSS for both professional and novice users alike. It was designed with focus on helping to accelerate the process of editing and debugging web applications, php scripts and XHTML sites. The editor offers a standard suite for efficient web-development: automatic syntax checker, intelligent code-completion tool (IntelliSense & CodeHint), PHP debugger, built-in FTP-client, MySQL Manager and an integrated preview.

Screenshot

Some of HateML Pro’s features:

  • Advanced Syntax Highlighting
  • Automatic syntax checker
  • IntelliSense & CodeHint
  • Debugger & Profiler
  • CodeBrowser
  • FTP Client
  • MySQL Manager (plugin)

Emacs

Emacs (22 operating systems, among them Linux, Mac OS X and Windows)
Emacs (Editor MACroS) is the classic and legacy editing application among Linux-editors. It is the oldest (1976) and the most authoritative editor presented in this overview. There is a large number of extensions that add further functionalities, including a project planner, mail and news reader, debugger interface, calendar, and more.

The editor is popular for its built-in macros and powerful keyboard shortcuts that make editing text documents very efficient. However, you need to climb the learning curve which is quite time-consuming and isn’t easy to achieve for beginners. You can also consider GNU Emacs and XEmacs which are both advanced, open source and cross plattform versions of EMacs. Emacs is freeware and is released under GNU-License. An advanced option for hardcore-programmers.

Screenshot

Some of Emacs’ features:

  • Many Languages
  • Complete built-in documentation, including a tutorial for new users.
  • Highly customizable, using Emacs Lisp code or a graphical customization interface.
  • Content-sensitive editing modes

Adobe HomeSite

Adobe HomeSite (Win / Mac)
Homesite was once one of the leading code-editors widely used among developers. Many things have happened since then: finally HomeSite has joined the Adobe family where it doesn’t really matter any more today. However, HomeSite has some nifty features such as project management, integrated CSS editor, code snippets, tag inspector, tag insight and tag completion, macro recorder, folder deployment, auto backup, highly extensible user interface and Fireworks integration.

Macromedia HomeSite+ is included with Macromedia Dreamweaver. The software can be bought at Adobe for $99. Powerful and useful, even if it’s not really used often.

Screenshot

Some of Homesite’s features:

  • Macro Recorder
  • Tag Editor
  • Tag Insight and Tag Completion
  • Tag Inspector and Tag Tree
  • XHTML 1.0 Support
  • Enhanced Code Snippets
  • Code Snippets
  • Productivity Wizards
  • Integrated CSS Editor
  • Secondary Files Tab
  • Project Management and FTP
  • Find & Replace/li>
  • Auto Backup
  • Multi-Language Validator
  • Code Formatting

Notepad++

Notepad++ (Win)
A free, mature source code editor and Notepad replacement, which supports several programming languages, running under the MS Windows environment. The editor can be considered as an advanced yet simple text-editor which is extremely customizable and offers most functionalities which are available in high-end commercial products. Alternative: Notepad 2.

Screenshot

Some of Notepad++’s features:

  • Syntax Highlighting and Syntax Folding
  • User Defined Syntax Highlighting
  • Auto-completion
  • Multi-Document
  • Regular Expression Search/Replace supported
  • Full Drag’n’ Drop supported
  • Zoom in and zoom out
  • Multi-Language environment supported
  • Macro recording and playback

NoteTab

NoteTab (Win)
NoteTab is a mature text and HTML editor which has been first released in 1998. This application does it all: it can handle a stack of huge files; it has advanced formatting features, offers multi-line global replacements and corrects your spelling mistakes. There are 3 versions of NoteTab. If you are going to use NoteTab, it’s reasonable to only use the Pro Version which costs $29,95.

Screenshot

Some of NoteTab’s (Pro Version) features:

  • Open and edit many documents at once
  • Multi-level undo/redo
  • Very fast text processing
  • Highlights URLs and HTML tags
  • Supports document templates
  • Multilingual spell checker and thesaurus
  • Supports regular expression search/replace
  • Programmable – add your own features

PSPad

PSPad (Win)
PSPad is another freeware source code editor which should be in every review of professional editing applications.
As a web authoring editor, PSPad contains syntax highlighting, macros, clip files and templates. Integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, Code page conversion are available as well. PSPad a;sp catches and parses compiler output, and can compare different source code versions. PSPad is Freeware.

Screenshot

Some of PSPad’s features:

  • work with several documents at the same time (MDI)
  • FTP client – edit files directly from the web
  • macro recorder to record, save and load macros
  • text difference with color-coded differences highlighted
  • templates (HTML tags, scripts, code templates…)
  • installation contains templates for HTML, PHP, Pascal, JScript, VBScript, MySQL, MS-Dos, Perl,…
  • syntax highlighting according to file type
  • user-defined highlighters for exotic environments
  • auto correction
  • intelligent internal HTML preview using IE and Mozilla
  • full HEX editor
  • external compiler with output catcher, log window and log parser for an "IDE" effect in every environment
  • integrated TiDy library for formatting and checking HTML code, conversion to CSS, XML, XHTML
  • export with highlight to RTF, HTML, TeX format to file or clipboard
  • reformat and compress HTML code, tag character case change
  • Code explorer for Pascal, C/C++, INI, HTML, XML, PHP and more in development
  • spell checker
  • internal web browser with APACHE support

jEdit

jEdit (Java / all)
jEdit is, together with Arachnophilia, another cross-platfrom source text editor for professional coding. The editor supports over 130 file types. The current line is highlighted; the source text is divided into blocks such that the beginning and the end of braces are directly visible. Copy-Paste-friends have an unlimited number of clipboards. You can split windows in multiple viewing modes and save the configuration for further projects. jEdit is free — it is released under GPL 2.0 license. Very powerful, however not that easy to get used to first.

Screenshot

Some of jEdit’s features:

  • Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.
  • Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature.
  • Auto indent, and syntax highlighting for more than 130 languages.
  • Supports a large number of character encodings including UTF8 and Unicode.
  • Folding for selectively hiding regions of text.
  • Word wrap.

TopStyle

TopStyle
This editor was written by the creator of HomeSite. The program offers unique features, including the option to upgrade your HTML documents by replacing outdated markup with equivalent styling. You can also convert HTML to XHTML and check your CSS syntax against multiple browsers, using a side-by-side preview. Price: $79.95, a trial-version is available.

Screenshot

Some of TopStyle’s features:

  • Split the preview between Internet Explorer and Mozilla
  • Preview CSS
  • CSS Checker
  • Customizable main window
  • Style Upgrade tool to quickly replace all outdated HTML code.
  • Site Reports

Quanta Plus

Quanta Plus (Linux)
Quanta is widely recognized as the most advanced free software web development environment. But a lot of people do not know that Quanta is a friendly editor for all XML documents. You can even import DTDs, write scripts to manage editor contents, visually create dialogs for your scripts and assign script actions to nearly any file operation in a project. Quanta is based on KDE and was released under GPL.

Screenshot

Some of Quanta’s features:

  • Templates
  • Plugins
  • Integrated preview
  • User toolbars and actions
  • Project management

Taco HTML Edit

Taco HTML Edit (Mac)
A free software for Mac OS X. It is designed to simplify the process of creating attractive web sites that render correctly in various browsers. Taco HTML Edit includes tag wizards, which generate valid HTML markup. Taco HTML Edit also helps find errors in your HTML markup, and it can also check spelling in your documents.

Screenshot

Some of Taco’s features:

  • Code Clips
  • Insert Wizards
  • Live Preview
  • Syntax Checking
  • Tag Coloring

TSW WebCoder

TSW WebCoder (Win)
With a very strong focus on HTML, CSS, PHP/MySQL, but also with features which cover JavaScript, XML and ASP.NET, in TSW WebCode you probably get all features a modern source editor for web-development really needs.

You can use code inspector to directly preview the properties of a given element, FTP-manager allows you to upload file changes directly to the server. With Project ToDo-list you can check what is done and what is needed to be done. Also, a browser preview option (for IE and Firefox) provides you with the result of your work.

Finally, you can verify and validate your code with Integrated W3C validation and real syntax check for PHP and keep track of your projects with ease, using the advanced project management. A very compact and powerful source code editor. WebCoder 2007 can be purchased for $59.99 for personal use and $89.99 for commercial use. A trial-version is available.

Screenshot

Some of TSW WebCoder’s features:

  • Built-in FTP client
  • CodeFolding
  • CodeSnippets
  • CSS Inspector
  • MySQL database client
  • Search & replace in multiple files
  • Syntax coloring and wordwrap

TextPad

TextPad (Win)
A general purpose editor for plain text files. Really easy to use, with most of the features a power user requires. Whether you simply need a powerful replacement for Notepad, a tool for editing your web pages, or a programming IDE, TextPad does what you want, the way you would expect.

Screenshot

Some of TextPad’s features:

  • Huge files can be edited, up to the limits of virtual memory.
  • English, French, German, Italian, Polish, Portuguese and Spanish user interfaces.
  • A spelling checker with dictionaries in 10 languages.
  • Multiple files can be simultaneously edited, with up to 2 views per file.
  • Warm Start feature lets you restart exactly where you left off.
  • Text can be automatically word-wrapped at the margin, or at a specified column, if it does not fit on a line.
  • Unlimited undo/redo capability.
  • A keystroke macro recorder, with up to 16 active macros.
  • Toolbar with fly-by usage hints, and an active status bar.
  • A powerful search/replace engine using UNIX-style regular expressions, with the power of editor macros.
  • A built in file manager for fast file copying, renaming, deleting etc.
  • Viewer for binary files using a hexadecimal display format.
  • Built in file comparison utility, and up to 16 user-defined tools with argument macros.

Vim

Vim (all)
Vim (Vi IMproved), first released by Bram Moolenaar in 1991 for the Amiga computer, is a legend. It is a highly configurable console text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. The editor is often called a “programmer’s editor” for keyboard macros and powerful set of programmer’s tools and it is so useful for programming that many consider it an entire IDE. Like vi, Vim’s interface is based not on menus or icons but on commands given in a text user interface.

Screenshot

Vim has derived from Vi which looks pretty nasty although is pretty powerful. You may want to check out gVim or gVim Portable for Windows (with graphical user interface) and MacVim for the Mac.

Vim is extremely powerful. With this editor you can do everything you might ever think of. Vim isn’t simple, it isn’t intuitive and it isn’t user-friendly: it is a tool, the use of which must be learned. A nice application to start becoming a coding ninja with.

  • syntax highlighting for over 200 languages (you can define your own syntax)
  • Edit-Compile-Fix: You edit a program, type “:make” and Vim shows the error messages in a window.
  • highlighting matches: when you search for a pattern, all matches found can be highlighted.
  • you can map keys, change the colors, add new commands, use scripts
  • completion, comparison and merging of files (vimdiff)
  • extended regular expressions
  • scripting languages (both native and through alternative scripting interpreters such as Perl, Python, Ruby, Tcl, etc.)
  • folding: a range of lines can be hidden, and one line displayed instead. This gives a quick overview of what a file contains.
  • editing of compressed or archived files in gzip, bzip2, zip, and tar format and files over network protocols such as SSH, FTP, and HTTP
  • session state preservation
  • unicode and other multi-language support
  • trans-session command
  • cursor position histories

What is your favourite source code editor?


Co-Founder of Smashing Magazine. Former writer, web designer, freelancer and webworker. Author of several books.

  1. 201

    My favorite texteditor is definitely PsPad. It’s free, very powerful, fast and lightwight.
    The only one I’ll try soon is Sublime.

    0
  2. 202

    Don’t forget Bluefish for Linux.

    0
  3. 203

    On Windows, I’ve taken a liking to Programmer’s Notepad

    0
  4. 204

    Find this page while I am looking for replacement for Notepad++, Great & thanks! ( why get rid of Notepad++? because the development community of notepad++ involves many politics.)

    +1
  5. 205

    Aptana Studio lo instale pero luego que no lo supe usar lo desinstale, pero vaya sorpresa que me dio, me bloqueo mis otros servicios de FTP y me dio conflicto con otro JAVA
    malisimo en ese sentido
    me hiso perder tiempo encontrando la solucion
    tube que restaurar el sistema

    malo malo malo

    0
  6. 206

    Just what I’m looking for. Trying on Webcoder.

    0
  7. 207

    My favorite is definitly sublime text. If you are waiting for Intype, try sublime …you won’t wait anymore : )

    +2
  8. 208

    Editplus rules! I will be checking out a couple of the others mentioned, but editplus handles filesizes most others don’t, has selective column highlighting (since v1 I think), has the speed like nobody’s business, is very lightweight, only has a nagware thing, has the regular expression down pat, text/language highlighting, is very inexpensive…. I’ve used it forever.

    0
  9. 209

    César Couto

    May 13th, 2008 7:51 pm

    I’ve tryed almost all of the list, and i’m using notepad++. It’s not the more powerfull, but some of the powerfull IDE are unfortunally to slow when starting. Notepad++ is incredible fast and it fits for me.

    0
  10. 210

    really nice editor, Its very easy to code in these editor

    Edit Plus is most incredible fast and it fits for me.

    Its s better than dream viewer and all the editors………..

    0
  11. 211

    I’ve tried a wide range, and stayed stucked with Jedit – definitely the best for large numberts of document handling ( like websites ) and search&replace power

    0
  12. 212

    i miss scite … the best ever!

    0
  13. 213

    There are for shure many other editors out there, but not to mention SciTE – which runs on nearly all operating systems – is a miss.

    0
  14. 214

    ultraedit and notepad++ are my favourites ;)

    0
  15. 215

    If you work with XML or related technologies (XSLT, Schemas etc.), Oxygen is very cool. Use it daily, well worth the price (although, as a student, I paid the academic price, it may not be worth it if you are paying the full price).

    0
  16. 216

    Disappointed NuSphere’s phpED wasn’t on here. I tried Zend, Eclipse, etc, but all were terribly slow (blame java) compared to similar C/C++ coded editors, which is where I found phpED and has been my favorite since ( http://www.nusphere.com/products/phped.htm )

    0
  17. 217

    PsPad rocks.
    -_-

    0
  18. 218

    Jonny Haynes

    May 16th, 2008 6:16 am

    easy – Textmate on my mac, E on a pc – hands down!

    0
  19. 219

    pspad hands down

    thanks for list

    0
  20. 220

    Damn I want Panic Coda for my PC…
    Damn I want a Mac :D

    nice list

    0
  21. 221

    Slickedit is the rolce-royce of editors.

    0
  22. 222

    not mentioned HippoEDIT Link
    very nice editor, with several unique features, fast, lightweight and extensible
    would suggest to somebody editing scripts in different languages or just one good source viewer

    0
  23. 223

    Nice List!

    I miss my favorite editor “PHP-Edit” from Waterproof-Software [http://waterproof.fr/]

    0
  24. 224

    gVIM is great .. i used it for everyday use … and for css editing I used to use Notepad++ because I let my css opened and when I close notepad and open it again it still present with the last document I edited.

    :D

    0
  25. 225

    Does anyone have a good recomendation for an interactive PHP editor?

    Right now I use HyperEdit on the Mac. It has no syntax hiliting or much assistance of any kind, but it runs the PHP interactively as you type and displays the output as either rendered HTML or text output. I use it for this feature alone. Before considering a different PHP editor it’d have to do something like this (or maybe have an interactive debugger).

    I also use Aptana and AquaMacs (emacs). Both have nice PHP editing capabilities, but neither lets me interactively test my PHP code in the same way. So I tend to use them for HTML, CSS and Javascript instead.

    0
  26. 226

    I use Geany and sometimes gEdit at work. Oh, and Aptana for javascript because Geany’s doesn’t work well with it.

    0
  27. 227

    Have to second that – phase5 is a great classic and has just been updated

    0
  28. 228

    SourceInsight not mentioned in the article and only one commenter missed it? It has project management, code navigation, symbol lookup, regex search, project wide replace, rectangular selection… you name it, it is there. And such a small download size too, unlike eclipse or netbeans. Never found a better source code editor for C/C++, Java projects. It is a commercial software though.

    0
  29. 229

    mendem@semar.com

    June 17th, 2008 3:21 am

    please include edit.com under DOS also =)

    0
  30. 230

    Scite is the best editor ever!!!

    0
  31. 231

    You should check out Multi-Edit. It is a multi-language tool like no other.

    http://www.multiedit.com/

    I have used it for over a decade and nothing else compares.
    KMF

    0
  32. 232

    Etienne Savard

    July 4th, 2008 9:10 am

    Where is Geany??? It’s a multi-plateform and light editor. Should be included in your list.

    0
  33. 233

    Charles Roper

    July 7th, 2008 5:44 am

    E Text Editor really should have had an entry of its own. It doesn’t just “ape TextMate” (it does support its bundles format, though) but actually improves upon it in many areas, with features such as the unique branching undo history, lightweight version control, improved search, a bundle manager for easy bundle installation and so on.

    0
  34. 234

    how could you ever forget and not mention anything about Geany? plz add it on

    0
  35. 235

    phpEdit is my choice
    I wish there will be phpEdit on Mac someday without emulators

    0
  36. 236

    Another missed one: VEDIT ( http://www.vedit.com/ ) which has been around a long time and has tons of experience – super fast, etc.

    0
  37. 237

    On Linux I always use VIM for code editing, but sometimes I use Kate on KDE. I also use gedit, you can download more plugins.

    On Windows I use Notepad2.

    0
  38. 238

    GridinSoft Notepad and GridinSoft Notepad Lite which is free

    0
  39. 239

    How can you leave out Multi-Edit? Are there any real programmers reading this, besides me? SlickEdit is also very good. No doubt, only two of us use these; as they are quality tools that require an investment of money.

    For real programming, it’s Multi-edit. If I ever learn CMAC I may be able to throw away everything else. With Multi-edit I can code my own plug-ins and recompile the editor with my own add ons. Now that’s an editor.

    My web work is also done in Mutliedit (sometimes I use Dreamweaver for quick and dirty DB work) with TopStyle as the CSS editor.

    My problem with Aptana is it’s bloated. It’s nice, and does some nifty things, however CSS is NOT one of them. TopStyle is better, which sucks as an HTML editor, though.

    I used to use Notepad++ for doing non-real programming. Sadly the author is more concerned with pushing his politics down my throat, and I for one am fed up with techies who think they can preach to anyone on anything; mostly about things of which they are clueless.

    HTML-Kit is poorly designed, and a nightmare to find what you need on the site or in the updates screen

    Notepad2 is great, by the way for quick and easy edits. It’s a very good TEXT editor.

    Fookes software (NoteTab) has lousy customer service, and is another (like HTML-Kit) that feels the need to have an idiotic update screen that seems to be designed for people who work for the company and not for customers.

    Komodo Edit is bloated and crashes frequently. It’s also not very fast, especially when compared to Multi-Edit and Slickedit.

    0
  40. 240

    I used EditPad Pro, for me one of the most usefull :)

    0
  41. 241

    i use dreamweaver css3. i really love this editor

    -1
  42. 242

    i use eclipse to make this web http://www.bali-landforsale.com

    0
  43. 243

    Notepad++ da best source editor… )

    0
  44. 244

    Hi webmaster!

    -2
  45. 245

    Hi webmaster!

    -2
  46. 246

    Hi webmaster!

    -2
  47. 247

    Hi webmaster!

    -2
  48. 248

    I use vim for few years, but on windows I use sublime text editor, the most beautiful code editor, which support Textmate’s syntax, and python plugins

    0
  49. 249

    thanks

    -1
  50. 250

    thank

    -1
  51. 251

    well , i work with Aptana now …. hmmm … use it 3 months already and i think i found my software. Can do all XHTML , CSS , PHP , Javascript works with it …

    0
  52. 252

    hey where is the Dreamweaver
    http://www.ashad.info

    -1
    • 253

      @ Adobe where it belongs, there are far stronger programs here, not to mention netbeans, which blows away I mean are you even serious hopefully you know by now, but Adobe is featured here with its Homesite, but If A program has pug -ins that handle different languages with colors, and code completion, what do you need, and so many of these programs are free, why would you want to pay? Makes no since since most programs also have the ability to sign on via Ftp. Think man, and if you have any extra money just write me and I will tell you where to get your gear and how to use it, for no price, sick.

      -3
  53. 254

    I definitely miss Webuilder 2008 from Blumentals Software. A great Editor!

    0
  54. 255

    I definitely miss WeBuilder 2008 from Blumentals Software. A great Editor!

    0
  55. 256

    I came from UNIX world, and was used to the power and flexibility of stream editors and other commands in UNIX such as sed, awk, grep, wc, lex, yacc, etc.

    when I started working in Windows, the first thing I did was to try to find something similar in Windows. perl is good, biterScripting is good. Both provide excellent scripting ability and both can run in batch mode or in real-time, and both can process documents from the web, your company’s network, and on your local computer. Above all, they are rather intuitively simple, so you can get started fairly quickly.

    0
  56. 257

    You missed Webuilder(Win)
    Bluefish(Linux)

    0
  57. 258

    I Use Scriptomania from Breedsoftware.com
    I actually had a free licence for it.

    0
  58. 259

    crimson editor its simple

    0
  59. 260

    Smultron !!

    +1
  60. 261

    Nice overview. I love these type of articles with comments, because I hear about editors I haven’t heard of before.

    However – check out http://texteditors.org/cgi-bin/wiki.pl?EditorIndex which has a huge list of editors organized by “family”.

    I use Geany (read the manual, lots of features including snippets), Notepad++ (for quick and dirty), netbeans or jdeveloper for java development. I also usually have komodo edit installed – it is slow starting up, but has some slick features (a project can contain local and remote files and directories).

    You could say that I am an editor junkie. Also check out scite-st and textadept both based on scite/scintilla but with lua lexers and enhanced scripting: http://caladbolg.net/

    0
  61. 262

    I Have A Read

    April 18th, 2009 2:30 am

    Notepad++ rulazZzzzZ, purely written C++. efficient speed, stabilty and highlighting for all popular programming languages. invicible editor on the world…

    No Notepad++ developer, im only user.. :P

    summary: speedy, “full open source (C++)” source code editor for Win32…

    +1
  62. 263

    I use the danish “Stones WebWriter 4″ which does html, javascript and css. I have used it for many years, but for large projects I use XSitePro v.2 which does the css automatically. It makes webdesign easy for internet marketers.

    0
  63. 264

    Frank de Jonge

    April 27th, 2009 2:08 am

    I didn’t read all the comments and it’s an old post but still… I enjoy using ZDE. the build-in object thingies help me get around all the time!

    0
  64. 265

    Daquan Wright

    June 4th, 2009 10:01 pm

    My favorite code editor is Notepad++.
    Right now I’m experimenting with Netbeans IDE as an integrated development environment, seeking out powerful software that generates nothing more than repetitive tasks. I enjoy hard coding because I’m a new comer and I see the value in it now, so I just look for simple applications that are highly extensible.

    0
  65. 266

    JEdit for notepad duties, Eclipse/Aptana for everything else.

    The killer feature (for me) in both is the ability to remap keybindings so I can use ijkl (modified by ctrl, alt, shift) to navigate the document.

    Also cross-platform is critical.

    0
  66. 267

    Aptana+PHP Plugin = Rapid Application Development! Unless you know vi/m. I want to learn vi/m merely because I’d love to NEVER have to take my fingers off the keyboard. But I regress. I love Aptana too much right now, and I’m only running the free version.

    I’m using Aptana on triple boot, Ubuntu 9.04, Windows 7RC, and Windows Vista. Still need a Mac to try it on ;-)

    0
  67. 268

    casey provost

    July 13th, 2009 10:34 pm

    I am incredibly surprised that E-Text Editor was not mentioned in this list. It is the functional equivalent of textmate. but for windows.

    0
  68. 270

    I recommend NaviCoder Editor. It’s free and enough to use for my school project :-)

    http://www.navicoder.com

    It also has a NaviCoder IDE for Java. I believe I will use it for my final year project.

    0
  69. 271

    For linux if all you want is a simple configurable text editor nano is great.

    0
  70. 272

    Komodo (Mac)

    Simple, powerful, great… Replacing Crimson editor (PC)

    0
  71. 273

    Impressive list. Included every editor I used or even heard of (with the exception of SciTe).
    My favourite is EditPlus. But I usually works with Eclipse which is a very impressive and multiverse environment for developers.

    0
  72. 274

    I have tried many other editors and still WeBuilder is the best code editor, fast and clean.

    0
  73. 275

    Robert Len Stallard

    September 17th, 2009 11:44 pm

    Another vote for WeBuilder. It is great for all modern Web languages. I also use PSPad for heavy text-based work. Currently I’m learning Aptana since I can use it in Eclipse integrated with Flex Builder and the Force.com IDE. I too have used many others including (but not limited to) HomeSite, TopStyle, NoteTab, NotePad++, JEdit, NetBeans (not mentioned here), Arachnophilia, HTML-Kit, and many otehrs I can’t remember right now. WeBuilder and PSPad are also great because they are very light on resources, load quickly and are continuously updated.

    0
  74. 276

    I personally use Textmate and CSSEdit to do all my coding!

    0
  75. 277

    A new IDE on the block that shows some real promise is Code Lobster.

    The IDE is freeware, however it installs with code completion for several blogging platforms that require a modest payment of $29.00

    I’m not affiliated with them, however, I’ve started using their IDE and really liked what I’ve found. It’s certainly not perfect, but it’s making good progress.

    0
  76. 278

    Didn’t the developer who made smultron stop supporting it?

    0
  77. 279

    Heh, I guess at the time this article was compiled not many people had heard of the absolute king of all (commercial) code editors: SlickEdit. Now there’s a power tool you can really feel was made by programmers for programmers.

    0
  78. 281

    sir i am working in fedora linux on client server program.
    all i need a software that link the web page to the fedora terminal.please help me.
    thanks in advance,
    gagan

    -1
  79. 282

    Hi, I forget the name of a text editor with built-in script language (c-like) for text processing.

    If you know the name, please send me a note,

    Ruben.

    0
  80. 283

    Notepad++ owns all

    +1
  81. 284

    Very awesome post.
    I was looking for a pro editor (in the same time FREE) because I don’t want to crack any application (as a developer lol)

    I think Aptana Studio will suit me * didn’t try it yet *

    Thanks for the post!

    0
  82. 285

    Komodoooo

    0
  83. 286

    On Windows, HTML-Kit is Great; otherwise, Vim or Emacs are full featured IDEs.

    0
  84. 287

    On Windows, HTML-Kit ……….i like it

    +1
  85. 288

    After working with Actionscript, I have turn recently to Flashdevelop for most of my editing. http://www.flashdevelop.org

    0
  86. 289

    Bluefish is pretty cool i prefer it to notpad ++

    0
  87. 290

    haha he wrote VIM.. buhahahaha

    0
  88. 291

    You guys must try “Espresso” from the same people that give us CSSedit it is awesome!
    http://macrabbit.com/espresso/features/edit/

    0
  89. 292

    Webuilder… lightweight and complete

    +1
  90. 293

    This is a very thoughtful rundown of editors and their features. Thank you for that!

    I’ve used a number of these. I NEVER see Arachnophilia in lists like this, and that’s a shame. It’s a very capable editor, and possibly the best thing about it is that the user can customize it fairly extensively and very easily. I’ve run it in Windows and Linux, and I’m about to install it on an old Mac Powerbook G3. Whenever I choose, I can transfer my customized code snippets and all my preferences not just between same-OS computers, but between platforms. How cool is that?

    Arachnophilia does what it does. It doesn’t have content management features like Eclipse or Quanta+ (both of which are excellent, and fairly complicated because they are tasked with much more work). It does more than your brief description indicates, and in all fairness you don’t have room to give a complete description of all these programs. But what Arachnophilia does, it does exceedingly well.

    One editor you missed that is well worth mentioning: Bluefish. Look it up. Definitely worth a try.

    0
  91. 294

    Occasionally I look around for new programming text editors, but I keep coming back to Notepad++. It is nice to see that many other share my view. I’ve spent years trying to wrap my mind around Vim. No luck. I’ve used PSEditor for several years and I have used about half of the editors here one time or another. Notepad++ just seems to satisfy me in most ways. The only other editor I regularly use is Python’s IDLE editor.

    0
  92. 295

    Didn’t you forget PHPStorm ?

    +1
  93. 296

    Anton Karminski

    December 9th, 2011 11:24 am

    I’m using PSPad for web-development about 3 years. Unfortunately it has some bugs and only one developer which can’t or doesn’t want to fix them.

    0
  94. 297

    I use CodeLobster or Notepad++ in my Windows, and GEdit or Geany on my Ubuntu machine. And I love using CodeLobster it’s simple but powerfull IDE I thing…

    0
  95. 298

    The less buttons, the better editor.

    +1
  96. 299

    Mezzenstein

    May 9th, 2012 6:42 pm

    I’m still looking for a new editor even after reading this article!

    0
  97. 300

    I love using sublime text 2 on my mac. Pretty neat!

    +1
  98. 301

    Sublime Text 2, the fastest and most incredible code editor..

    0
  99. 302

    Now, i’m using Tincta (mac)… a basic text editor capabilities for common tasks with an intuitive one-window design, syntax coloring for 60+ languages, reliable line numbering, efficient live-search, etc…

    http://mr-fridge.de/software/tincta/index.php

    0
  100. 303

    I don’t really care what your favorite editor is!
    While it makes sense to have a standard interface in the physical world (e.g. motor-car with clutch, brake, accelerator etc).
    With the abstraction of keystrokes, languages and key-bindings, the editor should accept my (standard definition of) key-bindings overlayed on a default or preselected set.
    I wish everybody who made an editor would give them a standard ‘plug-in’ facility for my key-strokes.
    I don’t rally have time in this life to learn every other editors key-stroke set and/or amend its key-bindings.

    0

  1. 1

    My favorite is definitly sublime text. If you are waiting for Intype, try sublime …you won’t wait anymore : )

    +2
  2. 2

    Philip Shanks

    May 8th, 2008 1:22 am

    Vim/gVim is a fantastic text editor, and I also like the “Cream” config for gVim (http://cream.sourceforge.net)

    +1
  3. 3

    MacVim looks great. Thanks a lot for the tip!

    +1
  4. 4

    Before switching to vim I used 1st page (by evrsoft) and Arachnophilia.

    +1
  5. 5

    JR Westbrook

    May 7th, 2008 5:10 pm

    Ah, you saved the best for last! ;-)

    If you take the time to learn vim, you will forever appreciate it. You will be able to work so fast your fingers will catch on fire.

    Ouch! I gotta run put these fingers out.

    +1
  6. 6

    gVim is well worth the time it takes to learn, it’ll save you a thousand times that :)

    +1
  7. 7

    Find this page while I am looking for replacement for Notepad++, Great & thanks! ( why get rid of Notepad++? because the development community of notepad++ involves many politics.)

    +1
  8. 8

    Smultron !!

    +1
  9. 9

    I Have A Read

    April 18th, 2009 2:30 am

    Notepad++ rulazZzzzZ, purely written C++. efficient speed, stabilty and highlighting for all popular programming languages. invicible editor on the world…

    No Notepad++ developer, im only user.. :P

    summary: speedy, “full open source (C++)” source code editor for Win32…

    +1
  10. 10

    Notepad++ owns all

    +1
  11. 11

    On Windows, HTML-Kit ……….i like it

    +1
  12. 12

    Webuilder… lightweight and complete

    +1
  13. 13

    Didn’t you forget PHPStorm ?

    +1
  14. 14

    The less buttons, the better editor.

    +1
  15. 15

    I love using sublime text 2 on my mac. Pretty neat!

    +1

Leave a Comment

Yay! You've decided to leave a comment. That's fantastic! Please keep in mind that comments are moderated and rel="nofollow" is in use. So, please do not use a spammy keyword or a domain as your name, or it will be deleted. Let's have a personal and meaningful conversation instead. Thanks for dropping by!

↑ Back to top