UEStudio のリリース

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...

Released: Mar 28, 2017

v17.00 での更新項目

機能

Updates in UltraCompare v17.00

  • Save result report in HTML format
    • File » Save result report » Save HTML result
    • Saves current view of compare as an HTML file
    • Available for all modes (text, binary, folder, table)
    • Header includes compare settings, file information, ignore options, etc.
    • Toggle header in Settings » Backup & Save
    • Optionally show spaces / tabs
    • Respects "View" setting (all / just differences / matching)
    • Override default styling and colors by saving custom CSS in %APPDATA%\IDMComp...

Released: Jul 19, 2016

v16.20 での更新項目

機能

  • Brace auto-completion:
    • Brace pairs defined in wordfile are auto-closed when opening brace is typed.
    • If no braces in wordfile, or if file is not syntax highlighted, "()", "{}", and "[]" are used as defaults.
    • Pressing Enter will reposition close brace on separate line while maintaining proper indent levels.
    • Pressing Backspace immediately following auto-completion will remove both opening and closing brace.
    • Typing close brace skips over auto-completed close brace without inserting second brace...

Released: May 23, 2016

v16.10 での更新項目

不具合の修正

  • Find/replace
    • Addressed issue with Find String List truncating lines after 260 columns
    • Addressed issue with Find String List not displaying "&" symbol in non-English versions
    • Improved elimination of duplicates in search histories
    • Addressed issue with Find in Files results highlighting more than the search keyword
  • Column mode
    • Addressed replace in selection issues when in column mode
    • Addressed cut/copy/paste issues in column mode
    • Addressed issues deleting columns
    • Addressed issue...