BBEdit for Mac 是 Macintosh 上領先的專業 HTML 和文本編輯器。這個屢獲殊榮的產品專門針對 Web 作者和軟件開發人員的需求而設計,為編輯,搜索和處理文本提供了豐富的高性能特性。智能界面提供了對 BBEdit 的最佳功能的簡單訪問,包括 grep 模式匹配,跨多個文件的搜索和替換,項目定義工具,眾多源代碼語言的功能導航和語法著色,代碼折疊,FTP 和 SFTP 打開和保存,AppleScript 的,Mac OS X 上的 Unix 腳本支持,文本和代碼完成,當然還有一套完整的強大的 HTML 標記 tools.
BBEdit for Mac 特點:
Text Factories
Text 工廠通過使其能夠快速,輕鬆地應用盡可能多的提高工作效率 BBEdit 的強大的工具庫,你需要跨多個文件和文件夾實現你的目標,只需要一個初始設置。作為獎勵,文本工廠在後台運行,讓您使用的 BBEdit 其他工作,而他們’ 再運行,並採取與多個 processors.
Codeless 語言 Modules
Codeless 語言模塊機的充分利用,使其非常容易擴展的 BBEdit&rsquo 的; S 內置在語法著色和功能導航。編程語言的基本語法和著色規則可以用相對簡單的文本文件來表示,而不需要編程或高級邏輯。
終端集成
從命令行調用 BBEdit 並將結果傳遞給文檔。例如,ps(進程狀態)命令可以產生一些非常長的行。在這裡,我們告訴 ps 給出完整的細節,並把結果放到一個新文檔中,並將窗口滾動到文檔的頂部。 (終端窗口背後的文件是一個 BBEdit 中的文件。)
Organize 您 projects
You 也可以從任何地方添加文件(在磁盤上,或者從 FTP / SFTP)到項目的 BBEdit(和保存項目重複使用)。雖然磁盤瀏覽器和 FTP / SFTP 瀏覽器窗口顯示您的卷的結構,項目的 BBEdit 讓你輕鬆訪問相關文件,他們無需位於 together.
Automator Support
BBEdit for Mac 包括一組反映了其內部的文本轉換 Automator 動作的; “文本”菜單上的大部分功能都可用於 Automator,以及“全部替換”功能。尋找和替換的行動; 以及一些支持行動來平滑文本進出 BBEdit 文檔的過程。不需要腳本!
改進的語法著色
內部語法著色機制已被廣泛地重新設計,允許選擇更多的核心顏色類型,現在允許語言模塊添加自己的顏色類型。為配色方案的支持也不斷擴大,和幾個工廠配色方案 included.
New 剪輯系統 mechanics
The 剪輯系統(用於創建,管理和應用經常使用的“片段”的文字)現在更加強大和靈活。任何裁剪集都可以普遍提供或以每種語言為基礎(適用於任何所需的一組語言)。剪口調色板,文字完井系統,和“插入剪切”命令已經擴展,以支持這一額外 flexibility.
New UI 用於查找 Differences
The“查找差異”對話框中已經現代化,和文件夾比較是比以前更快,這要歸功於一個重寫和新的性能調整比較引擎。然而,最重要的變化是在結果界面中:全新的單窗口演示文稿更容易用於文件夾比較,更易於管理,(對於文件夾比較)提供了根據需要從一個文件夾複製文件的功能到另一個.
注意:30 天試用版.
檔案版本 |
BBEdit 14.6.4 |
檔案名稱 |
BBEdit_14.6.4.dmg |
檔案大小 |
|
系統 |
Mac OS X 10.11.6 or later |
軟體類型 |
未分類 |
作者 |
Bare Bones Software, Inc. |
更新日期 |
http://www.barebones.com/products/bbedit/ |
軟體類型 |
2023-02-24 |
更新日誌 |
What's new in this version: Changed: - When command-clicking in the title bar of a project, BBEdit will add the project to the path menu in cases where the project window is already displaying a document (and so the path menu would show only the path to the document). This solves the problem of not being able to quickly get to the project's location in the Finder. - The "last saved" indicator in the status bar below the text area includes a marker if the document has unsaved changes. (This may be easier for some folks to see than some of the other available indicators, which include the "dirty dot" in the window's close box, the highlighted icon at the top right of the text area, the border of the "x" close widget in the sidebar, and the mark next to the document's entry in the Window menu.)
Fixed: - Fixed crash which would occur on macOS 13.x when trying to truncate a note's title for display in the navigation bar, and the title looked enough like an URL to trigger a bug in the OS - Fixed regression in which opening the completion panel (or one of its cousins) would cause a space switch - Improved accuracy of the "looks like HTML" test, which in turn improves correctness of fold generation when processing incomplete and unqualified snippets of HTML code - Fixed regression in which Extract would not find all occurrences of very short patterns which occurred multiple times on the same line, e.g. "." - Fixed crash which would occur when navigating differences after having made certain specific edits in one of the files being compared - Updated the list of ISO language codes used by the "New Document" command and HTML syntax checker - Corrected some omissions from the global attribute list which were causing incorrect error reports from the HTML5 syntax checker - Fixed crash which would occur when closing a document while its selection (or contents) were being recited by the speech system, and then subsequently quitting the application while waiting for speech to finish
"Open File by Name" will not search files/folders listed in the "Open Recent" history. If you would prefer that it do so, turn on the appropriate expert preference: - defaults write com.barebones.bbedit OFBNIncludesRecentItems -bool YES - Updated the XHTML syntax checking to allow "https" values in the xmlns attribute - Fixed bug in which requests from the Service menu made while the application was not running usually didn't have any effect after startup was completed - AppleScript "display notification" events targeted at the application are now processed in-application so that they appear as expected - Fixed bug in Markdown coloring, in which a link definition at the very end of the file (with no trailing line break) didn't get colored - Corrected appearance of text-input highlighting (for CJK and others) when the text color scheme uses a dark background color - Since rls is no longer supported or developed, the default LSP server configuration now specifies rust-analyzer. Use brew install rust-analyzer to install it. See the rust-analyzer web site for more information. - Fixed bug in which changing the "Related files" navigation bar preference didn't immediately affect open windows |
檔案下載 |
檔案下載
|