Sticky Password 歷史版本列表 Page12

最新版本 OfficeSuite

Sticky Password 歷史版本列表

Sticky Password 是一個功能強大但簡單的免費密碼管理器和安全的數字金庫!只需記住一個密碼。記住只有一個,而不是幾十個密碼。其他的一切都由 Sticky Password 自動填寫。它使用簡單,而且全面安全。 Sticky Password 解決方案的核心是使用世界領先的加密標準 AES-256 加密的安全數據庫。密碼數據庫自動鎖定 - 在您的計算機,平板電腦和智能手機上 - 當您遠... Sticky Password 軟體介紹


CudaText 1.115.0.1 (64-bit) 查看版本資訊

更新時間:2020-10-12
更新細節:

CudaText 1.115.0.0 (64-bit) 查看版本資訊

更新時間:2020-10-12
更新細節:

What's new in this version:

Added:
- HTML auto-completion works also inside 1) A HREF="...", 2) LINK HREF="...", 3) IMG/SCRIPT/INPUT/FRAME/IFRAME/AUDIO/VIDEO/SOURCE SRC="..."; it shows there folder names and file names with appropriate types (depends on tag)
- rewritten Wiki topic https://wiki.freepascal.org/CudaText#Auto-completion
- Windows shell extension: CudaText context menu entry now shows up in context menu of drives, folders, background of a folder's Explorer window and the Desktop
- Undo/Redo handles markers too; format of "persistent undo" files is extended, but it's backward compatible

Fixed:
- if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos
- scaling of sidebar buttons
- cannot scroll to the left by mouse selection; now it works if cursor is on bookmark column or folding column

CudaText 1.114.1.0 (64-bit) 查看版本資訊

更新時間:2020-10-07
更新細節:

What's new in this version:

Added:
- Undo/Redo handles markers too (format of "persistent undo" files is extended, but it's backward compatible)
- session also holds markers; this can be disabled by new char in the option "ui_history_disabled"

Fixed:
- cannot scroll to the left by mouse selection; now it works if cursor is on bookmark column or folding column

CudaText 1.114.0.1 (64-bit) 查看版本資訊

更新時間:2020-10-05
更新細節:

CudaText 1.113.0.0 (64-bit) 查看版本資訊

更新時間:2020-09-26
更新細節:

What's new in this version:

Added:
- add: Windows: option "ui_menu_themed"
- add: Unix: when Python engine is not detected, app adds menu item "Plugins / Find Python library". It calls new command "find python library" (available in Command Palette). This command finds the library, suggests several possible filenames, and writes chosen filename to user.json.
- add: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos
- add: lexer JavaScript: don't highlight "class" after dot, better detect RegEx str

CudaText 1.112.1.0 (64-bit) 查看版本資訊

更新時間:2020-09-16
更新細節:

What's new in this version:

Added:
- Project Manager: read folders much faster (avoid reading additional subfolder level)
- Project Manager: option "File masks to ignore" replaced with 3 options: "Ignore files", "Ignore folders" (both are ;-separated Unix wildcards) and "Ignore all hidden files/folders"

Fixed:
- Project Manager: handle Windows permission errors, fix showing root dirs like C:
- regression on minimap painting

CudaText 1.111.6.0 (64-bit) 查看版本資訊

更新時間:2020-09-13
更新細節:

CudaText 1.111.5.3 (64-bit) 查看版本資訊

更新時間:2020-09-12
更新細節:

CudaText 1.111.5.0 (64-bit) 查看版本資訊

更新時間:2020-09-11
更新細節:

What's new in this version:

Added:
- to improve rendering speed, minimap is now rendered via BGRABitmap library (much faster, but program size is bigger by ~1.5Mb)
- reworked cache of highlighted lines; now it works faster and has auto-adjusted size (it's changed to big value on toggling minimap on)
- mouse-wheel scrolling goes smoothly over inter-line gaps
- option "minimap_scale"

Removed:
- option "renderer_cache_lines"

CudaText 1.111.0.2 (64-bit) 查看版本資訊

更新時間:2020-09-08
更新細節:

What's new in this version:

Added:
Improved TRegExpr engine:
- regexp: supported recursion: (?R) with alias (?0)
- regexp: supported subroutine calls: (?1) ... (?89)
- regexp: supported possessive quantifier: a++ a*+ a?+ a{n,m}+
- regexp: supported atomic groups: (?>foo|bar|ok)
- regexp: supported negative lookahead: foo(?!bar)
- regexp: supported Perl syntax for named groups: (?'name'expr) and subroutine calls: (?&name)
- regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', 'W', 'S', 'D' etc.
- regexp: added z; changed behavior of  (match also before final line-break)
- regexp: added error message for unknown metachars (like X E)

- option "ui_reopen_session_cmdline"
- before: editor doesn't load last session when command-line file is opened; now: it also doesn't save current session in this case, so old session is not lost
- lexer C++: keywords of C++20

Fixed:
- issue with "Add next occurrence of selected word"
- engine of lite lexers: broken highlighting after horizontal scrolling
- lexer Python: code-tree for func "def name(param: type)"
- lexer Python: code-tree for "class name(dotted.name)"
- regression in Markdown tree-helper