EmEditor Professional (32-bit)

最新版本 EmEditor Professional 21.3.0 (32-bit)

EmEditor Professional 21.3.0 (32-bit)

EmEditor Professional 21.3.0 (32-bit)
EmEditor Professional 是一個快速,輕量級,但可擴展,易於使用的 Windows 文本編輯器。原生的 64 位和 32 位構建都可用! EmEditor Professional 支持強大的宏,Unicode 和非常大的文件。 Emurasoft 的永恆使命是實現我們的客戶 ' 通過同情和專業知識傾聽他們的需求。我們非常重視及時的客戶支持,並且很榮幸能夠擁有包括大型企業,教育機構,歐盟機構,日本國家部委和世界各國政府在內的傑出用戶。 EmEditor 已經贏得了 24 個國際獎項,其中包括最佳應用類別中的共享軟件行業獎。用於 Windows 的 EmEditor 文本編輯器也獲得了 Microsoft 的 Windows 10 認證.

這部分提供了關於如何使用 EmEditor 的提示,並解釋了為什麼您需要最好的文本編輯器:

Annnnnnnnnnnnnnnnnn 設計者可以使用 Snippets 插件經常使用的 HTML 標籤(例如 h1,h2,p,a 等),模板,樣式,腳本和許多其他 HTML 元素。使用 Snippets 插件,您可以使用鍵盤快捷鍵(如 CTRL + B)使選定的文本突出顯示(使用 STRONG 標記),CTRL + I 作為斜體顯示(使用 EM 標記)等。Zen 編碼允許您代碼 HTML 元素令人難以置信的更快。 HTML Bar 插件允許您使用熟悉的工具欄按鈕修改 HTML 文檔。顯示 HTML / XML 字符引用功能的工具提示是有用的...

A Programmer
The Projects 插件顯示當前文檔或項目中的函數和變量定義的列表。自動標記功能可以讓您突出顯示與光標處的函數或變量名稱相同的字符串。 “縮小”功能可讓您將焦點對准文檔的指定部分,並保護文檔的其他部分。多選編輯功能可以讓您輕鬆更改變量名稱。外部工具允許您使用 EmEditor 設置您的編譯器。拼寫檢查功能了解 CamelCase ...

An 編輯器或發行者
EmEditor 允許你寫文本非常快。  EmEditor 可以快速啟動,只要您打開 EmEditor 窗口,就可以開始輸入。片段插件允許您插入經常使用的文本。 Word Complete 插件可幫助您在輸入時完成單詞。 “大綱”功能允許您顯示文本的大綱。 Word Count 插件不僅可以計算單詞,還可以計算任何指定的字符或單詞...

A 數據庫管理員
EmEditor 允許您快速打開非常大的文件,而大文件控制器允許您僅打開大文件的指定部分。 EmEditor 允許您打開 CSV,TSV 或用戶定義的分隔符(DSV)文件。您可以根據列值進行排序(按字母或數字),並且可以配置排序選項,如穩定排序。 EmEditor 允許您分割或合併文件...

A Server Administrator
Server 日誌文件往往非常大。  EmEditor 可以打開非常大的文件,並且大文件控制器允許您僅打開指定部分,例如文件的最後部分。靈活的搜索功能允許您搜索特定的術語。您還可以使用書籤功能,以便您可以收集符合特定條件的行,例如包含錯誤關鍵字或網址的行。然後,你可以提取這些行到一個新的文件...

如果你需要一個自由文本編輯器
如果你需要一個最好的免費文本編輯器,EmEditor 免費可能適合你。雖然與 EmEditor Professional 不在同一級別,但 EmEditor Free 允許您在不購買產品的情況下執行大部分文本編輯任務。請看比較圖表是否適合您。一旦您將產品降級到 EmEditor Free,您將永遠不會被要求升級或獲取任何營銷信息,因此請繼續保持免費版本,只要您願意!

注意:30 天試用版.

ScreenShot

軟體資訊
檔案版本 EmEditor Professional 21.3.0 (32-bit)

檔案名稱 emed32_21.3.0.msi
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 未分類
作者 Emurasoft, Inc.
官網 https://www.emeditor.com/
更新日期 2021-11-25
更新日誌

What's new in this version:

- This new version supports very large files in the Free version as well as the Professional version. I believe this will benefit many students at school and home, who need free text editors supporting very large files. What I mean by “very large file support” is the ability to open very large files without loading all contents into the memory. EmEditor will read a file directly from the disk if the file size is larger than 300 MB by default. For a long time, the file loading has been optimized for speed by using multithreaded code using SIMD instruction sets. In other words, EmEditor Free opens very large files as fast as EmEditor Professional. Even though EmEditor Free supports very large files, the Large File Controller is available only on EmEditor Professional. Please see EmEditor Free for the updated comparison table.
- The main feature of v21.3 is a new date/time support in Number Range expressions. The feature was requested by several customers including this question. For example, when you analyze server logs or sales reports containing dates/times, you often want to focus on a certain date/time range, and the new feature becomes useful in these situations. You could use regular expressions to search for a certain date range, but regular expressions often become complicated and slow. Thus, I’ve decided to support date ranges in existing Number Range expressions. When I developed this new feature, I wanted to make sure it would be optimized for speed. I also understand that you want to take full control over which date format you would want to match. Therefore, the date expression allows you to specify a date/time format surrounded by double quotation marks
- You may also use month names such as “January” or “Jan” by using “MMMM” or “MMM”, respectively, or use 24-hour time format: “HH:mm” or “HH:mm:ss”.
- The new date range feature is available both in EmEditor Free and in EmEditor Professional.
- Other new features include the ability to split a window into 3 panes! This feature has been requested for a long time. To split a window into 3 panes vertically or horizontally, select Split Vertically or Split Horizontally on the Window menu twice. This new feature is included in EmEditor Free and EmEditor Professional.
- A customer wanted to move the current cell selection to the right when you press the ENTER key while in the CSV Cell Selection mode in EmEditor Professional. Previously, EmEditor can only set the focus into the Cell toolbar when you press ENTER. The new version allows the ENTER key customization, and introduces 4 new commands including the Next Cell (Cell Selection Mode Only) command. Thus, you can assign the ENTER key as the Next Cell (Cell Selection Mode Only) command.
- A customer requested the ability to change the font size used in dialog boxes. While it is not easy to change the font name, it is relatively easy to change the font size. So, the new version allows you to change the font size in the Window page of the Customize dialog box. Another customer using the Chinese UI requested the ability to change the font face name. EmEditor’s dialog boxes use MS Shell Dlg, which is automatically substituted with an appropriate system font in each language of Windows. The font substitutes are defined in the Registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes. The issue is that this substitution table is old. I’ve learned that the old SimSun font was used in Simplified Chinese Windows by default, but it isn’t easy to read. While modern fonts like Microsoft YaHei are used in Windows and even recommended by Microsoft, the font substitution table still points to the old font, which is not updated even now. I thought that Microsoft forgot to update the font substitution table, but maybe they worry about compatibility issues with older apps, so they intentionally didn’t update it. We have decided to hard-code Microsoft YaHei for Simplified Chinese, and Microsoft JhengHei for Traditional Chinese. We have not changed the other language UI yet but will test the other languages in beta versions for the next version. We will use Meiryo UI for Japanese, Malgun Gothic for Korean, and Segoe UI for other languages. We will release beta versions soon, so please try the new beta versions with the new dialog boxes when they become available, and let us know if you like the new look and feel.
- Latest updates of Windows 11 include bug fixes that I have previously mentioned. I have tested EmEditor on Windows 11 thoroughly, and I don’t see any issues with EmEditor on Windows 11 anymore except that some plug-in dialog boxes don’t look good on the Very Dark mode. The dark mode is still undocumented for desktop apps, and I am still looking into the issue. Unless you use the Very Dark option of EmEditor, there are no issues with EmEditor on Windows 11.
- Finally, I hope you like EmEditor, whether you use the Professional or Free version. Please contact us or write in forums if you have any questions, feature requests, or any ideas in the future. I also welcome you to write a review by selecting the Write a Review command on the Help menu, because I read them periodically. (You might need to download the Store App version before you are able to write a review.)

EmEditor Professional 21.3.0 (32-bit) 相關參考資料
Download EmEditor Professional (32bit) 21.3.0

EmEditor Professional (32bit) Amazing text editor for Windows, supports large files and Unicode!

https://www.filepuma.com

Download EmEditor Professional (32bit) 21.3.0 for windows

2021年11月25日 — EmEditor Professional (32bit) Amazing text editor for Windows, supports large files and Unicode!

https://www.filepuma.com

Download – EmEditor (Text Editor)

Downloads. 64-bit Installer · 32-bit Installer · 64-bit Windows 10 Store App · 32 ... Buy EmEditor. Download and experience the “World's fastest text editor” now ...

https://www.emeditor.com

Downloading EmEditor Professional 21.3.0 (64-bit) from ...

EmEditor Professional is a fast, lightweight, yet extensible, an easy-to-use text editor for Windows. Both native 64-bit and 32-bit builds are available!

https://www.filehorse.com

EmEditor (32-bit) - Microsoft 應用程式

安裝完成後,您可以免費試用EmEditor Professional 30 天。如果在試用期結束時未購買訂閱,該應用會自動降級到免費版本。此市集應用沒有永久授權。 - 此市集應用程式的訂閱 ...

https://apps.microsoft.com

EmEditor (Text Editor) – Best Text Editor, Code Editor, CSV ...

EmEditor is a fast, lightweight, yet extensible, easy-to-use text editor, code editor, CSV editor, and large file viewer for Windows. Both native 64-bit and 32- ...

https://www.emeditor.com

EmEditor Free

EmEditor Professional, EmEditor Free allows you to do most of text editing ... Fast 64-bit Build · Full Screen View · Grab Text · Half-width/Full-width conversion ...

https://www.emeditor.com

EmEditor Professional (32-bit)

EmEditor Professional (32-bit). January, 31st 2024 - 63.76 MB - Trial ... EmEditor Professional 21.3.0 (32-bit). Date released: 25 Nov 2021 (2 years ago).

https://www.filehorse.com

下載

下載最新版. 注意:檔案會從emeditor.info 域名下載。 64位元安裝程式 · 32位元安裝程式 · Windows 11/10 64位元市集應用程式 · Windows 11/10 32位元市集應用程式.

https://zh-tw.emeditor.com