UEStudio 新版本發表

Released: Jun 15, 2020

v20.00 中的更新

特性

  • Cloud Sync
    • Secure, cloud-based syncing of settings between different systems.
    • Authenticate with Google, GitHub, or Microsoft account.
    • Push / pull all settings, or specific settings categories.
    • Backup / restore system.
    • Manage, rename, and remove instances from sync account.
    • Requires a subscription license including Cloud Services.
  • Compute hash for active file or selected text (Coding tab » Tools group)
    • MD5, CRC, SHA1, and SHA256 algorithms calculated and shown.
    • Copy hash value from result...

Released: Oct 16, 2019

v19.20 中的更新

特性

  • Internal improvements for multi-segmented edit control.
  • Progress bar (in status bar) for large parsing / edit operations.
  • Ability to immediately cancel long-running operations via ESC, including:
    • Find / quick find.
    • Replace.
    • Macros.
    • Goto.
    • Ctrl + Home / Ctrl + End.
    • File open – cancel opening a huge file, or a large number of files.
    • Convert CSV / fixed width.
    • Convert tabs to spaces / spaces to tabs.
    • Convert line ends / wrap.
    • Reformat XML / JSON.
    • Reindent / reformat.
    • Print.

Released: Jun 5, 2019

v19.10 中的更新

特性

  • Greatly improved performance:
    • Threaded Quick Find for greatly improved performance in large files.
    • Faster scrolling and editing, especially in files with hidden lines.
    • Better performance when word wrap is enabled.
    • Faster undo / redo.
    • Improved grouped undo.
    • Eliminated flickering while typing.
    • Faster scrolling with HTML / XML tag highlighting.
    • Smoother scrolling with large files.
    • Improvements for indent guidelines with large sections of code.

修補程式

  • Various other fixes and improvements.

Released: Mar 29, 2019

v19.00 中的更新

特性

  • Powerful command palette
    • Easy and quick access to all of UEStudio's functionality and settings via Ctrl + Shift + P
    • Filter commands in search box at top
    • Pin favorite commands / settings to top of list
    • Access recently used commands in MRU list
    • Run macros, scripts, and user tools directly from command palette
  • JavaScript / CSS minifier and decompressor
    • JS/CSS drop down includes reformat, compress, and JavaScript Lint options
    • New "Formatting" group in Coding tab containing all code reformatting...

Released: Oct 17, 2018

v18.20 中的更新

特性

  • Markdown support
    • Preview Markdown files (via Coding » Live preview or Browser view).
    • Preview is compatible with GitHub Flavored Markdown (GFM).
    • Select different styles for Markdown rendering (or add your own).
    • Special Markdown syntax highlighting (with new MARKDOWN_LANG) language marker.
    • Support for embedded HTML highlighting.
  • Live HTML preview
    • Split window with code view and browser view.
    • Code changes (saved and unsaved) are automatically updated in browser view.
    • Position sync: Double-click...

Released: Jul 12, 2018

v18.10 中的更新

特性

  • Code folding enhancements
    • "Peek" at folded code (hover over "..." to see preview of collapsed text in a tooltip).
    • Ctrl + Click on folding node to expand / collapse all sub-nodes of that node.
    • Alt + Click on folding node to expand / collapse all folding nodes in the active file.
    • Expand / collapse code from any line within folding section (not just first line).
  • Full Unicode support in wordfiles
    • Create wordfiles containing Unicode characters.
    • Wordfiles can be saved as ANSI, UTF-8, or UTF-...

Released: Apr 19, 2018

v18.00 中的更新

特性

  • Collapsible Find in Files results for output window (per file).
  • Find in files results highlighting in output window
    • Highlighting for matches, file path / name, line number, text, and more.
    • Modify colors in new "Output" tab in theme manager.
  • Context lines for Find in Files results
    • Show X number of lines before and after line containing match.
    • Provides search results in context.
  • New spell checker based on Windows API
    • Replaces Aspell on Windows 8.1 and later (Windows 7 will still use Aspell...

Released: Sep 20, 2017

v17.20 中的更新

特性

  • Dramatic performance improvements for Find
    • Blazingly fast, grep-like speed when writing thousands of search results to the Output Window and Find String List.
    • Greatly improved performance and memory management for huge Find in Files results (700,000+ matches).
    • Quicker and more responsive cancelling of Find / Replace in Files.
    • Greatly improved performance with many strings highlighted via "Highlight all" or Quick Find.
  • Dramatic performance improvements for hidden lines
    • Much faster "Delete all...

Released: Jul 10, 2017

v17.10 中的更新

特性

  • JSON manager
    • Provides tree-style view of JSON data (based upon .json file extension).
    • Set key as object identifier (context menu).
    • Copy, cut, paste, and duplicate JSON objects and keys.
    • See table of key / value data for selected object.
    • Expand / collapse all nodes.
    • Drag-and-drop JSON objects / keys to move them.
    • Format, compress, and re-parse active JSON file.
  • Folded code highlighting
    • Folding control turns solid when section is collapsed.
    • Background coloring for first line of folded code...

Released: Apr 25, 2017

v17.00 中的更新

特性

  • Native Unicode rewrite / refactoring of code for greatly improved handling and detection
    • Better rendering of non-Latin text in various Unicode formats
    • Better handling of Unicode file paths in title bar, file tabs, open file list, etc.
    • Resolved all issues related to opening files with Unicode characters
    • Greatly improved detection of (non-Unicode) code pages
    • Improved detection of UTF-8 string declaration
    • Automatic font / script substitution for non-Roman and OEM character sets
    • New "Encoding...