WebSite X5 Evolution 歷史版本列表
WebSite X5 Evolution 是由 Incomedia 設計和開發的軟件,可以讓任何人,從初學者到專家用戶,創建自己的網站,博客和電子商務商店,這是完美的桌面和手機.WebSite X5 Evolution 是絕對的創新和不同,因為它結合一個嚮導的簡單性和直觀性,一個編輯的完整性和能力。簡單,快捷,方便,WebSite X5 Evolution 已經收到了來自各大軟件雜誌的令人印象深刻... WebSite X5 Evolution 軟體介紹更新時間: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"
更新時間: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
更新時間:2020-08-29
更新細節:
What's new in this version:
Added:
Improved TRegExpr engine:
- regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', 'W', 'S', 'D' etc.
- regexp: supported "atomic groups": (?>foo|bar|ok)
- regexp: supported "nagative lookahead": foo(?!bar)
Fixed:
- lexer Python: regression in code-tree
- regression in Markdown tree-helper
更新時間:2020-08-23
更新細節:
What's new in this version:
Added:
- improved TRegExpr engine: supported Unicode categories pL p{L} p{Lu}, and negative variant with P
- option "renderer_offsets", to fix rarely visible artifacts on Linux
- lexer reStructuredText: fix 2 kinds of code-blocks; add rule for table blocks; add rule for local links
- lexer Bash: highlight invalid hex/octal literals
Fixed:
- incorrect horizontal caret pos, when line with full-width chars is scrolled horizontally
- after command "find cur selection next", command "find next" must reuse text
- search engine bug when search text is multi-line + Unicode
更新時間:2020-08-18
更新細節:
更新時間:2020-08-14
更新細節:
What's new in this version:
Added:
- lexer JSON: fully reworked, now it underlines all invalid chars, invalid float numbers, identifiers
- lexer PHP: fixed HereDoc blocks; supported Unicode class names
- macOS: system dialog from menu item "Edit / Special characters" is now supported
Fixed:
- regression: cannot continue column-selection after carets are moved (thanks @kvichans)
- lexer Python: regression with some blocks folding
- lexer Bash: regression with style of "if(", "for("
更新時間:2020-08-11
更新細節:
What's new in this version:
Changed:
- changed location+format of saved window positions in history.json (main window, floating panels, resizable dialogs)
Added:
- options for statusbar font: "ui_font_statusbar_name"/"ui_font_statusbar_size", defaults are UI font name/size
- theme colors for statusbar font/background, defaults are "none"
- don't run tree-helper on huge files, re-use option "lexer_folding_max_lines"
- if file was deleted/renamed outside of CudaText, "Save" should re-create the file
Fixed:
- bug in rendering unprinted "trailing only" whitespace
- lexer Bash: (( )) blocks inside $()
更新時間:2020-08-07
更新細節:
更新時間:2020-08-05
更新細節:
What's new in this version:
Added:
- lexer Python: don't highlight words after dot (e.g. 'type' 'len'); fold "async for"
Fixed:
- commands "brackets: pair highlight..." state was reset on tab switching
- fixed API ed.cmd() for plugin Differ
- lexer YAML: folding
- lexers C, C++: fixes for "struct" code-tree items, number literals
- treehelper for Markdown: bug with `code` at line start
- "floating point error" in Python on Win10 2004
更新時間:2020-08-02
更新細節: