CotEditor

The updater's “Install” button works only on CotEditor 3.3.0 and later.
To update from an earlier version, download archive from coteditor.com/archives and install it manually.

Highlights on CotEditor 3.4

Apply multiple replacement rules at once
Using the new feature called “Multiple Replacement”, you can batch process text replacement with a preset definition containing multiple replacement rules. Those definitions can also be saved to reuse later.
Document outilne at a glance
Now, you can look over the auto-extracted document outline, which you might see in the navigation bar above the editor, in the sidebar inspector.
Much easier regular expression pattern editing in find panel
The new input fields in the find panel syntax-highlight their contents when the regular expression option is enabled. In addition, the input fields also recognize and handle brace pairs properly just like the main document editor does.

What's New on CotEditor 3.4.0

release:

cf. Changes from 3.4.0-rc.

New Features

  • Replace matches with preset replacement definition (Find > Multiple Replace).
  • Add outline menu to side bar.
  • Select tabbed window with ⌘+number.
  • Parse regular expression pattern in find string field in regular expression mode:
    • Syntax highlight.
    • Highlight matching brace by moving cursor.
    • Select the range surrounded by a brace pair by double-clicking a brace.
  • Add a new theme “Resinifictrix”.

Improvements

  • Give haptic feedback on pinch zoom when the scale becomes 100%.
  • Adjust background color for selected range in inactive editor to avoid unreadable text, especially by a dark theme.
  • Make the current line highlight semi-transparent if editor opacity is not 100%.
  • Ignore brackets escaped with \ on bracket pair highlight.
  • Restore selected inspector pane on window restoration.
  • Move “Get Info” and “Show Incompatible Characters” menu items into newly added View > Inspector submenu.
  • Update highlight style of icons in the side inspector.
  • Enable importing multiple syntax/theme setting files at once.
  • Import syntax style files via drag and drop to the Installed Syntax Styles area.
  • Avoid merging multiple separators next to each other in the navigation menu into a single separator.
  • Delete the feature alerting inconsistent encoding declaration in document on saving.
  • Remove ⌘1 shortcut for Console from default key-binding settings.
  • Avoid switching to inactive tabbed window only to show a syntax highlighting indicator.
  • Remove the workaround for the issue of editor scrolling on early macOS High Sierra that was introduced on CotEditor 3.2.4.
  • Optimize syntax highlighting performance.
  • Update “Java” syntax style by adding term var (Thanks to Marc Prud'hommeaux!)
  • trivial Use monospace digits where suitable.
  • trivial non-AppStore ver.: Update Sparkle framework.

Fixes

  • Fix a possible crash with continuous find/replacement.
  • Fix an issue where the font settings cannot be changed on macOS 10.12.
  • Fix an issue where the cursor position did not follow the line when Move Up command was performed at the end of the document.
  • Fix an issue where the find result in the input field of the find panel did not clear when a new find string was set from the find history menu.
  • Fix an issue where the sidebar inspector did close inward when the pane was switched after opening the sidebar outward.
  • Fix an issue where snippet keybindings could not be restored to the default correctly.
  • Fix an issue where progress spinner for outline menu displayed unwantedly on document opening.
  • trivial: Fix some UI text.

previous release notes