UltraEdit Core

Editor de texto e ferramenta de comparação poderosos e confiáveis.

Publicado por UltraEdit
Distribuído pela ComponentSource desde 2013

Preços a partir de: $ 97.95 Versão: v2025.x Atualizado: Jan 29, 2026 5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas (17)

i

UltraEdit Core includes: UltraEdit (available for Windows, Mac, and Linux - all included in the license price) and UltraCompare.
UltraEdit Enterprise (formerly known as UltraEdit All Access) includes: UltraEdit, UltraCompare, UltraFTP, UEStudio and UltraFinder.

UltraEdit for Mac v20.x

Released: Jan 13, 2020

Atualizações na v20.x for Mac

v20.0.00.0.32 (for Mac)

Updated Jun 5, 2020

Features

  • Added "No to all" option when closing files with unsaved changes.
  • Added option "Start ruler numbering at column 1" under Preferences » Display » Misc.

Fixes

  • Addressed issue with extra line breaks when pasting data from Excel.
  • Addressed issue with double-clicking to select word in wrapped line.
  • Addressed issue with very large print font in certain cases.
  • Addressed issue with match highlighting when searching in selected text.
  • Addressed high memory usage when application left open for days or weeks at a time.
  • Addressed issue with macro not playing to end of file.
  • Addressed issue with character being removed from macro when re-saving.
  • Addressed issue with Cmd D no longer working in "Save changes" prompt.
  • Addressed minor display issue with caret on certain 4K displays.

v20.0.00.0.10 (for Mac)

Updated Jan 13, 2020

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.

v20.0.00.0.8 (for Mac)

Updated Dec 20, 2019

Features

  • 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

Fixes

  • Various improvements and fixes