BBEdit Product Tour
Exercise Total Control Over Text | Work Your Way | Command Files, Folders, Disks, and Servers | Enjoy Textual Omnipotence | Live Up To Standards | Integrate Smoothly Into Existing Workflows
(click the image above to see it full size in a new browser window)
(click the image above to see it full size in a new browser window)
Codeless language modules make it much easier to extend BBEdit’s built-in syntax coloring and function navigation. Previously, this required writing and compiling a BBEdit plugin. Beginning with BBEdit 8, the basic syntax and coloring rules for programming languages can be represented by a relatively simple text file. This makes it possible for even non-programmers to add support for their favorite languages.
BBEdit 8 introduced a text-file format for describing a programming language’s basic structure (including the format of strings and comments, the basic structure of functions, and keyword lists). These “Codeless Language Modules” supplement BBEdit’s existing plug-in architecture for extending syntax coloring, function navigation and code folding.
Invoke BBEdit from the command line and pass the results to a document. For example, the `ps` (process status) command can generate some extremely long lines. Here, we are telling ps to give complete details and to put the result into a new, clean document (clean means it will not ask to be saved when closing) and to scroll the window to the top of the document. (The document behind the Terminal window is a BBEdit document.)
(click the image above to see it full size in a new browser window)
Create different workspaces for different tasks or projects: e.g. one for working on a web site and another for writing software. The Workspace commands allow you to save and restore the arrangement of your palettes (as listed on the Palettes submenu).
Find out what’s new in BBEdit 9. Or check out the full feature list.