CudaText

CudaText 1.52.0

更新時間:2018-05-07
更新細節:

Add: implemented editor tooltips over [...] folded marks.
Add: option "fold_tooltip_show".
Add: option "ui_sidebar_on_right".
Add: UI-theme "white".
Add: lexer PowerShell improved.
Add: command "show side panel, project".
Add: command "show side panel, tabs list".
Fix: command "show side panel, code tree".
Fix: TabsList plugin made "ghost panels" which overlap Code Tree.


版本下載:CudaText 1.52.0

CudaText 1.51.2

更新時間:2018-05-02
更新細節:

Add: added lexer PHP - to support PHP linters, and PHP file type icons. It is cloned from HTML lexer, with micro changes.
Add: lexer VBScript: improved folding.
API.


版本下載:CudaText 1.51.2

CudaText 1.51.0

更新時間:2018-04-30
更新細節:

Add: lite-lexers speed increased on very long lines.
Add: file tab captions show folder specifier, if they have same file name (e.g. 2 tabs with index.js will show as "index.js - dir1", "index.js - dir2").
Add: AddonManager: menu item "Download: show links" (to paste to download manager).
Add: Find/Replace dialog:
Input fields are auto-sized.
Separate dialog is resizable.
Buttons have minimal width (for small screens).
Option "find_show_select_all".
Option "find_show_mark_all".
Add: command "Scroll to begin".
Add: command "Scroll to end".
Add: command "Scroll page up".
Add: command "Scroll page down".


版本下載:CudaText 1.51.0

CudaText 1.50.0

更新時間:2018-04-20
更新細節:

Add: restored deleted unicode options: "unicode_proportional" (was "font_width", int, now boolean), "unicode_wide_allowed", "unicode_full_width".
Add: dialog "File is maybe not text" gives additional buttons: viewer text mode, viewer unicode mode.
Add: option "ui_tab_disabled", to disable tabs (except first tab).
Add: lexer Python: support for continuation char inside strings.


版本下載:CudaText 1.50.0

CudaText 1.49.0

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

Add: detection of letter chars improved, now should work for all international alphabets.
Add: command "Options / Settings - default/user", to open 2 configs.
Add: config "default.json" opens as read-only.
Change: menu item "Groups" renamed to "=" and moved on top menu level.
Change: changed console output: now output is buffered, and result is flushed to UI control when app is idle.
Deleted option "font_width".
Deleted option "unicode_wide_allowed".
Deleted option "unicode_full_width".


版本下載:CudaText 1.49.0

CudaText 1.48.0

更新時間:2018-04-02
更新細節:

Add: option "font_width", it gives new method to detect width of Unicode characters.
Add: improved plugin "Make Plugin", added code to read/write options.
Fix: restoring of scroll pos on opening file.


版本下載:CudaText 1.48.0

CudaText 1.47.5

更新時間:2018-04-02
更新細節:

Add: API, support for plugin Terminal.
Add: improved auto-closing bracket: now when you type ")" after "(", closing bracket not duplicated (like PyCharm).
Add: options "log_console", "log_debug".
Add: option "unicode_full_width".
Change: renamed option "allow_wide_chars" to "unicode_wide_allowed".


版本下載:CudaText 1.47.5

CudaText 1.47.0

更新時間:2018-03-26
更新細節:

AddonManager/Install:
Full list is sorted by caregory+name.
Allows to choose kind of addons, first item <Category>.
Disabled fuzzy search.
Filter only by addon name (not by description).
Add: API.
Fix: "lexer dynamic hiliting" was broken after text editing.
Fix: command File/Reopen must keep bookmarks.


版本下載:CudaText 1.47.0

CudaText 1.46.0

更新時間:2018-03-19
更新細節:

Change: dialog "Go to" simplified, now it's simple modal form, like Commands dialog.
Fix: with session reopened, if single file opened from shell, it wasn't activated.
Fix: "restore lexer styles" didn't work.


版本下載:CudaText 1.46.0

CudaText 1.45.2

更新時間:2018-03-13
更新細節:

Add: minimap can show nice tooltip, when mouse cursor moves over minimap area (like KWrite).
Add: option "minimap_tooltip_show".
Add: option "minimap_tooltip_line_count".
Add: option "minimap_tooltip_width".


版本下載:CudaText 1.45.2

CudaText 1.45.0

更新時間:2018-03-09
更新細節:

Add: avoid flicker of folded blocks (unfold-fold) when editing Markdown/Python/etc files.
Add: ProjectManager: option "Toolbar icons"; option uses icons in folder data/projtoolbaricons.
Add: sidebar button "hamburger", which shows copy of main menu as popup.
Add: command "show main menu as popup".
Add: command "toggle main menu", menu showing is saved to history.
Add: lexer PowerShell: small fixes.
Change: TabsList: removed Config dialog.


版本下載:CudaText 1.45.0

CudaText 1.44.0

更新時間:2018-03-05
更新細節:

Add: pictures: allow dragging, zooming by Ctrl+ mouse wheel (Command+ on macOS).
Add: pictures: show zoom % in statusbar.
Add: save to session/history also numbered bookmarks (was: only usual bookmarks).
Add: option "hide_horiz_scrollbar".


版本下載:CudaText 1.44.0

CudaText 1.43.0

更新時間:2018-02-27
更新細節:

Add: plugins can force show sidebar button, even if they don't run on start. New section in install.inf: [sidebar1] .. [sidebar3]. Used in plugins: ProjectManager, TabsList, FTP.
Add: option "ui_toolbar_theme", with default theme.
Add: add-on type "toolbar theme", which installs icon set(s) for new option.
Add: improve look of "Go to bookmark" dialog.
Fix: scroll pos didn't restore for inactive tabs (e.g. in session).


版本下載:CudaText 1.43.0

CudaText 1.42.0

更新時間:2018-02-21
更新細節:

Add: reworked Code-Tree handling, fixed some crashes.
Add: reworked minimap, it paints faster/nicer.
Add: API for Code-Tree, now it's possible to make plugins which fill code-tree for some files.
Add: must not activate passive+unmodified tab by clicking its X.
Add: must disable tab closing during file loading/saving.
Add: optimizations for huge lines (len 1M+).
Add: cursors for auto-scroll support high-DPI (thanks, FTurtle).
Add: option "autocomplete_add_opening_bracket".
Change: sidebar: changed color to darker, changed icon set to white.
Change: lexer Pascal: don't add fold-range "unit".."end.".
Fix: flickering on making tab "near current tab".
Fix: flickering on opening many files (File/Open or session).
Fix: Windows IME input.


版本下載:CudaText 1.42.0

CudaText 1.40.0

更新時間:2018-02-09
更新細節:

Add: bookmarks support is rewritten. Now a bookmark is not deleted when its line is deleted. And memory usage of text storage is smaller now.
Add: option "ui_tab_size_x_min", so can set tabs always wide.
Add: show "startup time" in console panel.
Add: support some more HTML5 tags.
Add: sidebar theme "octicons light 20x20".
Fix: Tabs List plugin (used deleted API).


版本下載:CudaText 1.40.0