When comparing Bluefish vs CodeRunner, the Slant community recommends CodeRunner for most people. In the question“What are the best programming text editors?” CodeRunner is ranked 26th while Bluefish is ranked 43rd. The most important reason people chose CodeRunner is:
You can have multiple tabs open with multiple languages in at the same time and Code Runner still performs excellently. Searching through code is always instant and executing code is fast.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Very powerful search and replace
Bluefish supports Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk
Pro Light and fast
Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
Pro Highlighting
Bluefish highlights matching blocks for start and end markers (for both brackets and tags).
Pro Emmet support
Support Emmet or Zen Coding.
Pro Auto-completion and auto-tag-closing
Bluefish supports auto-completion and auto-tag-closing for many programming languages, with reference information, and even for nested languages (e.g. css and javascript inside html code that is inside a php document), with included language definition files for: C/C++, CSS, HTML, XHTML, HTML5, Java, JSP, JavaScript, jQuery, Lua, Octave/MATLAB, MediaWiki, Pascal, Perl, PHP, Python, Ruby, XML, and others.
Pro Fast and efficient
You can have multiple tabs open with multiple languages in at the same time and Code Runner still performs excellently. Searching through code is always instant and executing code is fast.
Pro Supports many different languages
Code Runner comes preinstalled with over 20 languages built in, and it's super easy to run simple programs.
Cons
Con Working with very very large projects
Code runner is fantastic for shorter projects, although it can handle very large projects. It stops code completion when the program gets to be several thousands of lines long.