Notepad++ (64-bit)

最新版本 Select Version

Select Version

Select Version
記事本 ++ 64 位是一個免費的源代碼編輯器和記事本替換,支持多種語言。在 MS Windows 環境下運行,其使用受 GPL 許可證管理.

Notepad ++ 是一個功能強大的編輯組件 Scintilla,使用 C ++ 語言編寫,使用純 Win32 API 和 STL,確保更高的執行速度和更小的程序大小。 Notepad ++ 通過優化盡可能多的程序而不損失用戶友好性,正在努力減少世界二氧化碳排放量。當使用較少的 CPU 電力時,電腦可以降低功耗並降低功耗,從而創造一個更加綠色的環境。從 FileHorse 下載適用於 PC 的 Notepad ++ 64 位離線安裝程序.

該程序附帶了許多有用的功能,使得使用大型文本文件變得非常簡單。其中一些是:
語法高亮和語法折疊用戶定義的語法高亮和折疊 PCRE(Perl 兼容的正則表達式)搜索 / 替換 GUI 完全可定制:極簡主義,關閉按鈕,多行選項卡,垂直選項卡和垂直文檔列表文檔地圖自動完成:字完成,功能完成和  功能參數提示多文檔(Tab 界面)多視圖所見即所得(打印)放大和縮小支持多國語言環境書籤宏錄製和播放

ScreenShot

軟體資訊
檔案版本 Select Version

檔案名稱 npp.8.5.5.Installer.x64.exe
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Don Ho
官網 http://www.notepad-plus-plus.org/
更新日期 2023-08-10
更新日誌

What's new in this version:

- Update to Scintilla 5.3.6 and Lexilla 5.2.6
- Add change history navigation commands: Go to next/prev change & Clear change history
- Improve lines sorting memory consumption
- Enhance “Add new document at startup”: add new document only when the session is remembered
- Enhance “Convert case to Proper Case” command: fix the error conversion after quote

Fixed:
- Fix Change History incorrect display after “Reload from Disk” command
- Remember through sessions the directory of “Remember last used directory”
- Fix regression of double clicking on find result not going to the document
- Fix regression of opening file rejection if file name contains dot at the end
- Fix error message of opening file with ‘=’ as end of file name
- Fix menu Tools contains 2 SHA-256 item while using localization
- Fix SHA-1 hash result wrong length bug while “Treat each line as a separate string” enabled
- Add SHA-512 hash features
- Fix normal.xml for Normal text auto-completion not working issue
- Fix Korean IME append file extension issue in save dialog
- Make find/replace in files result more accurate while used RegExpr is invalid
- Fix Project panel’s inaccurate initialized path in save dialog
- Fix wrong syntax highlighting of URLs with quotes in JSON
- Fix Clipboard History panel shows corrupted data issue

Select Version 相關參考資料
How to Determine Your Postgres Version

Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...

https://www.atlassian.com

How to find the SQL Server version

2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...

https://www.sqlshack.com

MySQL VERSION() Function

Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...

https://www.w3schools.com

Select PHP Version

Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。

https://help.url.com.tw

Select Version - 2011 - SOLIDWORKS PDM 說明

Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...

https://help.solidworks.com

Understanding the SQL Server SELECT @@VERSION ...

I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...

https://www.mssqltips.com

VERSION (Transact-SQL) - SQL Server

2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...

https://learn.microsoft.com

VERSION - Amazon Redshift

The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.

https://docs.aws.amazon.com

判斷資料庫引擎的版本和版本SQL Server

2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...

https://learn.microsoft.com