MeinPlatz (64-bit) 歷史版本列表 Page3

最新版本 Blue Iris 5.6.5.6

MeinPlatz (64-bit) 歷史版本列表

MeinPlatz 64 位“我的地方”提供了一個簡單而快速的方式來掃描硬盤丟失的磁盤空間。當然結果可以導出到 XLS,HTM,CSV 和 TXT。 MeinPlatz“我的地方”也具有集成打印預覽和可變縱橫比的打印功能,還有一個小屏幕放大鏡。 MeinPlatz 功能:ExportXLS 文件,CSV,TXT,HTMLMagnifier或者在小字中,屏幕上的所有內容都可以做得更大。 驅動器掃描 ... MeinPlatz (64-bit) 軟體介紹


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

更新時間:2022-04-22
更新細節:

What's new in this version:

Added:
- on editing of a line, which is start of a folded block, do unfolding of that block
- plugin Comments: support 'Line comment' commands if 'line comment' chars are absent, but 'range comment' chars are present; e.g. in CSS
- plugin Insert Time: added format 'unix' (Unix-time), it will be added to config after you delete the config + restart the app

Fixed:
- issue with "ui_one_instance":true on a multi-user Linux/Unix system
- issue with too greedy folding with "auto_fold_comments" in Nim lexer

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

更新時間:2022-04-19
更新細節:

What's new in this version:

Added:
- Project Manager: the work is done to support auto-saving of the last project (even untitled), and auto-loading of last active project on app start. So if user e.g. drag-drops a folder on CudaText, this makes the new project "temporary", and after app restart, "temporary" project will be restored. Also app option "ui_auto_save_session" defaults to 'true' now, to be like Sublime Text / VSCode.
- detection of XML codepage must handle standard codepage names like "windows-1252"
- 'Paste and indent' must overwrite the selection
- viewer allows to activate UTF-8 encoding, and also ISO-8859-9 encoding
- code-tree remembers 'Sorted' state per each file-tab
- commands "fold/unfold/toggle block at current line" support multi-carets
- lexer XML: more highlighting when folding is auto-disabled by "lexer_folding_max_lines"
- lexer XML: highlight numbers too

Changed:
- paste with middle-click (option "mouse_middle_click":2): place caret to clicked position, like VSCode/Kate
- rename menu item "Addons Manager / Install from GitHub" to "Install from Git"
- for folded blocks, horizontal line has different style, dash/dash

Fixed:
- regression in 1.160.2: flickering on editing in file ending, if file was edited in the beginning
- Project Manager: bug with the prompt "files not belonging to the project"
- problem with saving modified files that were reloaded by "ui_auto_save_session":true

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

更新時間:2022-04-11
更新細節:

What's new in this version:

Added:
- show information-panel on the top, when option "ui_max_size_lexer" disables the normal lexer
- detect encoding in XML files by signature like <?xml encoding="ISO-8859-9"?>
- Command Palette and API menus 'fuzzy search' improved: first show items with plain matches, then show items with fuzzy-only matches; similar to Sublime Text
- Addon Manager: enabled 'fuzzy search' in menus

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

更新時間:2022-04-06
更新細節:

What's new in this version:

Added:
- mouse buttons Extra1/Extra2 are supported in the hotkey input dialog; note that you must press buttons while mouse pointer is over editor control; these mouse buttons work as equavalent to keyboard buttons BrowserBack/BrowserForward
- improved keyboard 'accelerators' in the menu 'File / Open recent'
- improved API to open a file-pair: app now suggests to install new lexer also for the 2nd file
- improved API to show 'decorations on gutter'
- more stability of the multi-threaded parser (before, file ~/cudatext.error could appear, please report if that file appears again with new info)
- the minimal size of "unprinted spaces/ line ends" dots changed from 2 px to 1 px
- lexer PHP: folding of 'case' blocks

- change: lexer PHP: simpler highlight HereDoc blocks
- fix: "Open URL" in context menu was disabled if menu is called by ContextMenu key

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

更新時間:2022-03-29
更新細節:

What's new in this version:

Added:
- more stability of the multi-threaded parser (before, file ~/cudatext.error could appear, please report if that file appears again with new info)
- the minimal size of "unprinted spaces/ line ends" dots changed from 2 px to 1 px
- lexer PHP: folding of 'case' blocks

- change: lexer PHP: simpler highlight HereDoc blocks
- fix: "Open URL" in context menu was disabled if menu is called by ContextMenu key

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

更新時間:2022-03-25
更新細節:

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

更新時間:2022-03-18
更新細節:

What's new in this version:

- add: default config of "detect_line" option (see the Wiki) includes 'shebang' for Bash and Python
- fix: write JSON configs (main app + Options Editor Lite) with 'flush buffers', to not wipe them by OS hard reset
- fix: too slow RegEx for 'numbers' in lexers C, C++, CSS, Lua, Python
- change: disabled highlight of Git merge conflict markers: <<<<<<< ======= >>>>>>>

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

更新時間:2022-03-15
更新細節:

What's new in this version:

Added:
- Project Manager: after "Refresh" action, restore tree-nodes folding + re-select old selected item
- Emmet plugin: support more abbreviations with Lorem Ipsum: "lorem", "lorem4", "lorem*4", "p*4>lorem"
- lexer Python: folding for {...} and [...] blocks
- update data-files for CSS auto-completion

Fixed:
- option "find_separate_form" is disabled on GTK2, since that platform has a bug with it
- Addon Manager: CudaText update checker

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

更新時間:2022-03-12
更新細節:

What's new in this version:

Added:
- lexer CSS: code-tree is reworked, now it can show OK even huge _minified_ CSS files
- command "Paste and indent" in the Command Palette + upper menu. It mimics Sublime Text command with the same name, you can assign Ctrl+Shift+V to it.
- command "Paste from history" in the Command Palette + upper menu. It mimics Sublime Text command. Feature is controlled by new option "ui_max_history_clipboard".
- command "clipboard: clear history" in the Command Palette

Changed:
- removed menu item "Edit / Delete" (most apps don't have it)
- lexer CSS: removed 'properties' nodes from code-tree (like in VSCode)
- lexer CSS: removed color names (e.g. 'olive') from code-tree

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

更新時間:2022-03-03
更新細節:

What's new in this version:

Added:
- support encoding ISO-8859-9
- command 'tabulation-key uses spaces: turn on'
- command 'tabulation-key uses spaces: turn off'
- command 'tabulation size: set to 2'
- command 'tabulation size: set to 4'
- command 'tabulation size: set to 8'

Changed:
- prettified ISO encoding names: 'iso88591' -> 'iso-8859-1' etc
- change/add: better Undo steps, when Del/BkSpace key was pressed many times
- plugin Insert Time: move caret to the right side on insertion
- delete deprecated (in 2021/10) commands 'stop macro' and 'cancel macro'
- delete deprecated (in 2019) reading name of ui/syntax themes from history file, it's read from user.json