BBEdit: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
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 == | ||
<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
- Wikipedia, List of text editors.
- Sublime Text, Alternative free program editor.
Reference
- ↑ BareBones Software Inc, home page, makers of BBEdit, TextWrangler and Yojimbo.
- ↑ Wikipedia BBEdit.