Difference between revisions of "BBEdit"

From HaFrWiki
Jump to: navigation, search
(Created page with "BBEdit is an HTML and programming language textedit made by BareBone Software Inc. <ref>[http://www.barebones.com BareBones Software Inc], home page, makers of BBEdit, TextWr...")
 
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
BBEdit is an HTML and programming language textedit made by BareBone Software  Inc. <ref>[http://www.barebones.com BareBones Software Inc], home page, makers of BBEdit, TextWrangler and  Yojimbo.</ref> for Apple OSX systems.  
+
BBEdit is a propriety HTML and programming language text editor made by BareBone Software  Inc. <ref>[http://www.barebones.com BareBones Software Inc], home page, makers of BBEdit, TextWrangler and  Yojimbo.</ref> for Apple OSX systems. <ref>[[wikipedia:BBedit|Wikipedia]] BBEdit.</ref>
 +
 
 +
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>
 +
|}
 +
 
  
It is one of the best choices if you are looking for a general program-editor with syntax highlighting and method markers support.
 
  
 
== See also ==
 
== See also ==
 
<span class="editsection">[[#content|top]]</span>
 
<span class="editsection">[[#content|top]]</span>
+
* [[wikipedia:List_of_text_editors|Wikipedia]], List of text editors.
 +
* [[Sublime Text]], Alternative free program editor.
 +
 
 
== Reference ==
 
== Reference ==
 
<span class="editsection">[[#content|top]]</span>
 
<span class="editsection">[[#content|top]]</span>

Latest revision as of 17:43, 25 October 2018

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.