BBEdit: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:


It is one of the best choices if you are looking for a general program-editor with syntax highlighting and method markers support. It trademark: ''It doesn't suck''.
It is one of the best choices if you are looking for a general program-editor with syntax highlighting and method markers support. It trademark: ''It doesn't suck''.
== Regex ==
BBedit has the ability to define its own 'outline'.
{| class="wikitableharm" width="600"
! width="200" | Type File
! width="400" | Regex
|-
| ANT Build file || <nowiki><target name[\s]*=[\s]*"([\w]*)"</nowiki>
|}


== See also ==
== See also ==

Revision as of 13:11, 14 July 2015

BBEdit is a propriety HTML and programming language text editor made by BareBone Software Inc. [1] for Apple OSX systems. [2]

It is one of the best choices if you are looking for a general program-editor with syntax highlighting and method markers support. It trademark: It doesn't suck.

Regex

BBedit has the ability to define its own 'outline'.

Type File Regex
ANT Build file <target name[\s]*=[\s]*"([\w]*)"


See also

top

Reference

top

  1. BareBones Software Inc, home page, makers of BBEdit, TextWrangler and Yojimbo.
  2. Wikipedia BBEdit.