When comparing Bluefish vs Suplemon, the Slant community recommends Bluefish for most people. In the question“What are the best programming text editors?” Bluefish is ranked 43rd while Suplemon is ranked 51st. The most important reason people chose Bluefish is:
Bluefish supports Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk
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 Native multi cursor editing on the command line
Multiple cursors & column selection allow versatile ways of editing.
Pro Low learning curve
Does not drown you in keyboard shortcuts or non-intuitive use-concepts as you start using it, but high-level functionality can still be easily accessed when the need for it arises.
Pro Mouse support
Scroll wheel works automatically. With mouse mode (F8) the cursor can be moved with a left-click to a desired position, and new cursors can be added with right clicks.
Pro No required dependencies
Pro Shows linting messages for Python code (requires flake8)
Cons
Con No region selection
Some selection features that are taken for granted in other editors are missing here. As they say in their documentation, if you want to copy and paste part of a line, you need to use the mouse to select it and copy with Ctrl + Shift + C.