Angry IP Scanner 歷史版本列表 Page4

最新版本 Angry IP Scanner 3.9.1

Angry IP Scanner 歷史版本列表

憤怒的 IP 掃描器是一個非常快速的 IP 地址和端口掃描器。它可以掃描任何範圍的 IP 地址以及任何端口。它是跨平台和輕量級的。不需要任何安裝,任何地方都可以自由複制和使用它.Angry IP 掃描器只需簡單地 ping 每個 IP 地址,以檢查它是否存在,然後可以選擇解析其主機名,確定 MAC 地址,掃描端口等。每個主機收集的數據可以通過插件進行擴展. 它還具有其他功能,如 NetBIOS 信... Angry IP Scanner 軟體介紹


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

更新時間:2021-01-22
更新細節:

What's new in this version:

Changed:
- added option "undo_max_carets" (default is 5000). Many editing commands are now much faster for >5000 carets (before, such commands could last for several minutes, with 30K carets). WARNING: this clears the undo-information when you have >5000 carets.
- changed default of "auto_fold_comments" to 0; one crash was fixed regarding to this

Added:
- added option "autocomplete_commit_single_item"
- Project Manager: sort files by extension
- Addon Manager: supports translation too
- lexer CSS: more known properties; fix highlighting inside '@media{}' blocks
- updated Python libraries in py/sys/

Fixed:
- Find dialog option "Hi" did reset the selection
- color of groups-splitters in few ui-themes
- command "duplicate lines" with forward/backward selection gave different selections
- Lexer Detecter didn't detect 'Dockerfile'
- when selection is performed with Ctrl+drag, unpressing of Ctrl gave the weird effect
- editor snaps twice to line specified as command line param, e.g. 'cudatext my.cpp:20'
- regression: not working Python, if "pylib__linux" has some special form

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

更新時間:2021-01-19
更新細節:

What's new in this version:

- add: added option "undo_max_carets" (default is 200); many editing commands (typing character, BackSp, Delete, etc) are now much faster for >200 carets (before, such commands could last for several minutes, with 30K carets)
- add: lexer CSS: more known properties; fix highlighting inside @media blocks
- fix: Lexer Detecter didn't detect 'Dockerfile'

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

更新時間:2021-01-18
更新細節:

What's new in this version:

Added:
- option "autocomplete_commit_single_item"
- Addon Manager supports translation too
- updated Python libraries in py/sys/

Fixed:
- when selection is being added with Ctrl+drag, unpressing of Ctrl gave the weird effect
- editor snaps twice to line specified as command line param, e.g. 'cudatext my.cpp:20'
- regression: not working Python, if "pylib__linux" has some special form

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

更新時間:2021-01-17
更新細節:

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

更新時間:2021-01-16
更新細節:

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

更新時間:2021-01-15
更新細節:

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

更新時間:2021-01-14
更新細節:

What's new in this version:

Added:
- add/change: Addon Manager: removed command "Re-install...", now all addons are in the "Install..."; already installed items are marked with "◄local ?►", and items with updates are marked with "◄local ?, web ?►"
- hide caret for unfocused editor controls
- option "auto_fold_comments", it automatically creates folding-ranges for many commented lines
- change: deleted settings "fold commented lines" from standard lexers (C, Lua, PHP, Python), to better support "auto_fold_comments"
- plugins API allows to catch clicks on statusbar cells
- support Windows Python 3.4, if such a package is installed from addons
- regex engine allows to escape the underscore char

Fixed:
- options "caret_blink_time", "caret_blink_en" were not applied to Console, Find/Replace, API editors
- commands "find next", "find all and select" left the progressbar visible
- Project Manager failed with Windows Python 3.4
- Options Editor failed with Python 3.4

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

更新時間:2021-01-11
更新細節:

What's new in this version:

Added:
- command "delete word" (ie delete entire words under carets) like in VSCode
- command "settings: clear find/replace dialog history"
- command "settings: clear console input history"
- Find dialog: add search options+actions to '...' menu
- Find dialog: allow to hide more buttons (regex, case, words, confirm replace) via "find_hidden_buttons"
- Find dialog: when undocked, show search messages also in Find dialog caption
- Find dialog: "Highlight all" action shows working time in msec
- lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
- lexer Python: don't find special words before '=', e.g. in 'f(type=v)'
- lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color
- lexers C, C++: better highlight of several operators, like <=> ||= &&= : # ##
- lexers C, C++: better highlight of preprocessor directives

Fixed:
- Find dialog: regression caused by addition in 1.120.0
- Find dialog: code-tree selection was not updated via buttons "find next/previous"
- command "duplicate line (advanced)" regression
- plugin Emmet crash

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

更新時間:2021-01-10
更新細節:

What's new in this version:

Added:
- Find dialog: allow to hide more buttons (RegEx, Case, Words, Confirm Replace) via "find_hidden_buttons" (thanks @kvichans)
- Find dialog: add search options to '...' menu (thanks @kvichans)
- lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
- lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
- lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)

Fixed:
- command "duplicate line (advanced)" regression (thanks @kvichans)
- plugin Emmet crash

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

更新時間:2021-01-08
更新細節:

What's new in this version:

Added:
- command "settings: clear find/replace dialog history"
- command "settings: clear console input history"
- Find dialog: add all search actions to "..." menu
- Find dialog: when undocked, show search messages also in Find dialog caption
- Find dialog: "Highlight all" action shows working time in msec
- lexers C, C++: highlight of several operators, like <=> ||= &&= : # ##
- lexers C, C++: highlight of preprocessor directives

Fixed:
- regression in Find dialog, caused by addition in 1.120.0
- Find dialog: code-tree selection was not updated via buttons "find next/previous"