IDM All Access - Includes updates to UltraEdit for Mac v20.x

Released: Jan 13, 2020

UltraEdit for Mac v20.x での更新項目

不具合の修正

Updates in UltraEdit for Mac v20.00.x

  • Markdown support
    • Preview Markdown files (via live preview – see below)
    • Preview uses GitHub Flavored Markdown (GFM) library for rendering
    • 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
  • Quick find
    • Supersedes incremental search
    • Press Cmd + F to open; begin typing to highlight matches
    • Press Enter to move to the next search string
    • Number of matches shown in status bar
  • Smart Templates
    • Redesigned "Modify Templates" dialog
    • Ability to add user-defined variables with selectable parameters
    • Template "Auto-suggestion" (suggests template that matches what you type)
    • Ability to insert templates via auto-complete dialog
    • New "Languages" template group to store templates based on syntax highlighting languages
    • New template behavior configuration options in Preferences » Editor » Templates
  • JSON manager
    • Provides tree-style view of JSON data (based upon .json file extension)
    • 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
  • New wordfile and special syntax highlighting support for JSON
  • Automatic auto-completion of closing HTML/XML tags
    • Configurable in Preferences » Editor » HTML
    • Set whether to close on same line or on new line
  • 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
    • Can be disabled for non-highlighted (plain text) files
    • Can be disabled for comments and strings
    • Configurable in Preferences » Editor » Auto-complete
  • String auto-completion
    • Can be disabled for non-highlighted (plain text) files
    • Can be disabled for comments
    • Configurable in Preferences » Editor » Auto-complete
  • Added config option to create "Run as root" UE shortcut on desktop
    • Enable in Preferences » File handling » Misc.
  • Added feature to right-click on file path in text file to open it
  • Optimized for Catalina (macOS 10.15)
    • Full dark mode support
    • New privacy and security features
  • Various improvements and fixes
  • Addressed crash with sort.
  • Addressed crash with Web Search Toolbar.
  • Addressed issue with clipboard being cleared when pasting string into Quick Find.
  • Addressed issue with "Show hidden files" setting not being remembered in Open dialog.
  • Addressed issue with Ctrl + Cmd + Alt custom keyboard shortcuts.
  • Addressed issue with application not reloading on secondary display.
  • Addressed issue with FTP browser window not moving to background when losing focus.