CotEditor Changelog

What's new in CotEditor 4.8.2

Apr 29, 2024
  • Improvements:
  • Disable smart dash for the General mode by default.
  • Update the JavaScript, Swift, and TOML syntaxes.
  • Fixes:
  • Fix an issue on CotEditor 4.8.1 that opening some kinds of documents took a long time.
  • Fix an issue on CotEditor 4.8.0 that the editor displayed nothing when the mode setting is empty.
  • Fix an issue on CotEditor 4.8.0 that custom syntaxes could be ignored when it contains ill-formed file mapping definitions.
  • Fix syntax highlighting for simple words.

New in CotEditor 4.8.1 (Apr 22, 2024)

  • Improvements:
  • Add context menus for text size change to the tables in the outline inspector and find the result view.
  • Improve the algorithm to parse syntax highlighting with simple words.
  • Improve error message when failing to load setting files.
  • Improve general stability.
  • Fixes:
  • Address an issue on CotEditor 4.8.0 that the application could crash while updating the editor counts.
  • Fix an issue on CotEditor 4.8.0 that custom syntaxes could be empty when it contains ill-formed definitions.
  • Fix an issue on CotEditor 4.8.0 that the editor's kerning did not set to zero despite the font type being monospaced.
  • Fix an issue on CotEditor 4.8.0 that some steppers in the Settings window were placed on the opposite side.
  • Fix an issue that the application crashed when the sort key in the Sort by Pattern contains only whitespace.
  • Fix an issue that the current line highlight did not appear when the insertion point was located at the last empty line.
  • Fix an issue that the same instance highlight remains under specific conditions.

New in CotEditor 4.8.0 RC (Apr 15, 2024)

  • New Features:
  • Add Dutch localization (thanks to Yasin Gunaydin!).
  • Improvements:
  • Change the line count behavior to ignore the new line character at the end of the last line.
  • Improve selected line number emphasis in the line number view by the vertical text orientation.
  • Change the filter field for the outline inspector to apply the selection of the filter history immediately.
  • Remove wrapped line marks in the line number view.
  • Update the Makefile syntax to add “GNUmakefile” to the filename mapping.
  • [trivial] Remove the dialog urging to restart the application by changing the “Reopen windows from last session” option in the General settings pane.
  • [dev] Update Yams from 5.1.0 to 5.1.2.
  • [beta][trivial] Fix the text size of the syntax editor’s sidebar.
  • Fixes:
  • Fix an issue on the filter field for the outline inspector that the filter history was initially empty.
  • [beta] Fix an issue in the syntax editor that the latter part of regular expression patterns can be invisible when they have regular expression syntax errors.

New in CotEditor 4.8.0 Beta 3 (Apr 1, 2024)

  • Improvements:
  • Renew the “About CotEditor” window.
  • [non-AppStore ver.] Update Sparkle from 2.5.2 to 2.6.0.
  • [dev] Update Yams from 5.0.6 to 5.1.0.
  • [dev] Migrate the status bar to SwiftUI.
  • [beta] Restore the last syntax editor size within a session.
  • Fixes:
  • [beta] Fix a memory leak.
  • [beta] Fix an issue on macOS 14 that multiple cursors in editors were not drawn when the editor becomes active again.
  • [beta] Add missing localization.

New in CotEditor 4.8.0 Beta 2 (Mar 10, 2024)

  • Fixes:
  • [beta] Fix an issue that the “Suggest completions while typing” option in the Mode settings was wrongly stored.

New in CotEditor 4.8.0 Beta (Mar 10, 2024)

  • New Features:
  • Add the Mode feature that enables altering the editor's behavior depending on the document’s syntax (Go Settings > Mode settings pane to set).
  • Add the Restore Defaults button to the File Drop settings.
  • Improvements:
  • Improve the look and feel of the syntax editor.
  • Make the encoding priority view undoable.
  • Disable the pane transition animation in the Settings window when the user sets to reduce motion in the system Accessibility settings.
  • Deprecate “Append a space to comment delimiter” option
  • [trivial] Enable delete selected separators in the encoding priority view with the Delete key.
  • [trivial] Avoid users using reserved syntax names.
  • [dev] Migrate the settings window and syntax editor to SwiftUI.
  • [dev] Migrate all localizable strings to String Catalog.
  • [dev] Update the build environment to Xcode 15.3 (Swift 5.10).
  • Fixes:
  • Fix an issue that the application crashed when trying to share a custom syntax.
  • Fix an issue on macOS 14 that multiple cursors in editors remained when they are inactive.
  • Fix missing localizations.
  • Known Issues:
  • Some new strings in the syntax editor and Mode settings are not localized yet in Czech.

New in CotEditor 4.7.4 (Feb 12, 2024)

  • New Features:
  • Support the alpha channel in theme settings (Custom themes using alpha channel are not compatible with CotEditor prior to version 4.7.4).
  • Make sections in the document inspector collapsable.
  • Add “Hexadecimal with Alpha” format to the Color Code panel.
  • Add Czech localization.
  • Improvements:
  • Tweak the background color of the “Anura (Dark)” theme.
  • Fixes:
  • Fix an issue on macOS 13 that the stepper in the custom tab width view worked only once.
  • Fix an issue that the character code point displayed in the document inspector could be broken when the application is localized.
  • Fix an issue that the custom font size for the outline inspector was not fully applied.
  • Fix an issue that the menu of the Syntax toolbar item could also check the previous one.
  • Fix an issue that a part of the Portuguese localization was not applied.
  • Fix Italian localization.

New in CotEditor 4.7.3 (Jan 21, 2024)

  • Improvements:
  • When the file encoding is incompatible with the document content, display a notification instead of silently overwriting the document file with lossy data in autosaving until the user explicitly allows it.
  • Suppress displaying the dialog for saving in an incompatible encoding when the user once allowed it.
  • Update the C syntax to improve highlighting numbers.
  • Deprecate the future to interpret Shift_JIS as Shift JIS or Shift JIS X0213 according to the user's priority setting when referring to encoding declarations in documents in encoding detection.
  • Improve stability.
  • [trivial] Improve alert messages for incompatible text encodings.
  • Fixes:
  • Fix an issue that the application crashed when editing a specific pattern of color code.
  • Fix an issue that the outline inspector was empty and not updated under certain circumstances.
  • Fix an issue that the encoding reinterpretation option dialog is not displayed when the user changes a document encoding to UTF-8.
  • Fix an issue that the saved user syntax definition file was not deleted when a customized syntax was restored to the default.
  • Fix an issue that the initial window size on the first launch was too small.

New in CotEditor 4.7.2 (Jan 4, 2024)

  • Improvements:
  • Improve stability.
  • [trivial] Deprecate the feature for theme/syntax settings to delete a setting by swiping on the setting name in Settings.
  • [non-AppStore ver.] Update Sparkle from 2.5.1 to 2.5.2.
  • Fixes:
  • Fix an issue that the application crashed when trying to convert the encoding of an unsaved document to one incompatible with the content.
  • Fix an issue that the application could not open a document containing a specific pattern of letters.
  • Fix an issue that the validation error message in the syntax editor did not change even when errors exist.
  • Fix an issue that the incompatible characters list did not update under the specific condition.
  • Fix a possible crash when opening a corrupt file.
  • Fix a possible crash when moving the cursor in the editor.

New in CotEditor 4.7.1 (Dec 12, 2023)

  • New Features:
  • Add “Join Lines” command to the Text menu.
  • Fixes:
  • Fix an issue on CotEditor 4.7.0 that documents did not update when the file was modified by a command-line process.
  • Fix an issue on CotEditor 4.7.0 that the last letter of some script names with a period could be wrongly interpreted as shortcut keys.
  • Fix an issue on CotEditor 4.7.0 that some kinds of actions, such as scripts, could not performed via the Quick Action bar.
  • Fix an issue on CotEditor 4.7.0 that the Quick Actions bar dropped to draw the Shift key in some shortcuts.

New in CotEditor 4.7.0 RC 2 (Dec 6, 2023)

  • New Features:
  • Add --syntax (-s) option to the cot command-line tool to set desired syntax to the documents just opened.
  • Improvements:
  • [trivial] Add shortcut symbols for special keys not on common keyboards.
  • [rc] Display the Globe symbol instead of “fn” for shortcuts in the Quick Action bar if the user keyboard is supposed to have the Globe key (thanks to Katsumi Kishikawa!).

New in CotEditor 4.7.0 RC (Dec 4, 2023)

  • Improvements:
  • Enable the “Input Backslash” and “Input Yen Mark” menu commands in all text fields in the application.
  • [trivial] Add a stepper to the custom tab width sheet.
  • [beta] Use the same shortcut symbols as the menu display in the Quick Action bar.
  • [beta] Adjust the layout of the Quick Action bar.
  • [beta.2] Update some localized text.
  • Fixes:
  • Fixed an issue that the “unescape replacement string” option could not unescape consecutive backslashes correctly.
  • [beta] Fix an issue that some active actions were not listed in the Quick Action bar.
  • [beta] Fix an issue that keyboard shortcuts that include the Globe/fn key were not displayed in the Quick Action.

New in CotEditor 4.7.0 Beta 2 (Nov 27, 2023)

  • Improvements:
  • Optimize the performance of the normalization of inconsistent line endings.
  • Improve stability.
  • [trivial] Increase the default font size and line height.
  • [beta] Add device name to quick actions related to Continuity Camera.
  • [beta] Localize strings added on CotEditor 4.7.0.
  • Fixes:
  • [beta] Fix an issue that disabled menu items were listed as the quick action candidates.
  • [beta] Fix an issue that some actions were not performed properly by the Quick Action.

New in CotEditor 4.7.0 Beta 1 (Nov 27, 2023)

  • New Features:
  • Add Quick Action bar which can launch by the Command-K keys.
  • Insert scanned text in a photo taken by iPhone or iPad.
  • Fixes:
  • Fix an issue that the Forward Delete key could not be correctly assigned as custom key bindings.
  • TODO:
  • Some text are not localized yet.

New in CotEditor 4.6.5 (Nov 10, 2023)

  • Improvements:
  • Optimize the performance of the incompatible character scan.
  • [trivial] Add a tooltip to font fields in the Appearance settings pane.
  • [dev] Migrate the custom sort pattern view to SwiftUI.
  • Fixes:
  • Fix an issue that changes in the multiple replacement definition editor did not save.
  • Fix an issue that the application could hang when opening a large document without line breaks.
  • Fix an issue that a label was not localized.

New in CotEditor 4.6.4 (Nov 2, 2023)

  • Improvements:
  • [trivial] Dim the switcher buttons in the inspector when the window is inactive.
  • [trivial] Improve the style of the pop-up buttons in the print panel.
  • [trivial] Adjust the layout of the regular expression syntax reference.
  • Fixes:
  • Fix an issue that the initial width of the line number view did not grow although the document is large.

New in CotEditor 4.6.3 (Oct 18, 2023)

  • Improvements:
  • Set the text kerning in the editor to zero if the font is monospaced.
  • Improve localization.
  • [trivial] Update the label and tooltip for the Line Wrapping toolbar item.
  • [non-AppStore ver.] Update Sparkle from 2.5.0 to 2.5.1.
  • Fixes:
  • Fix an issue that the checkbox to change the background color for the current line in the Window settings did not work.
  • Fix an issue that a label was not localized.
  • [trivial] Fix unwanted line breaks in the character inspector.

New in CotEditor 4.6.2 (Oct 6, 2023)

  • Improvements:
  • Tweak German and Japanese localization.
  • Fixes:
  • Fix an issue that the application crashed when performing the Find All command with a specific find string.
  • Fix an issue that the find result view occasionally failed to select the match in the editor by clicking a row.
  • Fix an issue that the initial find window height was unwantedly expanded when the find result view had appeared in the last session.
  • Fix an issue that the lines copied from the find result table could be truncated.
  • Fix an issue that the Settings window disappeared when the application is inactive.
  • Fix an issue that the editor did not remember the scroll position when relaunching the application.
  • [trivial] Fix an issue that unwanted debug logs appeared in the Console.

New in CotEditor 4.6.1 (Sep 29, 2023)

  • Fixes:
  • Fix an issue that the result of Find All did not update.
  • Fix an issue that the change of the option “When nothing else is open” in the General settings was not applied.
  • Fix a typo in German.
  • [non-AppStore ver.] Fix the layout of the General settings.

New in CotEditor 4.6.0 RC (Sep 23, 2023)

  • New Features:
  • Copy the matched lines by selecting rows in the find result view and performing the Copy command.
  • Improvements:
  • Improve the behavior of the find result table.
  • Deprecate the option to do nothing when no document is opened on startup.
  • Deprecate the option to swap ¥ and keys.
  • Deprecate the option to comment always from the line head (This behavior is now always enabled).
  • Update the Unicode block name list for the character inspector to Unicode 15.1.0.
  • [non-AppStore ver.] Update Sparkle from 2.4.2 to 2.5.0.
  • [beta] Reorganize the Settings window.
  • [beta] Adjust the position of the history buttons in the find panel.
  • [beta] Update the User Guide.
  • [beta] Update localizations.
  • [beta][dev] Update the build environment to Xcode 15.
  • Fixes:
  • Fix an issue that the Settings window was not listed in the Window menu.
  • [beta] Fix an issue that the visibility of the inspector was not saved.
  • [beta] Fix an issue that the font preference update was not applied immediately to opened documents.
  • [beta] Fix an issue that themes did not switch by the appearance change.

New in CotEditor 4.6.0 Beta 3 (Sep 12, 2023)

  • Improvements:
  • Remove the Print settings in the Settings window (Instead, set print settings directly in the Print dialog).
  • [beta] Adjust layout in the Settings window, print dialog, and syntax editor.
  • [beta] Update help contents.
  • [beta] Port changes in CotEditor 4.5.9.
  • Fixes:
  • [beta] Fix the location to display popovers.

New in CotEditor 4.5.9 (Sep 11, 2023)

  • Fixes:
  • Fix an issue that documents could not be saved with an unknown file extension.
  • Fix an issue that the Share button in the Touch Bar did not work when the document was replaced with the initial empty document.

New in CotEditor 4.6.0 Beta 2 (Aug 31, 2023)

  • Improvements:
  • [beta] Change the font to prefer for the editor to select from the standard, monospaced, and automatic.
  • Known Issues:
  • User interface is not localized yet.

New in CotEditor 4.6.0 Beta (Aug 31, 2023)

  • New Features:
  • Support macOS 14 Sonoma.
  • Add the “Kind” option to syntax definitions to set the syntax is for “general” or “code”.
  • Add feature to set the editor font depending of the syntax kind.
  • Add the monospaced font setting to the Appearance settings pane.
  • Add ability to switch the monospaced/proportional font to the Fonts toolbar item.
  • Add option to disable the inconsistent line endings dialog entirely (not recommended).
  • Add Spanish localization (thanks to Agustin Borrego!).
  • Improvements:
  • Change the system requirement to macOS 13 Ventura and later.
  • Update the behavior and look of the inspector pane.
  • Add “Use system color” option to the cursor color in the theme setting view.
  • Update the character inspector to add labels for each item and display the Unicode version.
  • Make sure to perform the automatic whitespace trimming every time before explicit saving by the user.
  • Migrate the sharing interface to the modern version.
  • Reorganize the Settings window.
  • Add a font size field to the print dialog.
  • Deprecate the print font option in the Print settings.
  • Deprecate the cursor type option.
  • Deprecate the Color Code toolbar button.
  • [trivial] Migrate the Opacity toolbar item to popover in macOS 14.
  • [trivial] Disable the zoom button in the find & replace windows.
  • [trivial] Disable the contextual menu for shortcut fields.
  • [trivial] Reduce the maximum number of editors to split into.
  • [trivial] Change the behavior of the duplication command for syntax definitions to just create a duplicated syntax instead of opening the syntax editor dialog.
  • [trivial] Improve the behavior when selecting a row in the find result table in the Find window.
  • [trivial] Rename “syntax style” with just “syntax.”
  • [dev] Update the build environment to Xcode 15 Beta 8 (Swift 5.9).
  • Fixes:
  • Fix an issue that the Share button in the Touch Bar did not work when the document was replaced with the initial empty document.
  • Others:
  • The toolbar customization will be reset at the first launch of CotEditor 4.6.0.
  • Known Issues:
  • User interface is not localized yet.

New in CotEditor 4.5.8 (Aug 16, 2023)

  • Improvements:
  • Disable the beep sound at the end of successful replacement.
  • Fixes:
  • Fix an issue that the rectangular selection could not add an insertion point at the empty last line.
  • Fix an issue that the line was not highlighted when one of multiple insertion points locates at the empty last line.
  • Fix an issue that the current line highlight did not update when some editor setting was changed.
  • Workaround an issue the toggle inspector command is disabled in macOS 14.

New in CotEditor 4.5.7 (Jul 25, 2023)

  • Improvements:
  • Improve the stability of document saving and deletion.
  • [non-AppStore ver.] Update Sparkle from 2.4.1 to 2.4.2.
  • [dev] Update Yams from 5.0.5 to 5.0.6.
  • Fixes:
  • Fix an issue that the Script menu in the contextual menu was unwontedly labeled “NSMenuItem.”

New in CotEditor 4.5.6 (Jul 25, 2023)

  • Improvements:
  • Enable changing text size in Console.
  • Rename “Protocol Buffer” style with “Protocol Buffers.”
  • Fixes:
  • Fix an issue that the script console just displayed “CotEditor.ScriptError error 0.” instead of the actual message of the standard error.
  • Fix an issue that the Scripts menu listed the files without extension as scripts.
  • Fix an issue that the size of line numbers did not update even when the editor’s font size was changed.

New in CotEditor 4.5.5 (May 5, 2023)

  • New Features:
  • Add Mojo syntax style.
  • Fixes:
  • Workaround an issue that “Keep on Top” feature blocks all windows from coming back to the foreground in the Stage Manager mode.
  • Fix an issue that invalid style names could be registered.
  • Fix an issue in the Key Binding settings that the documents currently opened were wrongly listed in the Window menu.
  • Fix an issue that the context menu in the editor didn't contain the script menu when the root scripts folder has only folders.
  • Fix missing localization.

New in CotEditor 4.5.4 (Apr 19, 2023)

  • Improvements:
  • Add “Keep on Top” toolbar item.
  • Restore the “Keep on Top” state of windows from the last session.
  • Fixes:
  • Fix an issue in CotEditor 4.5.3 that some menu command shortcuts could not be customized.

New in CotEditor 4.5.3 (Apr 19, 2023)

  • New Features:
  • Add “Keep on Top” command in the Window menu.
  • Improvements:
  • Remove the Open command in the Dock menu.
  • Enable the ToC button in Help Viewer.
  • Update Swift syntax style to fix highlighting with / characters.
  • [non-AppStore ver.] Update Sparkle from 2.4.0 to 2.4.1.
  • Fixes:
  • Fix an issue that the application crashed by typing the ¨ key with a Norwegian keyboard.
  • Fix an issue that menu command shortcuts could be unwantedly localized according to the user's keyboard layout.
  • Fix an issue that the editor font did not apply to documents created via Services.
  • Fix an issue that the application could crash by opening the About window in some specific conditions.

New in CotEditor 4.5.2 (Apr 6, 2023)

  • New Features:
  • Add BBCode syntax style.
  • Improvements:
  • Update Swift syntax style to add some keywords.
  • [non-AppStore ver.] Update Sparkle from 2.3.2 to 2.4.0.
  • [dev] Update the build environment to Xcode 14.3 (Swift 5.8).
  • Fixes:
  • Workaround an issue on macOS 12 that the application uses 100% CPU after searching files in the open dialog.
  • Fix typos in German and Italian localizations (thanks to Jan Richter and DAnn2012!).

New in CotEditor 4.5.1 (Mar 19, 2023)

  • Improvements:
  • Scroll the editor to make the remaining cursor visible when canceling the multi-cursor editing mode.
  • Fixes:
  • Fix the application could crash when the Invisibles toolbar item is displayed.
  • [trivial] Fix the shortcut key display for the mic key in the Key Bindings pane.

New in CotEditor 4.5.0 RC (Mar 16, 2023)

  • Improvements:
  • Change counting characters/lines/words to count all elements in multiple selections.
  • Change the threshold to trigger the automatic completion to 3 letters to optimize calculation time by large documents.
  • Allow _ as a character for completion candidates.
  • Synchronize the visibility of all navigation/status bars in the application.
  • Fixes:
  • Fix an issue that the application did not terminate when no documents exist and the application goes background.
  • Fix an issue on macOS 12 that the buttons at the bottom were not aligned.

New in CotEditor 4.5.0 Beta 2 (Mar 12, 2023)

  • New Features:
  • Add a new scope “syntax style” to the snippet feature to perform snippets only in a specific syntax style.
  • Add a new variable “selection” to the snippet feature to place the currently selected text to the inserted text.
  • Fixes:
  • Fix an issue in the search window that an error dialog for invalid regular expression appeared even on incremental search.
  • [beta] Fix an issue that the snippet setting was occasionally not saved.

New in CotEditor 4.5.0 Beta (Mar 3, 2023)

  • New Features:
  • Renew the snippets feature to enable naming it, changing the order, and performing from the menu.
  • Add the Insert Snippet submenu to the Text menu.
  • Enable the character inspector to inspect more information about each Unicode scalar that makes up a character.
  • Improvements:
  • Reconstruct the Snippets (ex. File Drop) and Key Bindings panes in the Settings window.
  • Allow single function key stroke for a keyboard shortcut.
  • Optimize the performance of text editing while URL linking is enabled.
  • Update item order of the Edit menu.
  • Make filter highlights of the outline list more legible in the Dark Mode.
  • Update Swift syntax style to add keywords for Swift 5.8.
  • Deprecate the Insert Encoding Name command (use AppleScript instead).
  • Update the help contents.
  • [non-AppStore ver.] Update Sparkle from 2.3.1 to 2.3.2.
  • [dev] Update Yams from 5.0.4 to 5.0.5.
  • Fixes:
  • Fix an issue that the Replace button in the Find window did not select the next match.
  • Fix an issue that all URL links were removed when an external process updated the document.
  • Fix the redo action label for the line endings conversion and file encoding change.

New in CotEditor 4.4.5 (Feb 7, 2023)

  • New Features:
  • Add “last modified date” option to the print header/footer options.
  • Add “Ignore” option to the inconsistent line endings alert.
  • Improvements:
  • [dev] Update Yams from 5.0.3 to 5.0.4.
  • Fixes:
  • Fix an issue that the print Header/Footer alignment options did not match the selected settings.
  • Fix an issue that some shortcut keys could be used for menu key binding customization without warning even when they are used for existing commands.
  • Fix missing localization in the Find window.
  • Remove outdated descriptions in the Key Bindings pane.

New in CotEditor 4.4.4 (Jan 13, 2023)

  • Improvements:
  • Optimize the performance of the Find/Replace All command.
  • Add visual feedback that the search reached the end.
  • Enable walking through all the controls in the Find window by the Tab key.
  • Update C++ syntax style to fix attributes highlight (thanks to Luke McKenzie!).
  • Deprecate the Find Selected Text command.
  • [trivial] Reset custom shortcuts for the find commands.
  • [non-AppStore ver.] Update Sparkle from 2.3.0 to 2.3.1.
  • Fixes:
  • Fix an issue that found string in the editor was occasionally not focused.
  • Fix an issue that multiple replacements were not performed if the document is empty.
  • Fix an issue that the Find window expanded unnecessarily in some specific conditions.
  • Fix a label in the Advanced Find Options view.

New in CotEditor 4.4.3 (Dec 23, 2022)

  • Improvements:
  • Optimize performance of find/replace with large documents.
  • Display the concrete progress of the find/replace task in the progress dialog.
  • Draw link underlines on the left side by the vertical text orientation.
  • Update the Unicode block name list for the character inspector from Unicode 14.0.0 to Unicode 15.0.0.
  • Deprecate the option to keep the progress dialog for find/replacement after finishing the task.
  • Deprecate the option not to select the next match after the replacement when clicking the Replace button in the Find window.
  • [trivial] Make the target document the key window when selecting a matched line in the find result view.
  • [trivial] Tweak the style of headings in menus.
  • [trivial] Tweak the setting summary display in the print dialog.
  • [dev] Migrate the most of sheets and popovers to SwiftUI.
  • Fixes:
  • Fix an issue on macOS 13 the total page did not update when changing the print scope option to “Selection in CotEditor” in the print dialog.
  • Fix an issue that timestamps in the Console window do not reflect the local time zone.
  • Fix an issue that the right-to-left writing direction option for new documents was not applied.
  • Fix an issue that the regular expression pattern was wrongly highlighted in a specific condition.
  • Fix an issue that the regular expression find/replace was not performed if the document is empty.
  • Fix an issue that the advanced options view in the find panel could display multiple times when clicking the button repeatedly.
  • Fix the drawing of the editor opacity toolbar item when collapsed.

New in CotEditor 4.4.2 (Dec 4, 2022)

  • Improvements:
  • Update Ruby syntax style (thanks to kojix2!).
  • Fixes:
  • Fix an issue on macOS 13 that the table in the Multiple Replace dialog was corrupted when switching the set.
  • Fix an issue that a file extension was appended to the file by saving even when the syntax style has no extensions.
  • Fix an issue that the line number view did occasionally not widen even when the number exceeds 4 digits.
  • Fix an issue that an unwanted extra blank document was created when creating a new document with the selection by Services under specific conditions.
  • Address an issue that the scripting result could be corrupted under some specific conditions.

New in CotEditor 4.4.1 (Nov 7, 2022)

  • Improvements:
  • Rename the Highlight command to Highlight All.
  • Tweak CotEditor's setting view in the print dialog.
  • Update Markdown syntax style to highlight code blocks with indentation (Thanks to Rafael Viotti!).
  • [trivial] Improve the text selection behavior with key bindings.
  • [trivial] Disable the Select All command when no documents are available.
  • Fixes:
  • Fix an issue on macOS 13 that the Find All button in the find panel was not localized.
  • Fix an issue on CotEditor 4.4.0 that contents of selection of a document object returned its entire contents.
  • Fix an issue that the application could hang up when the insertion point moved over invisible control characters by the Control-Shift-arrow keys.
  • Fix an issue that the last of multiple insertion points locates at the end of the document was not drawn.
  • Fix an issue that the insertion point immediately exited automatically closed quote marks when the smart quote feature is enabled.
  • Fix an issue that the initial window height could differ from the user-specified setting.

New in CotEditor 4.4.0 (Oct 28, 2022)

  • New Features:
  • Add Advanced Character Count feature to the Text menu.
  • Dynamically prioritize the scripts in the subfolder whose name is the same as the frontmost document's syntax style when the same keyboard shortcut is determined in multiple CotEditor scripts.
  • Add URL Encode/Decode commands to the Text > Transformations submenu.
  • Display a dot in the window tab if the document has unsaved changes.
  • Add the option to draw the separator line between the line number view and the editor.
  • Add syntax styles for DOT (Thanks to usr-sse2!) and TypeScript.
  • Improvements:
  • Support macOS 13 Ventura.
  • Change the system requirement to macOS 12 Monterey and later.
  • Improve the Find All button only on macOS 13 Ventura (and later) to enable performing additional commands.
  • Store the state of the “Don’t ask again for this document” option for the inconsistent line endings alert and respect it for future open.
  • [for advanced users] Now you can also disable the feature entirely within the application by running the following command in Terminal: defaults write com.coteditor.CotEditor suppressesInconsistentLineEndingAlert -bool YES, though it is not recommended.
  • Deprecate the length property in AppleScript (Use number of characters of contents instead).
  • Support the split cursor for bidirectional languages in multi-cursor editing.
  • Update the CotEditor's setting view in the print panel.
  • Change the location and column count to start with zero.
  • Add the history menu to the regular expression patterns in the pattern sort dialog.
  • Display the error message in the pattern sort dialog if the regular expression pattern is invalid.
  • Improve the algorithm to parse numbers in the Sort by Pattern command.
  • Improve the algorithm of uncommenting.
  • Improve the algorithm of encoding detection.
  • Improve VoiceOver support.
  • Deprecate the “Ignore line endings when counting characters” option.
  • Deprecate the option to hide file size in the status bar.
  • Remove the text length display in the document inspector.
  • Improve stability.
  • [trivial] Adjust ticks in the line number view for vertical orientation.
  • [trivial] Save documents asynchronously.
  • [trivial] Visually adjust the filter field in the outline inspector.
  • [trivial] Organize the editor's contextual menu.
  • [trivial] Improve the basic regular expression syntax reference.
  • [trivial] Improve the status bar display.
  • [trivial] Optimize the script menu update.
  • [dev] Update the build environment to Xcode 14.1 (macOS 13 SDK).
  • [dev] Migrate helpindex to cshelpindex.
  • [non-AppStore ver.] Optimize the script menu update.
  • Fixes:
  • Fix an issue that the empty draft documents silently discarded remained in the Open Recents menu.

New in CotEditor 4.4.0 RC (Oct 20, 2022)

  • Improvements:
  • Improve the Find All button only on macOS 13 Ventura (and later) to enable performing additional commands.
  • [non-AppStore ver.] Update Sparkle from 2.2.2 to 2.3.0.
  • [tirivial] Optimize the script menu update.
  • [dev] Update the build environment to Xcode 14.1.
  • [dev] Migrate helpindex to cshelpindex.
  • Fixes:
  • [beta] Fix an issue on macOS 13 that some icons were drawn wrongly.

New in CotEditor 4.4.0 Beta 4 (Oct 2, 2022)

  • New Features:
  • Add syntax style for DOT (Thanks to usr-sse2!).
  • Improvements:
  • [dev] Update the build environment to Xcode 14.1 beta 3.
  • Fixes:
  • Port fixes in CotEditor 4.3.6.
  • Fix an issue that the empty draft documents that were silently discarded remained in the Open Recents menu.
  • [trivial] Fix some typos.

New in CotEditor 4.3.6 (Oct 2, 2022)

  • Fixes:
  • Fix an issue on CotEditor 4.3.5 that the option “Give execute permission” in the save dialog was occasionally ignored.
  • Fix a typo in PHP syntax style (Thanks to DAnn2012!).

New in CotEditor 4.4.0 Beta 3 (Sep 23, 2022)

  • Improvements:
  • Add the history menu to the regular expression patterns in the pattern sort dialog.
  • Improve stability.
  • [trivial] Visually adjust the filter field in the outline inspector.
  • [dev] Update the build environment to Xcode 14.1 beta 2.
  • Fixes:
  • Fix an issue that the empty draft documents silently discarded remained in the Open Recents menu.

New in CotEditor 4.4.0 Beta 2 (Sep 18, 2022)

  • Improvements:
  • [dev] Update the build environment to Xcode 14.1 beta.
  • Fixes:
  • Port fixes in CotEditor 4.3.5.
  • [tirivial] Fix some typos.

New in CotEditor 4.3.5 (Sep 18, 2022)

  • Improvements:
  • [non-AppStore ver.] Update Sparkle from 2.2.1 to 2.2.2.
  • Fixes:
  • Fix an issue that the option “Give execute permission” in the save dialog was applied to the document even when the save operation was canceled.
  • Address an issue since macOS 12.4 that the buttons in the save dialog became occasionally unresponsive when the application is running in some specific Japanese environment.
  • Fix an issue that memory could leak when the opacity toolbar item is used.
  • Fix an issue that the column of the outline pane was narrower than the list width.
  • Fix an issue that the width of the line number view was not updated when the content was changed on disk.
  • Fix some typos.
  • [non-AppStore ver.] Fix an issue that a message about the software update in the General pane was hidden.

New in CotEditor 4.4.0 Beta (Sep 9, 2022)

  • New Features:
  • Add Advanced Character Count to the Text menu.
  • Dynamically prioritize the scripts in the subfolder whose name is the same as the frontmost document's syntax style when the same keyboard shortcut is determined in multiple CotEditor scripts.
  • Add URL Encode/Decode commands to the Text > Transformations submenu.
  • Display a dot in the window tab if the document has unsaved changes.
  • Add the option to draw the separator line between the line number view and the editor.
  • Add syntax style for TypeScript.
  • Improvements:
  • Support macOS 13 Ventura.
  • Change the system requirement to macOS 12 Monterey and later.
  • Store the state of the “Don’t ask again for this document” option for the inconsistent line endings alert and respect it for future open.
  • [for advanced users] Now you can also disable the feature entirely within the application by running the following command in Terminal: defaults write com.coteditor.CotEditor suppressesInconsistentLineEndingAlert -bool YES, though it is not recommended.
  • Deprecate the length property in AppleScript (Use number of characters of contents instead).
  • Support the split cursor for bidirectional languages in multi-cursor editing.
  • Update the CotEditor's setting view in the print panel.
  • Change the location and column count to start with zero.
  • Display the error message in the pattern sort dialog if the regular expression pattern is invalid.
  • Improve the algorithm to parse numbers in the Sort by Pattern command.
  • Improve the algorithm of uncommenting.
  • Improve the algorithm of encoding detection.
  • Improve VoiceOver support.
  • Deprecate the “Ignore line endings when counting characters” option.
  • Deprecate the option to hide file size in the status bar.
  • Remove the text length display in the document inspector.
  • [trivial] Adjust ticks in the line number view for vertical orientation.
  • [trivial] Save documents asynchronously.
  • [trivial] Organize the editor's contextual menu.
  • [trivial] Improve the basic regular expression syntax reference.
  • [trivial] Improve the status bar display.
  • [dev] Update the build environment to Xcode 14.0 beta 6.
  • [non-AppStore ver.] Update Sparkle to 2.2.2.
  • Fixes:
  • Fix an issue that memory could leak when the opacity toolbar item is used.

New in CotEditor 4.3.4 (Sep 9, 2022)

  • Fixes:
  • Fix an issue on CotEditor 4.3.3 that the window size was not inherited from the last document.

New in CotEditor 4.3.3 (Aug 14, 2022)

  • Fixes:
  • Fix an issue that the application could hang up when an opened document shared in iCloud Drive was modified in another machine.
  • Fix an issue that document windows sometimes did not shift the initial position from the last window.
  • Fix an issue that the scrollable area of the editor in vertical layout orientation could be clipped wrongly when scaled.
  • Fix an issue that some text was not localized.

New in CotEditor 4.3.2 (Jul 31, 2022)

  • Improvements:
  • [non-AppStore ver.] Update Sparkle to 2.2.1.
  • Fixes:
  • Fix an issue that the tab width setting was not respected when printing.
  • Fix an issue that the length of invisible tab characters was drawn wrongly in the right-to-left writing direction.

New in CotEditor 4.3.1 (Jul 3, 2022)

  • New Features:
  • Add new Shuffle command to the Text > Lines submenu.
  • Improvements:
  • Optimize the performance for editor splitting.
  • Avoid sluggishness by incremental search in large documents.
  • Optimize the performance of highlighting selected text instances.
  • Remove the limitation to highlight a large number of instances of the selected text.
  • Scroll the editor by the Move Line Up/Down commands so that the moving lines are visible.
  • Change the behavior of the metacharacter v in the regular expression for text search to confirm the current ICU specification.
  • Update Swift syntax style to add keywords.
  • [trivial] Update French localization.
  • Fixes:
  • Fix an issue that memory rarely leaks on closing documents.

New in CotEditor 4.3.0 RC (Jun 16, 2022)

  • Improvements:
  • [beta] Suppress the “not found” beep sound on incremental search.
  • [beta] Update Swift syntax style to add swift interpreter.
  • [beta][trivial] Change the threshold to display a large document alert.
  • [beta][trivial] Tweak parsing syntax highlight.
  • Fixes:
  • Fix an issue that the application could become unresponsive when trying to show the file mapping conflicts.

New in CotEditor 4.3.0 Beta (Jun 14, 2022)

  • New Features:
  • Incremental search in the Find window.
  • Improvements:
  • Drastically improved the performance of syntax highlighting on large documents so that no rainbow cursor appears.
  • Stop displaying the progress indicator for syntax highlight on large documents and apply the highlight asynchronously instead.
  • Optimize the time to open large documents.
  • Remove the preference option to disable syntax highlighting.
  • Update Swift syntax style to support Swift 5.7.
  • Fixes:
  • Fix an issue that the application crashed with very specific fonts.
  • Fix an issue that the highlights of Find All in the editor remained even when closing the Find window.

New in CotEditor 4.2.3 (Jun 8, 2022)

  • Improvements:
  • Make the font size of the find result table changeable by Command-Plus sign (+) or Command-Minus sign (-) while focusing on the result table.
  • Improve the algorithm parsing comments and quoted text.
  • Update the following syntax styles to fix syntax highlighting: DTD, INI, JSON, LaTeX, Markdown, PHP, Perl, reStructuredText, Ruby, Shell Script, Textile, XML, and YAML.
  • Update SQL syntax style to support inline comment highlighting with #.
  • [trivial] Change the color names in the Stylesheet Keyword color palette in the color code panel to lower case.
  • Fixes:
  • Fix an issue by documents with the CRLF line ending that the editor did not scroll by changing selection with the Shift-arrow keys.
  • Fix an issue that letters in the editor were drawn in wrong glyphs when updating the font under very specific conditions.

New in CotEditor 4.2.2 (May 26, 2022)

  • Improvements:
  • Perform automatic indentation even when inserting a newline while selecting text.
  • Alert for registering the key bindings that are not actually supported.
  • Update Markdown and Textile syntax styles to fix highlighting.
  • Improve the indent style detection.
  • Improve traditional Chinese localization (thanks to Shiki Suen!).
  • Update the help contents.
  • [trivial] Change UTI for TeX document to org.tug.tex.
  • Fixes:
  • Fix an issue that changing text selection with the Shift and an arrow keys could move the selection in the wrong direction.
  • Fix an issue that the Outline pane occasionally showed the horizontal scroller.
  • Fix an issue that the stored action names for customized key bindings were wrong.
  • Fix some unlocalized text.

New in CotEditor 4.2.1 (May 11, 2022)

  • New Features:
  • Add Chinese (Traditional) localization (thanks to Shiki Suen!).
  • Fixes:
  • Fix an issue on CotEditor 4.2.0 that restoring documents on macOS 11.x made the application unstable.
  • Fix an issue on CotEditor 4.2.0 that some snippet settings could not be inserted in a specific condition.
  • Fix the help content style in Dark Mode.
  • Fix the description of “Important change in CotEditor 4.2.0” in the Simplified Chinese localization.

New in CotEditor 4.2.0 Beta (Apr 28, 2022)

  • New Features:
  • Ability to handle documents holding multiple types of line endings.
  • Alert inconsistent line endings in the document when opening or reloading.
  • List up the inconsistent line endings in the Warnings pane in the inspector.
  • Minor line endings, namely NEL (New Line), LS (Line Separator), and PS (Paragraph Separator), are added to the line endings options (These items are visible only either when pressing the Option key or when the document's line ending is one of these).
  • Add the hidden Paste Exactly command (Command-Option-V) that pastes text in the clipboard without any modification, such as adjusting line endings to the document setting.
  • Add an option Selection to the Pages section in the Print dialog to print only the selected text in the document.
  • Add history to the Unicode code point input.
  • Export setting files, such as themes or multiple replacements, to the Finder just by dropping the setting name from the Preferences.
  • Transfer settings among CotEditors in different machines via Universal Control by dragging the setting name and dropping it to the setting list area in another CotEditor.
  • Improvements:
  • Update document icons.
  • Detect the line ending in documents more intelligently.
  • Display code points instead of being left blank in the incompatible character list for whitespaces.
  • Improve the scrolling behavior by normal size documents by enabling the non-contiguous text layout mode only with large documents.
  • Optimize syntax parsing.
  • Rename the Incompatible Characters pane to the Warnings pane to share the pane with the inconsistent line ending list.
  • Locate the vertical scroller for the editor on the left side when the writing direction is right-to-left.
  • Print the line numbers on the right side on printing if the writing direction is right-to-left.
  • Adjust the vertical position of line numbers on printing.
  • Indent snippet text with multiple lines to the indention level where will be inserted.
  • Restore the characters even incompatible with the document encoding when restoring documents from the last session.
  • Add steppers to the font setting controls.
  • Prefer using .yml for syntax definition files over .yaml.
  • Deprecate the feature to replace $LN in the outline menu template with the line number of the occurrence.
  • Remove original document icons for CoffeeScript and Tcl.
  • Revise text for more Mac-like expression.
  • Update the help contents.
  • [trivial] Accept script files for the Script menu with an uppercased file extension.
  • [trivial] Replace n with R for the newline metacharacter in the Basic Regular Expression Syntax reference.
  • [trivial] Tweak Anura theme.

New in CotEditor 4.1.5 (Apr 10, 2022)

  • Improvements:
  • Add a temporal highlight for the current match in the editor (thanks to Ethan Wong!).
  • Update HTML syntax style for better highlighting with ' character.
  • Update Swift syntax style to fix outline extraction.
  • Fixes:
  • Fix an issue that reverting a document to one stored with a different file encoding from the current encoding could fail.
  • Fix an issue that the split view did not inherit the font style and the writing direction.
  • Fix an issue that the icons for Shift Left/Right commands were swapped.
  • Fix an issue that the incompatible character pane did not show the message “No incompatible characters were found.” when all of the existing incompatible characters are cleared.
  • [trivial] Fix localization of a Unicode block name.

New in CotEditor 4.1.4 (Mar 27, 2022)

  • Improvements:
  • Update Swift syntax style to add keywords added in Swift 5.6.
  • Update YAML syntax style for better coloring.
  • [trivial] Improve progress message for the Find/Replace All.
  • [dev] Update the build environment to Xcode 13.3 (Swift 5.6).
  • Fixes:
  • Fix an issue that the file extension proposed in the save dialog for untitled document did not reflect the latest syntax style.
  • Fix an issue that the application could not open Haskell files.
  • Fix a potential crash when opening files via Services.

New in CotEditor 4.1.3 (Mar 14, 2022)

  • Improvements:
  • Use python3 instead of python for running the cot command so that macOS 12.3 and later can use the Python installed with the Apple's developer tools (From macOS 12.3 on, cot command requires an additional install of python3).
  • Optimize the performance of syntax highlighting.
  • Update CSS and SQL syntax styles to add more coloring keywords.
  • Update Python syntax style to add keywords added in Python 3.10.
  • Update Markdown and SVG syntax styles for faster syntax parsing.
  • Update JSON syntax style to fix coloring.
  • Fixes:
  • Fix an issue that the text copied from the editor has always LF line endings regardless of the actual document's line ending setting.
  • Fix an issue that when the option swapping ¥ and keys is enabled, those characters are swapped even when inputting them with Unicode code point.

New in CotEditor 4.1.2 (Feb 20, 2022)

  • Fixes:
  • Fix an issue that the editor scrolls oddly by typing the Space key if the “Link URLs in document” option is enabled.

New in CotEditor 4.1.1 (Feb 16, 2022)

  • Improvements:
  • Improve Turkish localization (thanks to Emir SARI!).
  • Fixes:
  • Fix an issue that the shortcut symbols in the Key Bindings preference pane did not display properly.

New in CotEditor 4.1.0 (Feb 16, 2022)

  • New Features:
  • Add a feature to filter outline items in the outline pane.
  • Add an option not to draw the background color on printing.
  • Add “Open Outline Menu” command to the Find menu.
  • Add Turkish (thanks to Emir SARI!) and British English (thanks to Alex Newson!) localizations.
  • Introduce a new AppleScript command jump to document objects.
  • Introduce a new read-only AppleScript parameter has BOM to document objects and a new option BOM to the convert command.
  • Place line number views on the right side in the editor if the writing direction is right-to-left.
  • Add syntax style for Protocol Buffer.
  • Improvements:
  • Change the system requirement to macOS 11 Big Sur and later.
  • Update the window size setting to use the document last window size if the width/height setting in the preferences > Window is left blank (= auto).
  • Allow the menu key bindings to assign a shortcut without the Command key.
  • Display code points instead of left blank in the incompatible character table for control characters.
  • Update Swift syntax style to add keywords added in Swift 5.5.
  • Update C++ syntax style to add more file extensions.
  • Update Markdown syntax style for faster syntax parsing.
  • Change the behavior to include the last empty line in the calculation when specifying lines with a negative value in the Go to Line command or via AppleScript.
  • Improve the character info section in the document inspector to display the list of code points for the selected character instead of displaying only when a single Unicode character is selected.
  • Update the Unicode block name list for the character inspector from Unicode 13.0.0 to Unicode 14.0.0.
  • Make sure the application relaunches even other tasks interrupt before termination.
  • Improve some toolbar items to make their state distinguish even collapsed.
  • Display the command name in the error message when the input shortcut for key bindings is already taken by another command.
  • Improve VoiceOver accessibility.
  • Update the AppleScript guide in the help.
  • Improve the animation by drag & drop in tables.
  • Optimize several document parse.
  • [trivial] Adjust the margin of the editor area.
  • [trivial] Hide the file extension of setting files by export by default.
  • [trivial] Finish key binding input in Key Bindings pane when another window becomes frontmost.
  • [trivial] Update some symbols for shortcut keys in the key binding settings.
  • [dev] Update the build environment to Xcode 13.2 (Swift 5.5).
  • [dev] Remove xcworkspace.
  • [non-AppStore ver.] Update Sparkle to 2.0.0.
  • Fixes:
  • Fix an issue that the current line number becomes 0 when the cursor is placed at the beginning of the document (thanks to Alex Newson!).
  • Fix an issue on macOS 12 Monterey that the user custom color did not apply to the i-beam cursor for the vertical layout.
  • Fix an issue in the document inspector that the character info section wrongly indicated the code point as U+000A for any kind of line endings, even for CR (U+000D) and CRLF.
  • Fix an issue that the dialog urging duplication to edit locked files displayed repeatedly under specific conditions.
  • Fix an issue that the slider in the editor opacity toolbar item did not work when collapsed.
  • Fix an issue that the editor's opacity change did not apply immediately.
  • Fix an issue that some uncustomizable menu commands were provided in the Key Bindings preference pane.
  • Fix an issue in the snippet key bindings that shortcuts with only Shift key for modifier keys were accepted though does not work correctly.
  • Fix an issue that the initial position of the side pane was occasionally stacked under the window toolbar.
  • Fix an issue that some help buttons did not work (thanks to Alex Newson!).
  • Fix and minor update on localized strings.
  • Fix cot command to work also with Python 3.
  • Address an issue that the syntax highlight could flash while typing.

New in CotEditor 4.0.9 (Nov 29, 2021)

  • Fixes:
  • Fix an issue that File Drop settings were not saved if both the extensions and syntax styles are for “all.”
  • Fix an issue that shortcuts for snippet did not accept Shift with a non-letter character, such as Shift + Return.
  • Fix an issue that the rainbow cursor appeared when the document has a large number of incompatible characters.
  • Fix an issue that the rainbow cursor appeared when expanding the selection by “⌥⇧←” shortcut and invisible characters are contained in the new selection.
  • Fix an issue that the writing direction could be changed to right to left although when the text orientation is vertical.

New in CotEditor 4.0.8 (Sep 19, 2021)

  • Fixes:
  • Fix an issue that memory leaked if the autosaving is disabled.
  • Fix an issue on the syntax style menu in the toolbar that the previous selection remained under specific conditions.

New in CotEditor 4.0.7 (Sep 9, 2021)

  • Improvements:
  • Highlight named capture where highlight regular expression patterns such as in the find panel.
  • Add “.erb” extension to Ruby syntax style.
  • Accept IANA charset names as the encoding name in convert and reinterpret commands for AppleScript.
  • Improve error messages for OSA Scripting.
  • [trivial] Tweak the help layout.
  • [dev][non-AppStore ver.] Migrate Sparkle framework management from submodule to SwiftPM.
  • [dev][non-AppStore ver.] Update Sparkle to 2.0.0-beta.2.
  • [dev][non-AppStore ver.] Use sparkle:channel element in appcast.xml for prerelease check instead of appcast-beta.xml.
  • Fixes:
  • Fix syntax highlight regression on CotEditor 4.0.6.
  • Fix the layout of the initial encoding priority list.

New in CotEditor 4.0.6 (Aug 29, 2021)

  • Improvements:
  • Add “Share” command to the menus for setting files, such as theme, syntax style, or multi replacement definition.
  • Resume “Select word” on top of the document if the search reached the end.
  • Update the visual style of the multiple replacement window on macOS 11.
  • Minimize scrolling when focusing on a text such as text search and outline selection.
  • Improve the syntax highlighting algorithm around comments and quoted text.
  • Revert JavaScript syntax style update in CotEditor 4.0.5 that modifies regular expression highlight.
  • Update the bundled cot command to enable reading large piped text entirely.
  • Update help contents.
  • [trivial] Sort themes alphabetically regardless of whether they are bundled or not.
  • [trivial] Make the timing to trim trailing spaces shorter.
  • [trivial] Tweak Japanese localization in Preferences.
  • [trivial][non-AppStore ver.] Sign the application with EdDSA signature for update manager (Sparkle).
  • Fixes:
  • Fix an issue that the document theme did occasionally not change when switching the default theme to “Anura” in Dark Mode.
  • Fix an issue that disabling the “Reopen windows from last session” option did not work if the Auto Save is disabled.
  • Fix an issue on the latest systems that the open dialog could not see inside .app packages although when selecting the “Show hidden files” checkbox.
  • Fix an issue that the visual window state occasionally did not restore from the last session correctly.
  • Fix an issue in the inspector that the content occasionally overlapped with the pane controller above if it is shown when the window opens.
  • Fix an issue that the navigation bar tinted wrongly when the document window is in fullscreen and the editor is non-opaque.
  • Fix a typo in German localization.

New in CotEditor 4.0.5 (Jun 7, 2021)

  • Improvements:
  • Update JavaScript syntax style to improve regular expression highlight.
  • Fixes:
  • Fix an issue that the application did not terminate when all windows are closed.
  • Fix an issue that annoying dialog that alerts saving was failed could be shown while typing when autosaving is disabled.
  • Address an issue that typing in a large document could be slow when the Autosave feature is disabled.

New in CotEditor 4.0.4 (Jun 2, 2021)

  • Improvements:
  • Update Lua syntax style.
  • Update Swift syntax style for more accurate outline extraction and literal number highlight.
  • Update JavaScript, PHP, and CoffeeScript syntax styles for more accurate literal number highlight.
  • Avoid escaping non-ASCII characters to Unicode code points when exporting syntax styles to YAML files.
  • Fixes:
  • Fix an issue that the application did not terminate when all windows are closed.
  • Fix an issue in the script menu that a script bundle (.scptd) was handled not as a script but as a folder.
  • Fix an issue in the snippet key bindings that shortcuts with only Shift key for modifier keys were accepted though does not work correctly.
  • Fix an issue that the application rarely showed the open dialog on launch even when the user setting for the startup behavior is not “show open dialog.”
  • Fix literal number highlight with Ruby syntax style.
  • Address an issue that annoying dialog that alerts saving was failed could be shown while typing when autosaving is disabled.

New in CotEditor 4.0.3 (May 9, 2021)

  • Improvements:
  • Keep detached character inspectors even after the parent document is closed.
  • Detect syntax style from the file extension also case-insensitively.
  • Update R syntax style.
  • [non-AppStore ver.] Reduce the application size.
  • [dev] Update Yams from 4.0.4 to 4.0.6.
  • [dev] Update the build environment to Xcode 12.5.

New in CotEditor 4.0.2 (Mar 17, 2021)

  • Improvements:
  • Update LaTeX syntax style to support (x^2) style inline math equations.
  • Update Swift syntax style to add async, await, and @asyncHandler.
  • Update Touch Bar icons.
  • Prevent flashing the acknowledgment window on the first launch in the Dark Mode.
  • Improve stability.
  • [dev] Update Yams from 4.0.1 to 4.0.4.
  • [dev] Update the build environment to Xcode 12.4.
  • Fixes:
  • Fix French localization.
  • [trivial] Fix script icon in Help contents in Dark mode.

New in CotEditor 4.0.1 (Nov 18, 2020)

  • Improvements:
  • [trivial] Reset toolbar setting.
  • [dev] Update Yams package to 4.0.1.
  • [dev] Update the build environment to Xcode 12.2.
  • Fixes:
  • Fix an issue on the Big Sur that the navigation bar in the document window disappeared.

New in CotEditor 4.0.0 (Nov 18, 2020)

  • New Features:
  • Brand-new user interface designed to fit macOS 11 Big Sur.
  • Update the application icon.
  • Redesign the document window.
  • Support Apple Silicon.
  • Add syntax styles for Pascal (Thanks to cbnbg!), Dockerfile, and VHDL.
  • Improvements:
  • Change the system requirement to macOS 10.15 Catalina and later.
  • Move line endings/file encoding menus from the toolbar to the status bar.
  • Change default settings of items to display in the toolbar/status bar.
  • Change the default theme from Dendrobates to Anura.
  • Change the UI of the Unicode code point input to display the input field just above the insertion point.
  • Change the “trim trailing whitespace on save” option in the General pane to perform the trimming not on save but while typing with delay, and move the option to the Edit pane.
  • On sorting lines by pattern, evaluate numbers more intelligently when the “treat numbers as numeric value” option is enabled.
  • Enable toggling the editor split orientation by right-clicking the editor split button in the navigation bar.
  • Enable action to toggle editor split orientation even when no split editor is opened.
  • Remove the Integration preferences pane and move its contents to the General pane.
  • Enable “select previous/next outline item” commands even when the navigation bar is hidden.
  • Live update selection counts while moving the selection.
  • Scroll editor by swiping the line number area.
  • Reduce the priority that CotEditor implicitly becomes the default application for specific file types.
  • Previously, CotEditor scripts written in Unix scripts, such as Ruby or Python, were decoded using the user-preferred file-encoding set in the Format preferences pane for normal documents, now they are always interpreted as UTF-8.
  • Avoid showing the “edited” indicator in the close button of document windows when the document content is empty and therefore can close the window without the confirmation dialog.
  • Avoid discarding the current input when a new item is added while another item is in editing in the syntax style editor.
  • Round the corners of current line highlight.
  • Put only the filename rather than the absolute path for the relative path insertion () when the document file itself is dropped into the editor.
  • Remove the toolbar button to toggle page guide visibility.
  • Remove feature to import legacy syntax style definition files of which format was used in CotEditor 1.x.
  • [trivial] Update the preferences window layout.
  • [trivial] Improve tooltips of toolbar icons to reflect the current document state.
  • [trivial] Optimize the line number calculation in vertical text orientation.
  • [trivial] Always enable non-contiguous layout by the normal horizontal text orientation.
  • [dev] Update the build environment to Xcode 12.2 (Swift 5.3, macOS 11 SDK).
  • [dev] Replace DifferenceKit package with native CollectionDifference.
  • [dev] Update Yams from 3.0.1 to 4.0.0.
  • Fixes:
  • Fix an issue that the hanging indent can be wrongly calculated when typing a word that requires user selection, such as Japanese.
  • [trivial] Fix an issue in the syntax style toolbar item that the menu selected blank if the current style was deleted.
  • [trivial] Fix an issue that the i-beam for the combination of the vertical text orientation and a light theme cropped (FB8445000).
  • Assets 3

New in CotEditor 3.9.7 (Oct 19, 2020)

  • New Features:
  • Add new AppleScript/JXA commands smarten quotes, straighten quotes, and smarten dashes for selection object.
  • Improvements:
  • Optimize the performance of invisible character drawing, especially with very-long unwrapped lines.
  • Update Shell Script (thanks to ansimita!), Python, Ruby, Swift, and SVG syntax styles.
  • Fixes:
  • Fix the jump button for the theme URL.

New in CotEditor 3.9.6 (Sep 14, 2020)

  • Fixes:
  • Fix an issue that the “Open Scripts Folder” command in the script menu did not open the scripts folder for CotEditor but just the general Application Scripts folder.
  • Fix an issue in the find result table that the found string column truncated the text even in the middle of a character that consists of multiple Unicode characters.
  • Fix an issue where the line number view did not update under some specific conditions even when the line height setting is changed.
  • Fix the progress message when highlighting a document with a multiple replacement definition.

New in CotEditor 3.9.5 (Aug 16, 2020)

  • Fixes:
  • Fix an issue on CotEditor 3.9.4 that window prevented from becoming smaller than the outline items' width.
  • Fix an issue that some text transformation commands, such as “Make Upper Case,” also transformed the next unselected word that is identical to the selected one.
  • Fix an issue in the navigation bar that the open/close split editor buttons did occasionally not work.

New in CotEditor 3.9.4 (Aug 13, 2020)

  • Improvements:
  • Make the document window's minimum size smaller.
  • [dev] Update the build environment to Xcode 11.6.
  • Fixes:
  • Fix an issue that an unremovable empty dialog could show up when performing Replace All under specific conditions.
  • Fix an issue in the find/replacement progress report that the progress message was not updated when nothing found.
  • Fix an issue in the outline menu in the navigation bar that the last separator did not appear.
  • Fix an issue in toolbar that menu style items were vertically squashed in the toolbar customization dialog.

New in CotEditor 3.9.3 (Jul 19, 2020)

  • Improvements:
  • Significantly optimize the performance of text layout especially when pasting a relatively large amount of text.
  • Update JSON syntax style.
  • Fixes:
  • Fix an issue in the highlighting instances of selected text that the highlight shape spread wrongly when the selected text included line breaks.
  • Fix an issue in the syntax style editing that some keywords that can be parsed as a YAML object, such as `true` or `null`, were not stored as a string.

New in CotEditor 3.9.2 (Jun 28, 2020)

  • Improvements:
  • Suppress showing a dialog when opening a file with the “.ts” file extension as it may not be a MPEG-2 Transport Stream file but a TypeScript file.
  • Improve the style and behavior of the add/remove rule button in the multiple replacement window.
  • [trivial] Delete multiple replacement rules by dropping items into the Trash.
  • Fixes:
  • Fix an issue in the multiple replacement definition editing where the result order broke, or even the application crashed when reordering multiple rules at once.
  • Fix an issue in the editor that the cursor skipped the space just after the word when moving the cursor to the next word boundary with ⌥⇧→ or ⌥→ shortcut.
  • Fix an issue in theme editing that the editing color was occasionally forcibly updated in the editor's text color when an editor has the focus.
  • Fix an issue in theme editing that the crashed when setting one of the system's developer colors.
  • Fix an issue in theme editing that the option “use system color” for the selection color could not disable.
  • Fix an issue in theme editing that the values in the theme editor were not updated when the bundled theme currently edited is restored.
  • Fix an issue in the dialog for the pattern line sort that the sample line could indicate a wrong sort key scope when the sort key type is “column.”
  • Fix the feedback animation when dragging and dropping items in a table.
  • [trivial] Fix an issue that the menus in toolbar expended unwantedly after customizing toolbar.
  • [trivial] Fix some layout corruptions under macOS 11 Big Sur (beta).

New in CotEditor 3.9.1 (Jun 15, 2020)

  • Improvements:
  • Increase the size of the invisible space symbol.
  • Adjust the position of invisible symbols in vertical text orientation.
  • [trivial] Avoid selecting no item in the snippet setting table.
  • Fixes:
  • Fix an issue in the syntax style editing that saving existing syntax styles failed.
  • Fix text flickering while pinch-zoom.
  • Fix an issue in the editor where the bottom part of the editor became occasionally not responsive when the editor is zoomed-out.
  • Fix an issue in the find panel fields that carriage returns (CR) were not drawn as line endings but control characters.
  • Fix an issue in the syntax style editing that reverting a modified bundled style through the style editor did not remove the existing user file.
  • Fix an issue under macOS 10.14 that the text in the About panel was black even in the Dark Mode.

New in CotEditor 3.9.0 (May 29, 2020)

  • New Features:
  • Rewrite the invisible character drawing feature to draw alternative symbols more properly under various environments.
  • Add an option to draw indent guides.
  • Display Unicode's general category in the character inspector.
  • Improvements:
  • Adjust the text baseline to draw characters vertically center in lines.
  • Optimize the performance of “Replace All” with a large number of matches.
  • Improve the performance when pasting a huge text.
  • Remove the text encoding option for opened documents; instead, the encoding is always detected automatically when opening an existing file.
  • Update the Unicode block table to the latest Unicode 13.0.0.
  • Duplicate lines more intelligently.
  • Improve the encodings list edit view.
  • Adjust the width of toolbar items.
  • Remove “vertical orientation” from the selections of the Writing Direction toolbar button.
  • Make borders of line number views and opacity sample tips more distinct in the high-contrast mode.
  • Adjust the visible area after unwrapping lines in RTL text mode.
  • Remove the default value of the snippet keybindings, that inserts with ⇧↩.
  • Update help content.
  • [trivial] Rename “Auto-Detect,” the option detecting the file encoding automatically, to “Automatic.”
  • [trivial] Omit surrogate pair code points in the character inspector if the character consists of multiple Unicode characters.
  • [trivial] Adjust the drawing position of the zoomed character in the character inspector.
  • [trivial] Update some labels in the Format pane.
  • [trivial] Display default values as the input field's placeholder for window size setting when empty.
  • [trivial] Remove the snippet keybindings setting migration from CotEdtiror 2.x format and earlier.
  • [trivial] Make the identifier for document autosaving longer.
  • [dev] Update the build environment to Xcode 11.5 (Swift 5.2).
  • [dev] Replace YAML.framework with Yams.
  • [dev] Remove Carthage dependency.
  • [dev] Migrate codesign-specific build settings to .xcconfig (thanks to Yoshimasa Niwa!).
  • Fixes:
  • Fix an issue where the application crashed when a hanging indent depth becomes larger than the editor area.
  • Fix an issue where the application hung up by extending the selection with shortcut ⌥⇧→ when the character to select is a national flag emoji.
  • Fix an issue where the item “Automatic” (ex. Auto-Detect) was missing in the encoding selections in the open panel.
  • Fix an issue with multiple cursors where extra characters were deleted when performing forward delete with selection.
  • Fix an issue with multiple cursors where just a single UTF-16 character was deleted instead of the whole character when the character to delete consists of multiple UTF-16 characters.
  • Fix an issue where the outline menu could select the wrong item while typing.
  • Fix an issue where the line numbers could be shifted when printing vertical text orientation documents.
  • Fix an issue where line endings could remain when deleting duplicate lines with multiple selections.
  • Fix an issue in the character inspector where the inspector was not shown when the target character is hidden due to scroll.
  • Fix an issue in the line number view where the line number of the current line was not bolded under a specific condition.
  • Fix an issue in scripting with AppleScript/JXA where the application crashed by performing string in ... command.
  • Fix an issue in scripting with AppleScript/JXA where the contents of a document can rarely be overwritten with the contents of another document window under very specific conditions.
  • Fix an issue with scripting with AppleScript/JXA where the line range command selected a wrong range when the line endings of the document are CRLF.
  • Fix an issue with scripting with AppleScript/JXA where selecting a single line by specifying a single integer argument to line range did not work.
  • Fix an issue in the editor where lines were initially wrapped at the wrong position when the text orientation is vertical.
  • Fix an issue where the theme color was not applied to the color of typed text in split view.
  • Fix an issue in the RTL text mode where the page guide disappeared when lines are unwrapped.
  • Fix an issue where the current line highlight did not update properly after changing some settings.
  • Fix an issue in the find panel's input fields where a regular expression pattern for Unicode code point was not highlighted properly when the hex contains uppercase letters.
  • Fix an issue in the find panel's input fields where invisible control characters were drawn in the normal text color under specific conditions.
  • Fix an issue where the print font name in the Print pane was drawn in black even in the dark mode.
  • Fix an issue in the editor where the previous drawing could remain in a blank space after changing a display setting of the editor.
  • Fix the help button in the advanced find options view.
  • Fix missing localization.

New in CotEditor 3.8.12 (Mar 8, 2020)

  • Improvements:
  • Include the last line break to line count.
  • Update “Kotlin”, “JSON”, and “SVG” syntax styles.
  • Fixes:
  • Fix an issue where the horizontal scrollbar didn't appear by unwrapping lines if the document consists of a single very long line.
  • Fix an issue where the application could crash after parsing syntax in a large document to highlight.
  • Fix an issue where the overscrolling was enabled only after window is resized.
  • Fix an issue where the current line was just partly highlighted under specific conditions.
  • Fix an issue in the line number view where the line number of the selected line was not bolded under a specific condition.
  • Fix an issue where the find panel could not display the result table when the find string is very long.

New in CotEditor 3.8.11 (Feb 28, 2020)

  • Improvements:
  • Avoid showing the rainbow cursor while parsing URLs in the editor with large contents when the “link URLs in document” option is enabled.
  • Improve “Snakecase” and “Camelcase” commands to handle uppercase letters with accent properly.
  • Improve message for syntax highlighting progress.
  • Improve drawing performance and general stability.
  • [trivial] Tweak the visual notification for wrapping search.
  • Fixes:
  • Fix an issue where a document window zombie appeared when the window was closed while detached character info popovers remain.
  • Fix an issue where a blank progress dialog for a long syntax highlighting could rarely remain when the document is updated while parsing.
  • Fix an issue where the x{hhhh}, ooo, and $ style character expressions in the regular expression pattern were not syntax-highlighted correctly.
  • Fix an issue where the application could rarely crash when printing a document.
  • Fix an issue where the application could rarely crash when opening a document under macOS 10.14 and earlier.

New in CotEditor 3.8.10 (Feb 17, 2020)

  • Improvements:
  • Optimize the performance of the invisible character drawing, the hanging indent calculation, and the line number view drawing.
  • Make space to draw the invisible symbol for ZERO WIDTH SPACE (U+200B) when the “other invisible characters” option is enabled.
  • Enable “Move Line Down” and “Move Line Up” commands swap lines with the last empty line.
  • Improve general performance while typing.
  • Update “CSS” syntax style.
  • [trivial] Keep the visible area after resizing a document window even if overscrolling is enabled.
  • [trivial] Adjust the theme “Note”.
  • Fixes:
  • Fix an issue where the Unicode code point field in the document inspector displayed always “not selected.”
  • Fix an issue where insertion points multiplied too many when adding them with ^⇧↑ or ^⇧↓ shortcut under specific conditions.
  • Fix an issue where default theme change in the preferences was not applied to opened documents under specific conditions.
  • Fix an issue where unescaping replacement string in the regular expression replacement failed with specific text patterns.
  • Fix an issue where the editor's line height and tab width in the opened windows did not update even the setting is changed.
  • Fix an issue where the rainbow cursor could appear when finding the brace pair in the latter part of a large document.
  • Fix an issue where the application crashed when moving lines down under specific conditions.
  • Fix an issue where the “Sort by Pattern” with column sort key dropped the last character from the sort key string.
  • Fix an issue where the current line highlight remained when quickly moving selection by dragging.
  • Fix an issue where the writable area of newly added split editors shrank.
  • Fix an issue in scripting where settings some properties, such as tab width, tab expands and wrap lines, in the document creation phase were ignored.
  • Improve stability.

New in CotEditor 3.8.9 (Jan 30, 2020)

  • Improvements:
  • Significantly reduce the time of the rainbow cursor after the opening of a large document by optimizing hanging indent calculation.
  • Fixes:
  • Fix an issue on CotEditor 3.8.8 where the application could rarely immediately after opening a document window under some very specific conditions.
  • Fix an issue where the progress indicator for the outline menu in the navigation bar could rarely remain.

New in CotEditor 3.8.8 (Jan 28, 2020)

  • New Features:
  • Add a new “Straighten Quotes” command to Edit > Substitutions menu.
  • Improvements:
  • Add “Replace Quotes,” “Replace Dashes,” and “Replace Text” commands to Edit > Substitutions menu.
  • Restore the default window size setting in the Window preferences pane.
  • Enable setting multiple cursor points in snippets.
  • Optimize the timing of view updating in some specific views.
  • Optimize some background jobs.
  • Toggle only the checkbox in a table that the user actually clicked and ignore others when the clicked checkbox is not contained to the selected rows.
  • Fold license descriptions in the acknowledgments.
  • [trivial] Tweak the visual notification for wrapping search.
  • [dev] Replace Differ framework with DifferenceKit.
  • [dev][non-AppStore ver.] Change the Sparkle branch from “ui-separation-and-xpc” to “2.x”.
  • Fixes:
  • Fix an issue on macOS 10.15 where document windows had a glitch when a search is wrapped.
  • Fix an issue where the font size of the line number view was occasionally not updated even when text size is changed.
  • Fix an issue where “⌘⇧T” shortcut key assigned for “Show/Hide Tab Bar” was ignored under specific conditions.
  • Fix an issue where the width of the inspector was occasionally not properly set.
  • Fix an issue where the wrong warning message displayed in the multiple replacement panel even when there is no invalid condition.
  • Fix a possible crash when transforming the case of selection that includes specific character order.
  • Fix a possible crash when a document file is modified by another process.
  • [trivial] Fix a typo in French (Thanks to Arnaud Tanchoux!).
  • Improve stability.

New in CotEditor 3.8.7 (Dec 9, 2019)

  • Improvements:
  • Revert shortcut ⌘/ to comment-out toggle.
  • Add “.zprofile” and “.zlogin” extensions to “Shell Script” syntax style.

New in CotEditor 3.8.6 (Dec 8, 2019)

  • Improvements:
  • Change the default shortcut for Format > Font > “Reset to Default” command to ⌘0 and let “Bigger” command accept also ⌘=.
  • Add shortcut ⌘/ to “Show/Hide Status Bar” command.
  • Add shortcut ⌘⇧T to “Show/Hide Tab Bar” command.
  • Avoid showing rainbow cursor when canceling the initial syntax highlight.
  • [trivial] Modify the layout of the progress dialog and the regular expression syntax reference.
  • [trivial] Let input fields in the Edit pane accept values without a percent sign.
  • Fixes:
  • Fix an issue where creating multiple cursors by rectangular selection failed under macOS 10.15.
  • Fix an issue where the selection highlight color in inactive windows could make text hard to read under macOS 10.14–10.15.
  • Fix an issue where the progress message by find/replacement was not updated when no occurrence found.
  • Fix a possible crash when an invalid color code is input to the color code panel.
  • Improve stability.

New in CotEditor 3.8.5 (Nov 14, 2019)

  • Improvements:
  • Uncomment comment lines even if the delimiters locate after some indent.
  • Raise an alert when performing find (or replacement) with “in selection” option while no text is selected.
  • Change the Console font to monospaced.
  • Dim the Console content area during the incremental search.
  • Accept importing custom syntax styles with “.yml” extension.
  • Avoid re-parsing syntax highlight when the appearance is switched.
  • Support Dark Mode in the help.
  • [non-AppStore ver.] Update Sparkle framework.
  • [trivial] Tweak some terminology in the menu.
  • [trivial] Adjust the pinch-zoom pitch.
  • Fixes:
  • Fix an issue where the text color in the status bar was sometimes not updated immediately after switching window appearance.
  • Fix an issue where parsing syntax style files could fail.
  • Fix an issue where uncommenting inline comments failed when multiple cursors locate in the same line.
  • Avoid rainbow cursor when about to display the Text menu while selecting large number of text.
  • Update PHP and Julia syntax styles to remove duplicated keywords.

New in CotEditor 3.8.4 (Oct 23, 2019)

  • Improvements:
  • Insert soft tabs to all insertion points when typing the tab key.
  • Fixes:
  • Fix an issue on macOS 10.13-14 that the application became unstable with some specific actions when the cursor locates the end of the document.

New in CotEditor 3.8.3 (Oct 21, 2019)

  • Improvements:
  • Restore all of the last cursors on the window restoration.
  • Highlight matching braces for all cursors.
  • Adjust the printing area by the vertical text orientation.
  • Update JSON syntax style by adding “.resolved” extension.
  • Fixes:
  • Fix area to draw text on printing, especially for macOS 10.15 Catalina.
  • Fix an issue on macOS 10.14 where spaces at the end of the document could not be deleted by delete key.
  • Fix an issue on macOS 10.14 where performing return key just after an open bracket at the end of the document made the application freeze.
  • Fix an issue where the editor theme for newly opened windows did not match to the window appearance when the system appearance was changed after the application launch.
  • Fix an issue where a highlighting indicator showed up at a wrong location when pressing the enter key just before a closing bracket.
  • [trivial] Fix French localization.

New in CotEditor 3.8.2 (Oct 14, 2019)

  • Fixes:
  • Add an additional workaround to detour the bug in macOS 10.14 that crashes/freezes the application.

New in CotEditor 3.8.1 (Oct 11, 2019)

  • Fixes:
  • Address a critical issue where the application could crash under macOS 10.14.
  • Fix an issue that the documents opened together were not opened as a single window with multiple tabs.

New in CotEditor 3.7.8 (Jul 3, 2019)

  • Fixes:
  • Fix an issue where the editor could not scroll horizontally under specific conditions.

New in CotEditor 3.7.7 (Jul 3, 2019)

  • New Features:
  • Add a new option to the Appearance pane to disable ligatures.
  • Improvements:
  • Keep last opacity state of restored document windows.
  • Update behavior of Opt+Arrow shortcut series.
  • Fixes:
  • Fix an issue where find result was unwantedly collapsed when resizing the find panel.
  • Fix an issue where hanging indent was not applied to the printed document.
  • Workaround the issue where an editor resizing required a too long time.
  • Fix a possible crash in the Appearance preferences pane.
  • Improve stability.

New in CotEditor 3.7.6 (Jun 18, 2019)

  • New Features:
  • Add new variable “file content” to File Drop feature to insert the file content when the dropped file is a text file.
  • Improvements:
  • Apply the change of “show other invisible characters” option immediately to the editors.
  • Add “Hide extension” option to the save dialog.
  • Use the system appearance in the input candidate window even when the theme has a dark background color.
  • Give some feedback about the search result in VoiceOver.
  • Improve the behavior of Opt+Arrow shortcut series to stop the by punctuation marks, such as `.` and `:`.
  • Hide unused items in the font panel toolbar.
  • Optimize performance.
  • Fixes:
  • Fix an issue where unwanted whitespace was added for variation selector `U+FE0E` when control characters are visible.
  • Fix an issue with scripting where regular expression anchors, such as `^` or `$`, did not match lines.
  • Fix an issue where the “Writing Direction” toolbar item did not work if it overflows from the visible toolbar area.
  • Fix an issue where `U+FEFF` cannot be input via “Input in Unicode hex” command.
  • Fix a possible crash with continuous `U+FEFF` characters.
  • Fix a possible crash on macOS 10.12.

New in CotEditor 3.7.5 (May 27, 2019)

  • Improvements:
  • Select the current editor's font in font panel when display it.
  • Update Swift syntax style to support Swift 5.1.
  • Underline URLs in printed document also if “Link URLs in document” option is enabled.
  • Improve stability.
  • [dev] Update Differ framework to 1.4.3.
  • Fixes:
  • Fix performance regression due to a bug fix in CotEditor 3.7.4.
  • Fix an issue where the snippet texts were still occasionally not editable from the preferences pane.

New in CotEditor 3.7.4 (May 20, 2019)

  • New Features:
  • Add French localization (thanks to Aurélien Roy!).
  • Fixes:
  • Fix an issue where the snippet texts were occasionally not editable from the preferences pane.
  • Fix an issue where the Unicode character name for U+FEFF (ZERO WIDTH NO-BREAK SPACE) was empty.
  • Fix an issue where the application did crash when the selected text contains some specific control characters.
  • Fix an issue where the word completion suggested words start with letters in the middle of the typed word.
  • Fix an issue where needless live document analysis performed even when the status bar and inspector are invisible.
  • Fix missing localization.
  • Improve stability.

New in CotEditor 3.7.3 (Apr 27, 2019)

  • Improvements:
  • “Input in Unicode hex” now supports multi-cursor editing.
  • Make font size of outline view customizable.
  • Fixes:
  • Fix an issue where user settings could not be overwritten to export when the same filename already exists.
  • Fix an issue where clear buttons in the find panel's text fields could overlap with scroll bar areas.
  • Fix syntax style validator.
  • Improve stability.

New in CotEditor 3.7.2 (Apr 4, 2019)

  • Improvements:
  • Make the i-beam cursor more legible in vertical text orientation and dark background theme.
  • Use monospace numbers for line numbers in Find All result table.
  • Optimize performance highlighting found matches.
  • [dev] Update build environment to Xcode 10.2 (Swift 5).
  • [dev] Update Differ framework to 1.4.0.
  • Fixes:
  • Fix an issue under macOS 10.12 where application hung up if “Text Orientation” toolbar item is visible.
  • Fix an issue where the “Discard Changes” and “Cancel” buttons in the dialog for encoding reinterpretation performed oppositely (Thanks to Aurélien Roy!).
  • Fix an issue where color code editor was invisible under macOS 10.12.
  • Fix an issue where the Go to Line command did not jump to the input number of line when performed by clicking “Go” button.
  • Fix an issue where change kana scripting command did not work.

New in CotEditor 3.7.1 (Feb 24, 2019)

  • Improvements:
  • Highlight all lines that contain one of the multi-insertion points as current lines.
  • Insert the text content of .textClipping files when dropped.
  • Fixes:
  • Fix an issue where trailing whitespaces before the insertion points could be wrongly removed on the first auto-saving.
  • Improve stability.

New in CotEditor 3.7.0 (Feb 14, 2019)

  • New Features:
  • Multi-cursor editing.
  • Add “Opacity” toolbar item to change editor's opacity.
  • Add “Surround Selection With” > “Square Brackets” menu item.
  • Improvements:
  • Restore more UI state on window restoration.
  • Delete sequential paces character by character when they are not located at the beginning of a line even if “Expand tabs to spaces” option is enabled.
  • Keep selections after performing “Duplicate Lines.”
  • Remember the last used custom characters for “Surround Selection with Custom Characters” action.
  • [trivial] Improve toolbar color.
  • Fixes:
  • Fix an issue where “Replace All” could fail when the text to find is a combining character such as a diacritical mark.
  • Fix an issue where lines did not wrap correctly with vertical text orientation.
  • Fix an issue where the last syntax style was not applied when an unsaved document was restored from the last session.
  • Fix an issue where auto-completion could cancel suddenly under a restricted condition.
  • Fix an issue where the line wrap width of a split view could be set shorter than the actual view if scroll bars are set to be always visible.
  • Fix an issue where the year in the print header or console prompt was displayed wrongly in specific days (Thanks to Frédéric Blondiau!).
  • Fix an issue where closed windows remained on the memory.
  • Address an issue where selected ranges were set wrongly after updating the document due to an external modification.
  • Fix a possible issue where word counting could be stuck.

New in CotEditor 3.6.12 (Jan 16, 2019)

  • Improvements:
  • Update syntax style for “SVG”.
  • Update `cot` command-line tool:
  • Fix an issue where stack trace displayed when using `--wait` option with some clients other than Terminal.app.
  • Fix an issue where `--column` could misplace the insertion point when a negative number was given.
  • Fixes:
  • Fix an issue where the snippet insertion did not work.
  • Fix an issue where theme change did not apply to opened documents under specific conditions.
  • Fix an issue where user theme was not applied when windows restored on macOS 10.12.
  • Fix an issue on macOS 10.12 where the initial theme editor was empty when the preferences window switches to Appearance pane.
  • Improve stability.

New in CotEditor 3.6.11 (Jan 7, 2019)

  • Improvements:
  • Live update selection highlight in line number views.
  • Fixes:
  • Fix an issue where the application could crash when deleting the last character in a large document.

New in CotEditor 3.6.10 (Jan 3, 2019)

  • New Features:
  • Add syntax style for “Kotlin”.
  • Improvements:
  • Change counting method of the cursor location and column to 1-based (formerly 0-based).
  • Optimize syntax highlight application so that the time displaying the rainbow cursor reduces significantly with a large document.
  • Make editing multiple replacement definitions undoable.
  • Syntax highlight regular expression patterns in the syntax style editor, multiple replacement definitions, and the custom sort dialog.
  • Move focus to the editor when lines are selected by clicking line numbers.
  • Apply update of “Line numbers”, “Page guide” and “invisible characters” visibility options in the preferences immediately to opened documents.
  • Suppress the dialog asking if you want to keep the document when an unsaved empty document is about to close, and silently discard the auto-saved backup file.
  • Change the label of the option “Count each line ending as one character” in General pane to “Ignore line endings when counting characters” (the value reversed).
  • Enable the “Share” button in toolbar also in the Text Only mode.
  • Display also mapping conflicts of interpreters in the syntax style file mapping conflict dialog.
  • Make composition views for the Share feature document-modal also in macOS 10.12.
  • Disable “Hide Toolbar” command for the preferences window.
  • Improve general performance.
  • [trivial] Make the minimum width of outline inspector wider.
  • Update German localization (Thanks to J-rg!).
  • Update cot command-line tool:
  • Accept a negative value for --column option to count from the end of the line.
  • Change --column count from 0-based to 1-based.
  • Improve error message when failed.
  • Fix an issue where the last empty line was ignored when specifying the cursor position with --line option.
  • Fixes:
  • Fix an issue where the final number of the replacement in the progress dialog was occasionally underrated.
  • Fix an issue where the cursor could not be set at the end of the document via AppleScript or cot command.
  • Fix an issue where syntax highlight was not updated in specific condition when deleted.
  • Fix an issue where line number views did not update when the editor is scrolled via script.
  • Fix the preferences pane switching animation under macOS 10.13 and earlier.
  • [trivial] Fix a potential issue where last empty line number could be drawn at the first line position under specific conditions.
  • [trivial] Fix an issue where editor occasionally scrolled unintendedly when an arrow key is pressed.

New in CotEditor 3.6.9 (Dec 13, 2018)

  • Improvements:
  • Optimize syntax highlighting.
  • Fixes:
  • Fix an issue where the application crashed when splitting editors.
  • Fix an issue where a part of line numbers disappeared when Japanese text is being inputted.
  • Fix an issue where the context menu did not open under macOS 10.13 and earlier if the user has scripts.
  • [tirivial] Fix font style of“Italic” button in the outline menu editor.

New in CotEditor 3.6.8 (Dec 10, 2018)

  • New Features:
  • Add syntax style for “TOML”.
  • Improvements:
  • Improve the performance of text replacement significantly.
  • Improve the line number view fundamentally so that all unwanted behaviors after macOS Mojave disappear.
  • Select the setting selected in the last session when opening the Multiple Replacement window.
  • Enable the noncontiguous layout only with large documents. This change may improve the editor's drawing and scrolling behaviors.
  • Improve general performance and stability.
  • [dev] Stop LineNumberView inheriting NSRulerView.
  • Fixes:
  • Fix the cursor location by changing the selection with shortcut ⌘←.
  • Fix an issue where the rainbow cursor could appear when cancelling syntax highlight with a large document multiple times.

New in CotEditor 3.6.7 (Dec 3, 2018)

  • Improvements:
  • Change not to highlight occurrences of the selection when there are more than 100.
  • Update validation pane in the syntax style editor.
  • Fixes:
  • Fix an issue where `cot` command failed to open paths or stdin containing backslash character.
  • Fix an issue on CotEditor 3.6.5 where right-click no longer opens the context menu under macOS 10.13 and earlier.
  • Fix an issue where the thickness of the line numbers view did not grow enough with a large number of lines.
  • Fix an issue where the syntax style validator ignored unbalanced block comment delimiters that should be an error.
  • Fix the preferences pane switching animation under macOS 10.13 and earlier.
  • Fix possible crashes.
  • Fix minor issues in the syntax style editor.
  • Fix some localized strings.

New in CotEditor 3.6.6 (Nov 20, 2018)

  • Fixes:
  • Fix an issue on CotEditor 3.6.5 where the syntax
  • Fix an issue where preferences panes could not changed under macOS 10.12.
  • Add missing localizations. highlight did not update while typing.

New in CotEditor 3.6.5 (Nov 20, 2018)

  • New Features:
  • New option for cursor style (Customize the behavior in Appearances preference pane).
  • Improvements:
  • Avoid drawing variant sequence as invisible control characters.
  • Make line number view opaque if lines are unwrapped on macOS 10.14 to avoid drawing the editor's text over the line numbers.
  • Revoke the line counting behavior change with VoiceOver in CotEditor 3.6.3.
  • Fixes:
  • Fix an issue where the editor area could still tuck under the line number view.
  • Fix an issue where the line number of the last empty line disappeared when lines are not wrapped and scrolled.

New in CotEditor 3.6.4 (Nov 20, 2018)

  • New Features:
  • Add a command “Select Word” (Command+D) to Edit menu.
  • Fixes:
  • Fix an issue where editor area could be tuck under the line number view.
  • Fix an issue where changing the selection by shortcut Shift+Right-Arrow just after shortcut Command+Shift+Left-Arrow expanded the selection to a wrong direction.
  • Fix an issue where page guide did not update when font changed.

New in CotEditor 3.6.3 (Oct 29, 2018)

  • Improvements:
  • Assign ⌘⇧[ shortcut to “Show Next Tab” command instead of “Surround Selection with Brackets” command.
  • Treat a logical line, which is delimited by line ending characters, as one line in VoiceOver, instead of a visual (wrapped) line.
  • Thereby, users can now also know the current line number by pressing VoiceOver shortcut VO+F3.
  • Improve the accessibility of user interface elements with VoiceOver.
  • Avoid performing custom sort with an invalid parameter.
  • Display default setting values as the input field's placeholder in preferences window when empty.
  • trivial: Move the focus to the target input field when the clear button in the find panel was pressed.
  • Fixes:
  • Fix an issue where selected inspector pane was not stored.
  • Fix an issue where initial display area shifted unwantedly if line numbers are displayed lines are unwrapped.
  • Fix an issue where script name was not displayed in Console.
  • Fix an issue where the writing direction (RtL) was not delivered to printing.
  • Fix layout in some localized environment.

New in CotEditor 3.6.2 (Oct 14, 2018)

  • New Features:
  • Let the input fields in the find panel accept pinch-zoom.
  • Improvements:
  • Avoid selecting deleted spaces when undoing a soft tab deletion.
  • Make the credits view in About panel dark in the Dark Mode.
  • Add “.cxx” extension to “C++” syntax style.
  • Adjust the width of line number views.
  • Fixes:
  • Fix an issue where the cursor position did not restore correctly after repeatedly undoing & redoing bracket insertion with the “Automatically insert closing brackets and quotes” option enabled.
  • Fix an issue where editor scrolled unwantedly after pasting something at a latter half part of the document with “Link URLs in document” option enabled.
  • Fix an issue where URL link ranges expanded even if non-URL-related lines is pasted just after an URL.
  • Fix an issue where the application could rarely crash under specific conditions.

New in CotEditor 3.6.1 (Oct 10, 2018)

  • New Features:
  • Add “Match only whole word” option to advanced find options (Default: off).
  • Add syntax style for “Properties” (mainly for Java).
  • Improvements:
  • Enable the enhanced runtime protection on macOS 10.14 Mojave also by the MAS version.
  • Make the i-beam cursor more legible in a dark background theme.
  • Sync sidebar width among tabbed windows.
  • Fixes:
  • Fix an issue where the initial window size could be easily forgotten.
  • Fix an issue `cot` command failed if the client terminal is non-scriptable.
  • Fix an issue where the application could rarely crash on reopening documents under specific conditions.
  • Fix the tab window switching via a shortcut key in macOS 10.14.

New in CotEditor 3.6.0 (Sep 25, 2018)

  • New Features:
  • Support Dark Mode in macOS 10.14 Mojave.
  • Add a new theme “Dendrobates (Dark)”.
  • Add new commands to transform selections to snake case, camel case, or pascal case.
  • Add “Emoji & Symbols” toolbar item.
  • Add an option to select the default writing direction among left-to-right, right-to-left, and vertical (Customize in Window preferences pane).
  • Improvements:
  • Change the system requirement to macOS 10.12.2 Sierra and later.
  • Update `cot` command-line tool to return the focus to the client terminal window again after `--wait`.
  • Abandon the ancient ODB editor support.
  • Fixes:
  • Fix an issue where theme was not applied to document print when the print theme setting is “Same as Document's Setting”.
  • Fix an issue where “Copy as Rich Text” command lost the style information when paste to some specific applications, such as Pages.
  • Fix an issue where the current line highlight could blink while pinch zoom.

New in CotEditor 3.5.4 (Sep 18, 2018)

  • Fixes:
  • Fix an issue where toolbar items did not reflect their state on macOS 10.12 or earlier.
  • Fix margin around the Tab toolbar icon on macOS 10.12 or earlier.

New in CotEditor 3.5.3 (Sep 10, 2018)

  • Fixes:
  • Fix an issue where the “Replace All” command didn't work on CotEditor 3.5.2.

New in CotEditor 3.5.2 (Sep 10, 2018)

  • Improvements:
  • Avoid editor can be edited while a dialog covers it.
  • Update YAML syntax style for more reliable highlight.
  • Update Swift syntax style by fixing outline extraction.
  • Fixes:
  • Fix an issue where the multi replacement feature exported definitions without its file extension.
  • Fix an issue where “Hide extension” checkbox in the setting export dialog was ignored.
  • Fix an issue where an unhidable empty progress dialog was displayed if another dialog was displayed when the task started.
  • Address an issue where the application could rarely crash during syntax highlighting.

New in CotEditor 3.5.1 (Aug 28, 2018)

  • Improvements:
  • Change the find behavior of the simple Find/Replace command with “In selection” option to find a match only in the selection.
  • Fixes:
  • Fix an issue where the initial window size could be easily forgotten.
  • Fix an issue where the font button in the toolbar did not work.
  • Fix an issue where the inputting text that is not finalized yet could be wrongly highlighted.
  • Fix an issue where some Unicode block names were not displayed in character info popover.
  • Address an issue where the application could rarely crash during syntax highlighting.

New in CotEditor 3.5.0 (Aug 14, 2018)

  • Brand-new toolbar:
  • CotEditor now has more modern toolbar buttons that match for the latest macOS.
  • Bring your cursor up to the editor center:
  • The overscrolling feature allows you to scroll past the bottom of the document.
  • Highlight selected words:
  • Editor finds the same words to the selected one in the document automatically and highlights them.
  • Optimized Window preferences pane:
  • Setting options in the Window pane were reduced to simplify the preferences and to let the application behave more properly for a macOS application.
  • New Features:
  • New toolbar icons.
  • Highlight the same substrings of the selection automatically (Customize the behavior in General preferences pane).
  • New option to allow overscrolling (Customize the behavior in Window preferences pane).
  • Enable to change the tab width of a specific document to a desired number.
  • Let the input fields in the find panel accept text scaling commands, such as “Bigger”, “Smaller” and “Reset to Default”.
  • Improvements:
  • Add command “Select All Find Matches” in Find menu.
  • Improve the editor's scrolling behavior to scroll along the predominant axis.
  • Add menu item to toggle the visibility of the sidebar inspector.
  • Remove some setting options for windows such as window size and visibilities of document inspector and status bar from Window preferences pane. From now on, the latest change to a window will be inherited to future windows just like other standard Cocoa applications.
  • Remove “length” display in the status bar.
  • Remove feature to change only the frontmost editor's opacity temporary. From this, view opacity property on AppleScript is also deprecated.
  • Keep the cursor position as possible after the editor content is updated to the latest version modified by another process.
  • Display current user's system-wide setting for window tabbing in the menu on the Window pane.
  • Optimize the performance of character counting.
  • Improve general stability of the print operation.
  • Optimize auto URL detection with paste to a large document.
  • Update Python syntax style for Python 3.7.
  • Update Swift syntax style for Swift 4.2 and some improvements.
  • trivial Update some Japanese localization.
  • trivial Update editor opacity sample tips.
  • trivial non-AppStore ver.: Update Sparkle framework.
  • Fixes:
  • Fix an unlocalized text.

New in CotEditor 3.4.4 (Jul 9, 2018)

  • Fixes:
  • Address an issue where the application could rarely crash on syntax highlighting.
  • Fix a typo in Italian localization.

New in CotEditor 3.4.3 (Jun 27, 2018)

  • Fixes:
  • Fix an issue where the help button in the multiple replace window did not link to the suitable help page.
  • Fix an issue where the current line highlight was opaque in split editors although the editor background is non-opaque.
  • Fix an issue where unwanted debug log was printed in the Console.
  • Fix an issue where “Show File Mapping Conflicts” menu item was always available even no conflict exists.
  • Improve general stability.
  • Fix an unlocalized label.

New in CotEditor 3.4.2 (Jun 5, 2018)

  • Improvements:
  • trivial: Let input fields in preferences support dark mode (hidden option on the current systems).
  • non-AppStore ver.: Update Sparkle framework.
  • Fixes:
  • Fix an issue under OS X 10.11 where the application crashed with the auto completion.
  • Fix an issue where some syntax keywords were not highlighted correctly.
  • Improve general stability.
  • trivial: Fix drawing of capsules for variables in the insertion format setting field.

New in CotEditor 3.4.1 (May 28, 2018)

  • Improvements:
  • Copy also the executability from the file permission of the original document when duplicating a document.
  • trivial Improve drawing of capsules for variables in the insertion format setting field.
  • trivial: Adjust preferences panes layout.
  • Fixes:
  • Fix an issue under OS X 10.11 where the application could crash when an item in the outline inspector is clicked.
  • Fix an issue where the word completion of which word starts with double underscores (e.g. __init__) skipped the second underscores.
  • Fix an issue where the application could rarely crash while typing.
  • AppStore ver.: Fix an issue where the options for the software updater for non AppStore versions were wrongly displayed in the General preferences pane.

New in CotEditor 3.4.0 (May 15, 2018)

  • HIGHLIGHTS:
  • 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.
  • 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!)
  • Use monospace digits where suitable.
  • 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.
  • Fix some UI text.

New in CotEditor 3.3.5 (Mar 10, 2018)

  • Improvements:
  • Update “Swift” syntax style for Swift 4.1.
  • Fixes:
  • Fix an issue where application could rarely crash under specific environment on saving.
  • Fix an issue where the domain part was ignored when a favicon was dropped from Safari to editor.
  • Update “YAML” syntax style to fix outline extraction with a specific case.

New in CotEditor 3.3.4 (Mar 4, 2018)

  • Improvements:
  • When “Indent with Tab key” is on, reduce indent level of the current line with Shift+Tab even when nothing is selected.
  • Fixes:
  • Fix an issue where lossy saving was failed.
  • Fix an issue where ⌘← was ignored when the cursor locates at the end of the document.
  • Fix an issue where save dialog layout corrupted when toggling the visibility of the file browser.
  • Fix an issue where no alert was raised on saving even when a document contains lossy yen signs.
  • Fix an issue where document syntax was parsed twice on file open.
  • Fix a possible crash on print.

New in CotEditor 3.3.3 (Feb 25, 2018)

  • New Features:
  • Add an option “Indent with Tab key” to the Edit pane in preferences.
  • Improvements:
  • Change the behavior of ⌘← so that the cursor moves first to the beginning of the visual lines, then to the column right after indentation, and finally to the beginning of the line.
  • Remove “Open Hidden” command (Use “Show hidden files” option in the open dialog instead).
  • Display an open dialog on launch if so set even when iCloud storage is disabled.
  • Improve stability on text encoding change.
  • Refine dialog messages on text encoding change.
  • Change sidebar behavior to close inward when it was opened inward because of insufficient space.
  • Avoid requiring high power GPU use.
  • trivial: Hide insertion point in shortcut input fields in the Key Binding pane.
  • trivial: Set a spoken name of CotEditor.
  • trivial: Add enablesAsynchronousSaving hidden default key that enables asynchronous saving.
  • non-AppStore ver.: Update Sparkle framework.
  • Fixes:
  • Fix a long-standing issue where incompatible characters could not be detected when the length of converted document text is changed.
  • Fix an issue where key-binding setting field sometimes ignored user input.
  • Fix an issue where wrong file creation date and file permission could be displayed in the document inspector.
  • Fix an issue where document files did not forget vertical orientation state when once set before.
  • Fix an issue where the encoding selected in the open dialog last time was unwantedly applied to the newly opened document when a document opened with the open dialog previously had already opened.
  • Fix an issue where menu item title for “Horizontal” (in Format > Writing Direction) was displayed as “Vertical” in Japanese localization.

New in CotEditor 3.3.2 (Feb 12, 2018)

  • Fixes
  • Fix an issue on CotEditor 3.3.1 where the application could crash on window close.
  • Fix an issue where application crashed when performing “Find All” with the regular expression and without grouping.

New in CotEditor 3.3.1 (Feb 12, 2018)

  • Fixes:
  • Fix an issue where the application crashed on launch under specific conditions.
  • Fix an issue where the iCloud storage was not enabled.
  • Fix arrows in the navigation bar on the vertical text mode.

New in CotEditor 3.3.0 (Feb 9, 2018)

  • HIGHLIGHTS:
  • Handle documents on launch in more intelligent way:
  • We improved various behaviors regarding document handling on launch for letting you start working with your documents more and more right away.
  • Sort lines as you desire:
  • New “Sort by pattern” enables you to sort selected lines by specific column or fully freely using the regular expression. Of course, through a neat user interface.
  • iCloud document (finally):
  • We know it's kind of too late, but CotEditor now supports the iCloud document, so that CotEditor has a own space on iCloud, moves files to there easier, and can resolve a file modification conflict visually.
  • Improvement on the Share featue:
  • Document sharing in CotEditor gets more feature.
  • More macOS native look & feel:
  • Added small tweaks to the user interface. You don't see any different? Then, that's good. It means it worked.
  • More international:
  • CotEditor now supports the RTL (right-to-left) writing direction for such as Arabic, Hebrew, Hindi and others. Furthermore, Portuguese localization is newly added.
  • NEW FEATURES:
  • iCloud document.
  • Open a document in the existing Untitled window that was created automatically on an open/reopen event, if exists.
  • New feature “Sort by pattern,” which enables sort selected lines by specific column or fully freely using the regular expression.
  • Add new setting option “Reopen windows from the last session on launch” in General pane.
  • Add new setting option “including whitespace-only lines” for “trim trailing whitespace” command in General pane.
  • Introduce “Right to Left” writing direction by changing the direction from Format > Writing Direction menu.
  • Add new commands “Half-width to Full-width” and “Full-width to Half-width” to Text > Transformations menu.
  • Add Portuguese localization (thanks to BR Lingo!).
  • Add the following encodings to the encoding list (To activate new encodings, restore default once in Preferences > Format > Edit List.):
  • Thai (Windows, DOS)
  • Thai (ISO 8859-11)
  • More integrated Share feature:
  • Share documents with other people through iCloud drive with “Add People” command in the File > Share menu.
  • Enable sharing a document that has not been saved yet.
  • Remove the feature that shares document content text from the File menu (You can still share selected text from the context menu).
  • Other small improvements.
  • IMPROVEMENTS:
  • Change the system requirement to OS X 10.11 El Capitan and later.
  • Add clear button to the input fields in the find panel.
  • Gather the “open a new document” “on launch” and “when CotEditor becomes active” options and create new “When nothing else is open:” option.
  • Enable “shift right” and “shift left” commands to process multiple selections.
  • Scroll console view after getting a new message to make it visible.
  • Display sharing window within the target document window.
  • Swap position of “View” with “Format” menu to conform to the Apple's Human Interface Guidelines.
  • Move the menu item changing the text orientation into Format > Writing Direction.
  • Display full encoding name in the status bar instead of the IANA charset name.
  • Add tooltips to the Unicode normalization forms in Text menu.
  • Append “Option-Command-T” shortcut to “Show/Hide Toolbar” menu item.
  • Remove “Color Code Panel” command from the “Window” menu (use “Edit Color Code…” command in “Text” menu instead).
  • Remove “share find text with other applications” option.
  • Restore the last viewed preference pane when Preferences is opened.
  • Add an input field for the editor opacity setting.
  • Adjust scroll after toggling line wrap.
  • Add scroll margin to the right side of find panel fields dynamically, so that entire inputs can be seen even when find/replacement result is shown.
  • Update Python syntax style: Fix highlight of string and bytes literals.
  • Tweak acknowledgments window design.
  • Update Help contents style.
  • Some minor UI improvements and fixes.
  • Update Japanese localization to conform with the modern macOS localization rules.
  • Update the internal source code to Swift 4.
  • non-AppStore ver.: Now, the application updater (Sparkle) can download and update CotEditor automatically, as like before CotEditor was Sandboxed. This feature can actually be used first updating CotEditor 3.3.0 to CotEditor 3.3.1 or later.
  • FIXES:
  • Fix an issue where the word suggestion in the Touch Bar cannot insert a word starts with a symbol correctly, and, therefore, a workaround was added on CotEditor 3.2.3.
  • Fix an issue where character inspector could expand vertically too much with some specific characters.
  • Fix an issue where invisible symbols for control characters were not drawn in input fields in find panel.
  • Fix scroll position in the help viewer on jumping to a help page from CotEditor.
  • Fix some unlocalized text.

New in CotEditor 3.2.8 (Jan 22, 2018)

  • Fixes:
  • Fix an issue where CotEditor occasionally failed sending the standard input to a UNIX script launched from the Script menu.
  • Fix an issue where the custom “Surround Selection With” command in Text menu did not use the last input when OK button is pressed.
  • Fix an issue where the editing state dots in the installed style list was not updated after editing syntax style.

New in CotEditor 3.2.7 (Dec 29, 2017)

  • Improvements:
  • Spread background drawing over paper width on printing.
  • Fixes:
  • Fix an issue where the find panel was over expanded when performing “Find All” with a long find string.
  • Fix an issue where the file size in the status bar was not updated after saving.
  • Fix an issue where the find panel didn't select the previous field with Shift + Tab keys.
  • Fix an issue where the application frozen by opening the File Mapping Conflicts list when filename conflict exists.

New in CotEditor 3.2.6 (Dec 12, 2017)

  • Fixes:
  • Fix an issue where backslashess in replacement strings were not unescaped correctly.
  • Fix an issue where items in the Script menu were not sorted by prefix numbers.
  • Fix a possible crash on handling documents with an invalid shebang.
  • Fix Japanese localization.

New in CotEditor 3.2.5 (Nov 28, 2017)

  • Improvements:
  • Some minor UI improvements.​
  • Fixes:
  • Fix an issue where a vertical orientation document broke the layout on printing.
  • Fix an issue where the syntax highlighting indicator could display twice.
  • Fix an issue where the separator was selected meaninglessly in the Window pane if the window tabbing setting was set to “Manually”.
  • Fix an issue where editor's text orientation was not cascaded to the print operation when the window was restored from the last session.
  • Fix the line-wrapping behavior when a line contains a long unbreakable word.
  • Fix some missing localized strings.
  • Improve general stability.

New in CotEditor 3.2.4 (Nov 6, 2017)

  • Improvements:
  • Keep showing the console when CotEditor becomes inactive.
  • Make the Key-Bindings for “Bigger” and “Smaller” actions in Font menu customizable.
  • Change to display the first line number even the document is empty.
  • Rename “Incompatible Characters” toolbar item to “Incompatibles”.
  • Some minor UI improvements and fixes.
  • Fixes:
  • High Sierra: Workaround a system issue where editor views could occasionally not scroll to the end of the document under specific environments on macOS 10.13 High Sierra.
  • For advanced users: This workaround may affect rendering performance by large size documents, because the workaround disables non-contiguous layout on High Sierra (The non-contiguous layout are still used on lower versions). The workaroud will be removed in the future when the bug origin is resolved. You can forcibly enable non-contiguous layout support on High Sierra by setting the hidden default key enableNonContiguousLayoutOnHighSierra to YES in Terminal, although this key is actually for debug-use.
  • Fix an issue where “Reset to Default” action in Font menu was ignored.
  • Fix an issue where matching brace was highlighted unwontedly also by text finding.
  • Fix an issue where the encoding and the line endings in the status bar were occasionally not displayed.
  • Fix an issue where the application froze by getting the content of a large document via the Script menu.
  • Fix an issue where the second value of the printed time in the console was not sexagesimal.
  • Improve general stability.

New in CotEditor 3.2.3 (Nov 6, 2017)

  • Improvements:
  • Disable toggling sidebar while the tab overview mode on High Sierra.
  • Update “CSS” syntax style: Fix an issue where keywords were highlighted incorrectly.
  • Some minor improvements and fixes.
  • Fixes:
  • Fix an issue where UNIX scripts could fail getting the content of the document.
  • Fix an issue where font change in the preferences pane could be ignored.
  • Fix a potential issue where syntax keywords could be highlighted incorrectly if whitespaces accidentally get into keywords definition.
  • Workaround an issue where word suggestion in the Touch Bar cannot insert a word starts with a symbol correctly.
  • Workaround an issue where the application could crash on document auto-saving.

New in CotEditor 3.2.2 (Oct 2, 2017)

  • NEW FEATURES:
  • Add new NewDocument option to CotEditorXOutput for UNIX Scripting to put output string to a newly created document.
  • IMPROVEMENTS:
  • Update build environment to Xcode 9 (SDK macOS 10.13).
  • Improve Replace All action:
  • Avoid recoloring after Replace All if no text replaced.
  • Improve the progress indicator.
  • Change to highlight matching braces just like Xcode:
  • No more beep for unbalanced braces.
  • Update “JavaScript” syntax style:
  • Add “.pac” extension.
  • FIXES:
  • Fix an issue where the Key Binding setting tables were empty on macOS 10.13 High Sierra.
  • Fix an issue where current line highlight was occasionally too wide when line height is 1.0.
  • Fix an issue where text selection highlight could remain between lines.
  • Fix an issue where the theme customization was not applied immediately.
  • Fix an issue where the hanging-indent was not updated in specific cases.

New in CotEditor 3.2.1 (Aug 28, 2017)

  • IMPROVEMENTS:
  • Adjust character inspector position for vertical tab.
  • Adjust line height calcuration.
  • non-AppStore ver.: Update Sparkle framework to version 1.18.1.
  • Update cot command-line tool:
  • Avoid creating an extra blank document if cot command creates a new window.
  • Fix an issue where launching the application with --background option didn't make CotEditor visible.
  • FIXES:
  • Fix an issue where the File Drop settings couldn't be saved.
  • Fix an issue where the regular expression didn't handle v metacharacter correctly.
  • Fix an issue where the selection of encoding menu in toolbar didn't restore to the previous one when encoding reinterpretation was failed.
  • Address an issue where the application could crash on document saving or text replacement.
  • AppStore ver.: Fix an issue where acknowledgement window was empty.

New in CotEditor 3.2.0 (Jul 15, 2017)

  • HIGHLIGHTS:
  • File Drop feature improvements:
  • The File Drop feature settings were renewed. You can set file drop settings only for an indivisual synatx style on the new File Drop pane in preferences.
  • Cursor position setting on snippet key bindings:
  • You can now speficy the cursor positon after inserting a snippet text with a key binding.
  • "write to console" command for scripting:
  • A new AppleScript/JXA command inserting a custom string to the scripting console was added.
  • More performance optimizations:
  • We reviewed performance bottlenecks on handling large size document (again), and tuned them up.
  • NEW FEATURES:
  • Now, key binding snippets can set cursor position.
  • Add “Surround Selection With” actions to “Text” menu.
  • Add a new AppleScript/JXA command write to console so that users can insert own message to the CotEditor's console.
  • Add syntax style for “Fortran”.
  • Improve File Drop feature:
  • Now, you can add a file drop setting only for a specific syntax style.
  • Add description field to the setting table.
  • Draw capsule for variables in the insertion format setting field.
  • Update the default file drop settings.
  • IMPROVEMENTS:
  • Change syntax style detection behavior to set to “None” style if no appropriate style can be found on file opening.
  • Significantly improve the performance of “Replace All” with a large document.
  • Avoid hiding console panel when CotEditor becomes not the frontmost application.
  • Reduce highlight parsing time with large size document.
  • Improve performance of closing large size document.
  • Improve drawing performance of a large size document with a non-opaque background (Not enough good as an opaque one but still better than before).
  • Add hidden “Reload All Themes/Styles” menu item to theme/syntax style action menus in Preferences (visible with Option key).
  • Enable changing text size with a single stroke by pressing and holding Touch Bar's Text Size button.
  • Improve invisible character drawing on a non-opaque view.
  • Improve auto-brackets/quotes insertion behavior with multiple selections.
  • Improve the setting file naming rule for when the name overwraps with an existing setting.
  • Improve condition to insert a closing quote automatically.
  • Improve the encoding declaration detection.
  • Update “Ruby” syntax style to fix commands highlight.
  • Update “MATLAB” syntax style to fix strings highlight.
  • Remove less useful “Inline script menu items into contextual menu” option.
  • Update German localization (Thanks to J-rg!).
  • And some minor improvements and fixes.
  • FIXES:
  • Fix an issue where the application could hang up when lots of tabbed windows are about open.
  • Fix an issue where the selections after “Replace All” in selection shifted one character.
  • Fix an issue where the document syntax style could be back to the default if the current style was set manually and the document was modified by another process.
  • Fix an issue where the status bar stopped updating after toggling the inspector sidebar.
  • Fix an issue where the “Cancel” button in the dialog shown when changing the Auto Save setting in General pane didn't revert the actual setting state.
  • Fix an issue where author of a theme was not shown in the Appearance pane.
  • Fix an issue where width and height in the window size setting window were swapped.
  • Fix an issue where current line highlight occasionally blinked unwontedly.
  • Fix a possible crash on highlighting matching brace.
  • Fix few memory leaks.

New in CotEditor 3.1.8 (Mar 15, 2017)

  • FIXES:
  • Add “.swift” extension to file types treaded as CotEditor script.
  • non-AppStore ver.: Update Sparkle framework to version 1.17.0.
  • Update cot command-line tool:
  • Fix an issue where files cannot be opened if the default Python on macOS is version 3.x.
  • Fix a possible hang under specific environments

New in CotEditor 3.1.7 (Mar 3, 2017)

  • Fixes:
  • Fix an issue on MacBook Pro with Touch Bar where the application crashed immediately after launch.

New in CotEditor 3.1.6 (Mar 2, 2017)

  • Improvements:
  • Update Python syntax style for Python 3.6.
  • Improve line number drawing.
  • Fixes:
  • Fix an issue on OS X 10.11 where the application could crash on saving a document that contains incompatible characters.
  • Fix an issue on OS X 10.11 where “No incompatible characters were found.” message in the incompatible characters pane didn't hide even when incompatible characters exist.
  • Fix an issue where editor view didn't scroll by dragging on the line number view when the view is zoomed out.
  • Fix an issue where a large amount of scrolling down didn't jump to the end of the target.
  • Fix an issue with syntax style editor where a newly added row wasn't focused automatically.

New in CotEditor 3.1.5 (Feb 22, 2017)

  • Fixes: Fix an issue where the application could crash by auto-completion on OS X 10.10.

New in CotEditor 3.1.4 (Feb 20, 2017)

  • New Features:
  • Update cot command-line tool:
  • Enable using wildcard for file path argument.
  • Fixes:
  • Fix an issue where the application crashed by the Highlight command under the condition when the find string is a invalid regular expression pattern even the regular expression is turned off.
  • Fix an issue where the application could crash on El Capitan when a side inspector is about to open.
  • Fix an issue on the text search where the single text search couldn't find the word intersects with the current selection.
  • Fix an issue where the metadata of a custom theme cannot be edited.
  • Fix an issue where the background of the line number view was drawn with wrong color when entered to the fullscreen mode.
  • Fix an issue on the regular expression Replace All with multiple selections where user cancellation didn't stop search immediately.

New in CotEditor 3.1.3 (Jan 31, 2017)

  • Improvements:
  • Optimize script menu updating performance.
  • Change behavior to avoid showing incompatible char list on undoing encoding change.
  • Evaluate also the shebang to specify the syntax style on saving the document newly.
  • Scale up character view in character inspector.
  • Change drawing font for some invisible characters to draw them at a better position.
  • Update “JavaScript” syntax style.
  • Add more description about scripting in the help contents.
  • Deprecate hidden settings for UI update interval.
  • Fixes:
  • Fix an issue where the application could crash after lossy encoding change.
  • Fix an issue where the find string was not synchronized with other applications.
  • Fix an issue where the regular expression anchors `^` and `$` could match wrongly on the normal “Find Next/Previous” under specific conditions.
  • Fix an issue where incompatible characters highlight could highlight wrong characters if line endings are CR/LF.
  • Fix an issue on AppleScript where a single replacement with the regular expression didn't refer to the matches.
  • Fix an issue where some touch bar icons were drawn wrongly.
  • Fix an issue where the menu item “About Scripting” in Help > “CotEditor Scripting Manual” didn't work.
  • Fix an issue where the zoomed character in the character inspector was flipped when the popover is detached.
  • Fix an issue where `lossy` option in `convert` command by AppleScript scripting was ignored.
  • Fix an issue on the AppleScript scripting where `range` property of `document` contents could be wrong if document line endings are not LF.
  • Fix an issue where the editor opacity couldn't be set via AppleScript.
  • Fix minor typos.

New in CotEditor 3.1.2 (Dec 10, 2016)

  • New Features:
  • Add Scripting hook feature for document opening/saving (thanks to Kaito Udagawa!): See “Adding scripting hooks for CotEditor scripts” from the Help menu > CotEditor Scripting Manual > “About Scripting” for details.
  • Support AppleScript's script bundle (.scptd) for scripting (thanks to Kaito Udagawa!).
  • Add a new AppleScript property expands tab for document object (thanks to Kaito Udagawa!).
  • Improvements:
  • Change the outline navigation arrows direction in the navigation bar if text orientation is vertical.
  • Add tooltips to the line endings menu in the toolbar.
  • Improve calculation of the vertical position of line numbers.
  • Tweak the behavior of the incompatible character table and the find result table to highlight the correspondent range in the editor every time when clicking a row in the table.
  • Update default settings about the visibility of invisible characters: From this change, the invisible character settings can be reset. If so, please reset from the “Appearance” pane in the preferences.
  • non-AppStore ver.: Update Sparkle framework to version 1.15.1.
  • Fixes:
  • Fix a possible crash on changing document's encoding lossy.
  • Fix an issue where application crashed if syntax editor panel becomes too small.
  • Fix an issue where the print icon in the toolbar didn't work.
  • Fix an issue where editor views didn't update after changing the body font or the visibility of the other invisible characters.
  • Fix an issue where no error message raised when a text encoding reinterpretation failed.
  • Fix an issue where the current line highlight also highlights the last line when the cursor is in the second last line.
  • Fix an issue where the title of the menu item toggling invisible character visibility didn't reflect the frontmost window state.
  • Fix an issue where the text size slider in the Touch Bar didn't update if text size was updated excepting via Touch Bar while the slider is shown.
  • Address an issue with drawing area of zoomed character view in character inspector popover.
  • Fix a typo in the English menu
  • Misc.:
  • You can now find CotEditor scripts on GitHub Wiki.

New in CotEditor 3.1.1 (Nov 18, 2016)

  • Fix a critical issue on CotEditor 3.1.0 where documents can't be opened under some specific environments.

New in CotEditor 3.1.0 (Nov 17, 2016)

  • NEW FEATURES:
  • Support Touch Bar on the new MacBook Pro.
  • Improve window tabbing on macOS Sierra:
  • Add an option to set window tabbing behavior (in Window pane).
  • Open multiple files in a single window with tabs when the window tabbing behavior is set as “Automatically” (or “In Full Screen Only” in system-wide).
  • IMPROVEMENTS:
  • Display the number of replaced in the replacement string field after Replace All in the find panel.
  • Display the IANA charset name conflict alert as a document-modal sheet.
  • FIXES:
  • Fix an issue where the application could crash on a large amount of text change.
  • Fix an issue where the application crashed when try to save a document with Non-lossy ASCII encoding.
  • Fix an issue where some kind of files could not be opened via Service.
  • Fix an issue where text fields in find panel cut off the end of long lines.
  • Fix an issue where the alert about the conflict with IANA charset name was not displayed.
  • Fix syntax highlight of quoted text of which quotation delimiter consists of multiple characters.
  • Improve general stability.

New in CotEditor 3.0.5 (Nov 15, 2016)

  • Fixes:
  • Fix an issue where scripts didn't put results on the document/console.
  • Fix an issue where the editor area was occasionally stacked under the window toolbar on macOS 10.12.
  • Fix an issue where MarsEdit via the App Store didn't update its contents after closing the document in CotEditor.
  • Improve general stability.

New in CotEditor 3.0.4 (Oct 31, 2016)

  • Fixes:
  • Fix an issue where scripts didn't put results on the document/console.
  • Fix an issue where find all results didn't open anymore under the specific conditions.
  • Fix an issue where MarsEdit didn't update its contents after closing the document in CotEditor.
  • Improve general stability.

New in CotEditor 3.0.3 (Oct 25, 2016)

  • Improvements:
  • Adjust glyph size calculation.
  • Improve performance of Find All and Replace All.
  • Disable customizing key bindings for window tabbing actions (Because it's impossible to handle them correctly.)
  • Update “Swift” syntax style to add some missing keywords.
  • Improve error message on script error.
  • Fixes:
  • Fix an issue where default syntax style didn't highlight document until the first save.
  • Fix an issue where selection range after some text actions was wrong.
  • Fix an issue where document icons were blurry in non-Retina display.
  • Fix an issue where status bar layout collapsed if status line overflows.
  • Fix an issue where document theme reloaded unnecessarily on the first time Appearances pane display.
  • Fix an issue where application could crash when script was failed.
  • Fix an issue where scrolling to the end of document with Command+Arrow shortcut didn't scroll to the end.
  • Improve general stability.

New in CotEditor 3.0.2 (Oct 17, 2016)

  • Fixes:
  • Fix an issue where application could rarely freeze after replacing large document.
  • Fix an issue where new syntax style could't be created.
  • Fix an issue where new value of last edited text field in preferences was occasionally discarded.
  • Fix an issue where replacement string was not registered to the replacement history.
  • Fix an issue where horizontal scroll bars in the find panel fields were disappeared.
  • Fix a possible crash on application termination.
  • Fix a possible crash on opening document.
  • Fix error message of syntax style validation.
  • Improve general stability.

New in CotEditor 3.0.1 (Oct 11, 2016)

  • Improvements:
  • Add “Complete” action to “Edit” menu: On macOS Sierra, the default shortcut for completion action was changed to ⌥⎋.
  • Move action items in the menu “Edit” > “Transformations” to “Text” > “Transformations”.
  • Transform word contains the cursor if nothing is selected on tranformation or Unicode normalization actions.
  • Fixes:
  • Fix an issue where application could crash while editing text on Yosemite.
  • Fix an issue where application could crash on split editors under specific conditions.
  • Fix an issue where application could crash on running an AppleScript/JXA.
  • Fix an issue where sidebar couldn't be opened on Yosemite.
  • Fix an issue where text completion list didn't occasionally display.
  • Fix an issue where syntax highlighting progress indicator was always full.
  • Fix an issue where key bindings of recent documents were customizable.
  • Fix an issue where application crashed when a folder is dropped to the application icon.
  • Fix an issue where find panel position was not saved.
  • Fix an issue where no beep sound was made when there was no match on find/replace.
  • Fix an issue where application could freeze after replace large document.
  • Fix an issue where editable area didn't spread to the full width after changing text orientation when content is empty.
  • Fix an issue where matched brackets in unfocused split editors were highlighted without the need while editing one of split editors.
  • Improve general stability.

New in CotEditor 3.0.0 (Oct 4, 2016)

  • Looks almost the same, yet a brand-new inside.
  • Now, CotEditor 3 is 100% rewritten in Swift.
  • NEW FEATURES:
  • Display recent used syntax styles at the top of the toolbar syntax style popup list.
  • Add individual “Block Comment”, “Inline Comment” and “Uncomment” actions in Text menu unlike the “Comment Selection” action changes its behavior intelligently.
  • Add Italian localization.
  • Support window tabbing on macOS Sierra:
  • Add “New Tab” action to File menu.
  • Sync sidebar visibility among tabs in a window.
  • IMPROVEMENTS:
  • Support macOS 10.12 Sierra and drop support for OS X 10.8 Mountain Lion and 10.9 Mavericks.
  • Migrate all source code from Objective-C to Swift.
  • Update application icon.
  • Enable Autosave and Versions by default.
  • Inserting single surrogate character is no more valid.
  • Update toolbar.
  • Update preferences icons.
  • Exclude file extension from the initial selection in document save panel.
  • Update key binding setting format. Not compatible with previous key bindings setting. Please customize again in the preferences window.
  • Auto-sync Script menu with script folder. Now, you don't need anymore to update script menu after script folder modification.
  • New acknowledgements window.
  • Update “Swift” syntax style to Swift 3.0.
  • Update “Coffee Script” syntax style for the block regular expression.
  • Improve syntax highlighting algorithm with symbols.
  • New “Go To Line” panel.
  • Display “Not Found” in the find string field in the find panel also when “Find All” failed.
  • Remove several less important toolbar items.
  • Remove the feature that changes the line height of current document from the “Format” menu.
  • Remove “Not writable” alert which displayed on file opening.
  • Remove “Set as Default” button in the editor opacity panel.
  • Change specification not to treat full-width spaces as indent.
  • Add help buttons to syntax style editor.
  • Make text font, theme and tab width restorable from the last session.
  • Make indent deletion more naturally.
  • Remove byte count display in document inspector.
  • Display also an accurate file size in document inspector.
  • Display dialogs for changing file encoding as a document-modal sheet.
  • Move scripting manual into help contents.
  • Make window size setting window translucent.
  • Avoid expanding status bar into side inspector.
  • Improve line height calculation.
  • Keep visible area after toggling text-wrapping.
  • Improve scrolling with line number view drag.
  • Better syntax highlighting while editing.
  • Enable activate “Show Invisibles” action even if all of invisible characters were set as not shown when the document was opened.
  • Update find panel search algorithm:
  • Change the regular expression engine from Onigmo to the ICU library. From this, the reference symbol of matches is changed from 1 style to $1.
  • Update line-up of the advanced search options.
  • Remove the following less important text actions:
  • Insert Encoding Name with “charset=”
  • Insert Encoding Name with “encoding=”
  • FIXES:
  • Fix an issue find string is not shared with other applications after quitting CotEditor.
  • Fix an issue where some of script APIs returned always string with LF line endings.
  • Address an issue with drawing area of zoomed character view in character inspector popover.

New in CotEditor 3.0.0 RC 2 (Oct 1, 2016)

  • Improvements:
  • Exclude file extension from the initial selection in document save panel.
  • Fixes:
  • Beta: Fix syntax highlight parsing range while editing.

New in CotEditor 3.0.0 RC (Sep 30, 2016)

  • Swift migration:
  • All of source codes for CotEditor was completely rewritten in Swift from Objective-C.
  • Tabbed window:
  • Finally, CotEditor now supports tabbing windows on Sierra. On CotEditor 3.0, the tab behavior was improved from the standard Sierra implementation in order to let it behave more naturally.
  • Brushed-up look:
  • Graphic images like toolbar icons and application icon were also updated to get more modern look.
  • New text search engine:
  • The find panel's regular expression engine was changed from Onigmo (Oniguruma-mod) to the ICU library. Thanks to that, the line-up of text search is updated with new useful items and not only for the regex search but also for the normal texture search.
  • Support macOS Sierra:
  • Hello to Sierra and good-bye to Mountain Lion and Mavericks. So, CotEditor now supports from OS X 10.10 to macOS 10.12.
  • New Features:
  • Add Italian localization (thanks to Agostino Maiello!).
  • Improvements:
  • Enable Autosave and Versions by default.
  • Improve sideview behavior.
  • Open sideview outward also on Yosemite.
  • Sync states of sidebar among tabs in a window more correctly.
  • Fix some unwanted behavior around sidebar.
  • Update help contents.
  • Fixes:
  • Fix an issue where application could crash on document file sync.
  • Fix an issue where application could crash on termination.
  • Fix an issue where document could silently updated by an external document file update even if user doesn't set to “Update to modified version”.
  • Fix an issue where smart dashes substitution state could be set wrongly.
  • Fix an issue where auto indent sytle detection didn't work.
  • Fix an issue where file were treated as dropped-files instead of just inserting filenames when files are copied-and-pasted from Finder.
  • Fix an issue where the find panel was occasionally collapsed.
  • And some trivial fixes.

New in CotEditor 3.0.0 Beta 3 (Sep 23, 2016)

  • Fixes:
  • beta: Fix an issue where application froze when text search is wrapped.
  • beta: Fix an issue where initial window position was not stored.
  • beta: Fix another memory leaks.

New in CotEditor 3.0.0 Beta 2 (Sep 21, 2016)

  • IMPROVEMENTS:
  • Auto-sync Script menu with script folder: Now, you don't need anymore to update script menu after script folder modification.
  • Display “Not Found” in the find string field in the find panel also when “Find All” failed.
  • beta: Add option “Unescape replacement string” to find panel (On by default).
  • beta: Improve drawing of font fields in preferences.
  • FIXES:
  • Fix an issue find string is not shared with other applications after quitting CotEditor.
  • Address an issue with drawing area of zoomed character view in character inspector popover.
  • beta: Fix an issue where current line highlight was occasionally too wide when line height is 1.0.
  • beta: Fix an issue where the result view in the find panel expands wrong way on Yosemite.
  • beta: Fix an issue where divider in the find panel remains after closing result view.
  • beta: Fix an issue where syntax highlighting flicked while inputting Japanese text.
  • beta: Fix an issue where smart indent didn't worked.
  • beta: Fix an issue where inputting character with unicode hex didn't work.
  • beta: Fix an issue where text view drawing remained in line number view when text view scaled up.
  • beta: Fix an issue where bottom window corners weren't rounded under the specific conditions.
  • beta: Fix an issue where some window states were not restored.
  • beta: Fix some memory leaks.

New in CotEditor 3.0.0 Beta (Sep 15, 2016)

  • HIGHLIGHTS:
  • Swift migration:
  • All of source codes for CotEditor was completely rewritten in Swift from Objective-C.
  • Tabbed window:
  • Finally, CotEditor now supports tabbing windows on Sierra.
  • Brushed-up look:
  • Graphic images like toolbar icons and application icon were also updated to get more modern look.
  • Support macOS Sierra:
  • Hello to Sierra and good-bey to Mountain Lion and Mavericks.
  • WHAT'S NEW:
  • Known Issues:
  • Some window states are not restored.
  • New Features:
  • Support window tabbing on macOS Sierra.
  • Display recent used syntax styles at the top of the toolbar syntax style popup list.
  • Add individual “Block Comment”, “Inline Comment” and “Uncomment” actions in Text menu unlike the “Comment Selection” action changes its behavior intelligently.
  • Improvements:
  • Support macOS Sierra and drop support for OS X Mountain Lion and Mavericks.
  • Migrate all source code from Objective-C to Swift.
  • Update application icon.
  • Inserting single surrogate character is no more valid.
  • Update toolbar.
  • Update preferences icons.
  • New acknowledgements window.
  • Update “Swift” syntax style to Swift 3.0.
  • Update “Coffee Script” syntax style for the block regular expression.
  • Improve syntax highlighting algorithm with symbols.
  • New “Go To Line” panel.
  • Remove “Not writable” alert which displayed on file opening.
  • Remove “Set as Default” button in the editor opacity panel.
  • Change specification not to treat full-width spaces as indent.
  • Open sidebar inward on Yosemite.
  • Add help buttons to syntax style editor.
  • Make indent deletion more naturally.
  • Remove byte count display in document inspector.
  • Display also an accurate file size in document inspector.
  • Display dialogs for changing file encoding as a document-modal sheet.
  • Move scripting manual into help contents.
  • Make window size setting window translucent.
  • Avoid expanding status bar into side inspector.
  • Improve line height calculation.
  • Keep visible area after toggling text-wrapping.
  • Improve scrolling with line number view drag.
  • Better syntax highlighting while editing.
  • Enable activate “Show Invisibles” action even if all of invisible characters were set as not shown when the document was opened.
  • Update key binding setting format:
  • Not compatible with previous key bindings setting. Please customize again in the preferences window.
  • Update find panel search algorithm:
  • Change the regular expression engine from Onigmo to the ICU library: From this, the reference symbol of matches is changed from 1 style to $1.
  • Update line-up of the search options.
  • Remove the following less important text actions:
  • Insert Encoding Name with “charset=”
  • Insert Encoding Name with “encoding=”
  • Remove the following less important toolbar items:
  • Show / Hide Navigation Bar
  • Show / Hide Line Numbers
  • Show / Hide Status Bar
  • Remove the feature that changes the line height of current document from the “Format” menu:
  • From this, line spacing property on AppleScript is also deprecated.
  • Fixes:
  • Fix an issue where some of script APIs returned always string with LF line endings.

New in CotEditor 2.5.7 (Aug 22, 2016)

  • Fixes:
  • Fix German localization (Thanks to J-rg!).
  • Fix “Markdown” and “Verilog” syntax styles.
  • Fix update range of syntax highlight while editing.
  • Fix key binding setting error message.
  • Fix an issue where syntax validation result view was editable.
  • Address an issue where editor's drawing area could become wrong after scaling font size by vertical text.

New in CotEditor 2.5.6 (Jun 16, 2016)

  • NEW FEATURES:
  • Add newly rewritten syntax styles for “C” and “C++”: From this change, previous “C, C++, Objective-C” syntax style is deleted.
  • Add syntax styles for “MATLAB” and “Verilog”.
  • IMPROVEMENTS:
  • Update “Markdown” syntax style
  • Focus back on the find panel after performing “Find All”, “Replace All” and “Highlight”.
  • Change to use the body text color for line numbers on printing that was previously always black.
  • Improve scroll behavior with arrow keys.
  • And some other trivial improvements.
  • FIXES:
  • Fix an issue where the selected marks of line height / tab width in the Format menu disappeared.
  • Fix an issue where unselected last line number could be highlighted if the text orientation is vertical.
  • Fix an issue where invisible characters were drawn off to the side if the text orientation is vertical.
  • Fix an issue where documents were marked as “Edited” just after document duplication if line ending is not the default one.
  • Fix an issue where detected indent style was applied not only on file opening but also every time when file reverted.
  • Fix an issue where “Find All” result view did not open on OS X Mountain Lion.
  • Fix an issue where incompatible character markup could broken if undo/redo lossy encoding change continuously.
  • Fix an issue where keybindings of some submenu containers were customizable.
  • Fix an issue where tab width could be set as `0`.
  • Fix an issue where tab width changing via AppleScript changes only the tab width in the focused editor rather than all split editors.
  • Fix an issue where byte length display did not update after changing file encoding.
  • Fix document counting as followings:
  • “Char Count” counts composite characters as well as CR/LF as single characters and omits counting line endings if “Count each line ending as one character” option is off.
  • “Length” counts bytes in UTF-16 literally and always counts line endings even if “Count each line ending as one character” option is off.
  • “Location” and “Column” count characters just like “Char Count”.

New in CotEditor 2.5.5 (May 23, 2016)

  • New Features:
  • Add syntax style for “Git”.
  • Improvements:
  • Update “Julia” and “Swift” syntax styles.
  • Apply the change of line height/tab width to all split editors so that split editors not focused also can layout text correctly after the change.
  • Optimize text rendering performance a bit.
  • Fixes:
  • Fix an issue where editor area was not focused when document opens.
  • Fix an issue where width of tab character could be wrong with specific fonts.
  • Fix an issue where selection highlight remained between lines under specific conditions.
  • Fix an issue where the current line highlight didn't update under the specific condition.
  • Fix an issue where unwanted dirt was drawn if use the Google Japanese Input.
  • Fix an issue where file path display in inspector was not updated when document file is moved.
  • Fix an issue where wrong data were displayed in document inspector when a window of an unsaved document is resumed.
  • Fix an issue where hanging indent was applied when document style is changed even it is turned off.
  • Fix an issue where custom syntax style/theme couldn't be removed from the style list if the definition file is already deleted.
  • Fix an issue where “Copy as Rich Text” was enabled even if no text is selected.
  • Fix an issue where URL links were removed when editor is split.
  • Fix an issue where line height broke if font whose editor is split is changed via font panel.
  • Fix an issue where the first insertion was registered to the undo history on opening document with the selection in another application via Services.
  • Fix an issue where the key binding for “Re-Color All” was forced to reset to the default `Cmd+Opt+R` if syntax style list is updated.

New in CotEditor 2.5.4 (May 13, 2016)

  • Fixes:
  • Fix an issue where application didn't work on Mavericks and earlier.
  • Fix an issue where syntax was occasionally parsed twice on window restoration.

New in CotEditor 2.5.3 (May 12, 2016)

  • NEW FEATURES:
  • Add new normalization form “Modified NFD” (unofficial normalization form adopted by HFS+) to the Unicode normalization action in Text menu (Thanks to DoraTeX!).
  • IMPROVEMENTS:
  • Optimize performance to apply syntax highlight to document significantly.
  • Now, the setting changes of status bar, appearance, tab and invisible chars are applied to documents immediately.
  • Update “INI” syntax style.
  • Remove spelling auto correction option.
  • Remove “Delay coloring” option.
  • Enable move between input fields in syntax style editor with Tab key.
  • Apply font-face to font fields in preferences.
  • Apply document line height on “Copy with Style”.
  • Reflect the state of “Increase contrast” option in system Accessibility setting to custom UI.
  • Adjust preferences layout.
  • Improve line-height handling with composite font:
  • Remove “Fix line height with composite font” option, and now, the height of lines is always uniform.
  • Update line-height calculation to fix that the line height by “Fix line height with composite font” option was a bit higher than actual line height of the used font. From this change, the line hight will get reduced than the previous versions. Please reset the line-height to your favorite number on the Appearance pane in the preferences.
  • Improve line-height calcuration.
  • FIXES:
  • Fix an issue where wordwrap broke mid-word when a line is indented.
  • Fix an issue where hanging indent reset if font is changed.
  • Fix an issue where some highlight definitions in Comments, Strings or Characters types were ignored.
  • Fix an issue where syntax was always highlighted even if syntax highlight is disabled.
  • Fix an issue where application crashed if empty character is input from the Unicode hex panel.
  • Fix an issue where syntax highlight was rarely not updated when style definition is modified.
  • Fix line numbers position when text scaled.

New in CotEditor 2.5.2 (May 4, 2016)

  • Fix an issue where invisible characters could not be hide.
  • Fix an issue where application could crash if the “Replace All” button was clicked continuous.
  • Fix an issue where application crashed on closing default window size setting window.
  • Fix line-wrapping behavior when the line contains a long unbreakable word.

New in CotEditor 2.5.1 (Apr 25, 2016)

  • IMPROVEMENTS:
  • Change underline style of outline items.
  • Update “JavaScript” syntax style:
  • Improve outline definitions to support the class syntax sugar introduced in ECMAScript 6.
  • Better coloring for “get” and “set”.
  • FIXES:
  • Fix an issue where application could crash on opening empty file.
  • Fix an issue where cot command could fail creating new empty file.

New in CotEditor 2.5.0 (Apr 22, 2016)

  • New Features:
  • Add independent “Unicode (UTF-8) with BOM” encoding to encoding list.
  • Respect the existence of the UTF-8 BOM in opened files.
  • Enable switching the document encoding between with and without BOM from the toolbar popup button and the “Format” menu.
  • The “Unicode (UTF-8) with BOM” item will be automatically added to just after the normal “Unicode (UTF-8)”.
  • Now, the execute permission can be given to the file to save from the save panel.
  • Add spelling auto correction option (in “Edit” pane).
  • Add a new theme “Lakritz”.
  • Improvements:
  • Update cot command-line tool:
  • Create a new file if a non-existent file path is passed in with `--new` option.
  • Revert “Highlight” and “Unhighlight” actions in “Find” menu.
  • Improve font-size changing behavior:
  • Smoother pinch-zoom.
  • Now font-size change applies only to the focused editor.
  • Enable pinch-zoom to make font smaller than default font size.
  • Font size changing doesn't affect the actual font anymore but just scale characters visibly.
  • Fix an issue where font-size changing could remove hanging indent.
  • Fix an issue where layout of split editors will be broken if the font of one of the other split editors is changed.
  • Separate the “Enable smart quotes and dashes” into “Enable smart quotes” and “Enable smart dashes” (in “Edit” pane).
  • Apply the following text actions to whole document if no text is selected:
  • Indentation > Convert Indentation to Tab / Spaces
  • Lines > Sort
  • Lines > Reverse
  • Lines > Delete Duplicates
  • Optimize document opening performance with large file.
  • Add “Copy as Rich Text” action to the contextual menu.
  • Improve recovering status of unsaved documents on window resume.
  • Improve line number view drawing with selection on vertical text mode.
  • Improve invisibles drawing:
  • Optimize drawing performance (ca. 2x).
  • Better drawing if anti-aliasing is off.
  • Display the following dialogs as a document-modal sheet:
  • The dialog asking encoding compatibility on saving.
  • The print progress panel.
  • Avoid registering indentation conversion action to the undo history if no text was changed.
  • Better error message on file opening.
  • Suppress trimming whitespace at the editing point on auto-saving when “Trim trailing whitespace on save” is on.
  • Tweak some label text in preferences.
  • Fixes:
  • Fix an issue where printing area could be cropped.
  • Fix an issue where the background of navigation/status bars were not drawn under a specific condition.
  • Fix an issue where the numbers in the line number view could be drawn in a wrong place if the editor is vertical text mode and unwrapped.
  • Fix an issue where document could not be drawn until the end of the file on legacy OS if the file contains control characters.
  • Fix an issue on Mavericks and earlier where the application hung up if tried to print line numbers by vertical text layout on printing.
  • Fix an issue where line numbers could be drawn at a bit shifted position or even cropped on printing.
  • Fix XML document icon.
  • Fix some unlocalized text.

New in CotEditor 2.5.0 Beta (Apr 13, 2016)

  • HIGHLIGHTS:
  • New “Unicode (UTF-8) with BOM” encoding:
  • No more suffering by the invisible UTF-8 BOM. Now, you can check from the toolbar whether your UTF-8 document has a BOM, and even switch between with and without it easily.
  • Adding the execute permission from save panel
  • As you can give the execute permission on the save panel, scripts can be run immediately after the creation without chmod.
  • Smoother pinch-zoom
  • The pinch-zoom becomes smoother and more intelligent. For instance, how about splitting editors and scale up just one side from them?
  • NEW FEATURES:
  • Now, the execute permission can be given to the file to save from the save panel.
  • Add spelling auto correction option (in “Edit” pane).
  • Add a new theme “Lakritz”.
  • Add independent “Unicode (UTF-8) with BOM” encoding to encoding list:
  • Respect the existence of the UTF-8 BOM in opened files.
  • Enable switching the document encoding between with and without BOM from the toolbar popup button and the “Format” menu: the “Unicode (UTF-8) with BOM” item will be automatically added to just after the normal “Unicode (UTF-8)”.
  • IMPROVEMENTS:
  • Revert “Highlight” and “Unhighlight” actions in “Find” menu.
  • Separate the “Enable smart quotes and dashes” into “Enable smart quotes” and “Enable smart dashes” (in “Edit” pane).
  • Optimize document opening performance with large file.
  • Add “Copy as Rich Text” action to the contextual menu.
  • Improve recovering status of unsaved documents on window resume.
  • Improve line number view drawing with selection on vertical text mode.
  • Avoid registering indentation conversion action to the undo history if no text was changed.
  • Suppress trimming whitespace at the editing point on auto-saving when “Trim trailing whitespace on save” is on.
  • Update cot command-line tool:
  • Create a new file if a non-existent file path is passed in with --new option.
  • Improve font-size changing behavior:
  • Smoother pinch-zoom.
  • Now font-size change applies only to the focused editor.
  • Enable pinch-zoom to make font smaller than default font size.
  • Font size changing doesn't affect the actual font anymore but just scale characters visibly.
  • Fix an issue where font-size changing could remove hanging indent.
  • Fix an issue where layout of split editors will be broken if the font of one of the other split editors is changed.
  • Apply the following text actions to whole document if no text is selected:
  • Indentation > Convert Indentation to Tab / Spaces
  • Lines > Sort
  • Lines > Reverse
  • Lines > Delete Duplicates
  • Improve invisibles drawing:
  • Optimize drawing performance (ca. 2x).
  • Better drawing if anti-aliasing is off.
  • Display the following dialogs as a document-modal sheet:
  • The dialog asking encoding compatibility on saving.
  • The print progress panel
  • FIXES:
  • Fix an issue where printing area could be cropped.
  • Fix an issue where the background of navigation/status bars were not drawn under a specific condition.
  • Fix an issue where the numbers in the line number view could be drawn in a wrong place if the editor is vertical text mode and unwrapped.
  • Fix an issue where document could not be drawn until the end of the file on legacy OS if the file contains control characters.
  • Fix an issue on Mavericks and earlier where the application hung up if tried to print line numbers by vertical text layout on printing.
  • Fix an issue where line numbers could be drawn at a bit shifted position or even cropped on printing.
  • Fix XML document icon.
  • Fix some unlocalized text.

New in CotEditor 2.4.4 (Mar 16, 2016)

  • New Features:
  • Add “Trim Trailing Whitespace” action to “Text” menu.
  • Add option to trim trailing whitespace automatically on save (in “General” pane).
  • Improvements:
  • Re-implement highlighting found string groups with different colors.
  • Update BibTeX and Python syntax styles
  • Now, the change of the page guide column option is applied to opened documents immediately.
  • Tweak text in preferences.
  • Fixes:
  • Fix an issue where “Delimit by whitespace” option on text find didn't work.
  • Fix an issue where some document file information displayed wrong after saving.
  • Fix an issue where line number view could count wrong if wrapped.
  • Fix an issue where printing color theme couldn't be changed to “Black and White” on print panel.
  • Fix an issue where print preview collapsed if paper size is changed on print panel.
  • Fix an issue where “ignore case” option in syntax style definition didn't actually ignore case.
  • Fix an issue where the current file extension was omitted from new suggested file name on “Save As…” operation.
  • Fix some typos in German localization.

New in CotEditor 2.4.3 (Mar 2, 2016)

  • Improvements:
  • Turn regular expression option off automatically by using selected text for search.
  • Update cot command-line tool:
  • Add `--wait` (`-w`) option to wait until a newly opened window closes.
  • Optimize command performance.
  • Fix an issue where command cannot open file whose path includes non-ascii character.
  • Fix an issue where `--line` option didn't work under specific environments.
  • Fix an issue where `--line` and `--column` options didn't move cursor to the desired location if file has blank lines at the end.
  • Now, the change of “link URL” option is applied to opened documents immediately.
  • Fixes:
  • Fix an issue where documents were marked as “Edited” just after opening file if “link URL” option is enabled.
  • Fix an issue where URL link was not applied to pasted text.
  • Fix an issue where find-all highlight wasn't removed if find panel is closed before closing find result view.
  • Fix an issue where toggling invisible visibility didn't work correctly.
  • Fix an issue where the cursor located at the end of document after file opening.
  • Fix an issue where thousands separators weren't inserted to document information under specific enviroments.
  • Address an issue where paste was rarely failed under specific enviroments.

New in CotEditor 2.4.2 (Feb 12, 2016)

  • Fix an issue on CotEditor 2.4.1 where document window couldn't be opened on Mountain Lion.

New in CotEditor 2.4.1 (Feb 12, 2016)

  • [for OS X 10.8 & 10.9 users] CotEditor 2.4.1 doesn't work on 10.8/9. Please do NOT update to it.

New in CotEditor 2.4.0 (Feb 9, 2016)

  • HIGHLIGHTS:
  • Improve text finder:
  • CotEditor re-implemented text find actions by own code. More sophisticated and integrated UI makes your text search process much more intuitive.
  • Brackets and quotes balancing:
  • For instance, typing { inserts the corresponding } then moves the cursor into the brackets automatically. The feature helps reduce bothering cursor movement and contributes to your smart coding.
  • Clickable URL links in documents:
  • This new option detects URL strings in your documents and provide them as clickable & quick-lookable links.
  • Better detection on the file opening:
  • We reviewed the previous file detection code and improved the precision of the encoding detection. Furthermore, CotEditor 2.4 alerts about file that isn't obviously a text file in order to avoid unwanted hang-up.
  • WHAT'S NEW:
  • New Features:
  • New option balancing brackets and quotes (in “Edit” pane).
  • New option making URL in document clickable link (in “General” pane).
  • On El Capitan, hidden file visibility can be toggled via checkbox in the document open panel.
  • Add the following encodings to the encoding list:
  • Arabic (ISO 8859-6)
  • Hebrew (ISO 8859-8)
  • Nordic (ISO Latin 6)
  • Baltic (ISO Latin 7)
  • Celtic (ISO Latin 8)
  • Western (ISO Latin 9)
  • Romanian (ISO Latin 10)
  • IMPROVEMENTS:
  • cot command now opens symbolic link target rather than the link itself.
  • On El Capitan, make option control of the document open panel visible.
  • Improve syntax highlighting for quoted strings and comment.
  • Display alert if file to open seems to be a kind of a media (binary) file.
  • Improve file encoding detection.
  • Update default priority order of encoding detection.
  • Improve character compatibility check.
  • Better error message on file opening.
  • Increase the number of significant digits in file size display.
  • Take a safety measure for in case the key binding setting file is corrupt.
  • Truncate outline label in the navigation bar by appending ellipsis if it overflows.
  • Move some options position within “General” pane and “Edit” pane in preferences window.
  • Rename the main text input area in window from “View” to “Editor”.
  • Update Shell Script syntax style:
  • Fix variable highlight with _.
  • Improve text finder:
  • Now, “Find All” action also highlights all matched strings in the editor, and thereby “Highlight” action is removed.
  • Change advanced find option setting from popup menu to popover.
  • On Yosemite and later, a visual feedback is shown when the search wrapped.
  • Keep selected range after “Replace All” with in-selection option.
  • Display total number of found in find panel on simple find actions.
  • Now, “Find All” and “Replace All” actions are able to process multiple selections.
  • Add Python syntax to the regular expression syntax options.
  • Revert “Use selection for Replace” action to allow using an empty string.
  • Update layout and style.
  • FIXES:
  • Fix cursor location after moving lines with empty selection.
  • Fix line-wrapping behavior when the line contains a long unbreakable word.
  • Fix an issue where the application crashed by an invalid find regular expression option combination.
  • Fix an issue where the application could crash just after starting dictation.
  • Fix an issue where keybinding setting could fail.
  • Fix an issue where the scroll bar style didn't change to light color on dark background theme.
  • Fix an issue where the character inspector didn't show up on Mavericks and earlier.
  • Fix an issue where split orientation setting wasn't applied.
  • Fix an issue where “Jump to Selection” action didn't jump to selection in editor if other text box is focused.
  • Fix an issue where some table cells didn't change their text color when selected.
  • Fix tiny memory leaks.

New in CotEditor 2.4.0 Beta (Feb 1, 2016)

  • NEW FEATURES:
  • New option balancing brackets and quotes (in “Edit” pane).
  • New option making URL in document clickable link (in “General” pane).
  • On El Capitan, hidden file visibility can be toggled via checkbox in the document open panel.
  • Add the following encodings to the encoding list:
  • Arabic (ISO 8859-6)
  • Hebrew (ISO 8859-8)
  • Nordic (ISO Latin 6)
  • Baltic (ISO Latin 7)
  • Celtic (ISO Latin 8)
  • Western (ISO Latin 9)
  • Romanian (ISO Latin 10)
  • ADDITIONS/CHANGES:
  • cot command now opens symbolic link target rather than the link itself.
  • On El Capitan, make option control of the document open panel visible.
  • Improve syntax highlighting for quoted strings and comment.
  • Display alert if file to open seems to be a kind of a media (binary) file.
  • Improve file encoding detection.
  • Update default priority order of encoding detection.
  • Improve character compatibility check.
  • Better error message on file opening.
  • Take a safety measure for in case the key binding setting file is corrupt.
  • Truncate outline label in the navigation bar by appending ellipsis if it overflows.
  • Move some options position within “General” pane and “Edit” pane in preferences window.
  • Rename the main text input area in window from “View” to “Editor”.
  • Improve text finder:
  • Now, “Find All” action also highlights all matched strings in the editor, and thereby “Highlight” action is removed.
  • Change advanced find option setting from popup menu to popover.
  • On Yosemite and later, a visual feedback is shown when the search wrapped.
  • Keep selected range after “Replace All” with in-selection option.
  • Display total number of found in find panel on simple find actions.
  • Now, “Find All” and “Replace All” actions are able to process multiple selections.
  • Add Python syntax to the regular expression syntax options.
  • Revert “Use selection for Replace” action to allow using an empty string.
  • Update layout and style.
  • FIXES:
  • Fix cursor location after moving lines with empty selection.
  • Fix line-wrapping behavior when the line contains a long unbreakable word.
  • Fix an issue where the application crashed by an invalid find regular expression option combination.
  • Fix an issue where the application could crash just after starting dictation.
  • Fix an issue where keybinding setting could fail.
  • Fix an issue where the scroll bar style didn't change to light color on dark background theme.
  • Fix an issue where the character inspector didn't show up on Mavericks and earlier.
  • Fix an issue where split orientation setting wasn't applied.
  • Fix an issue where “Jump to Selection” action didn't jump to selection in editor if other text box is focused.
  • Fix an issue where some table cells didn't change their text color when selected.
  • Fix tiny memory leaks.

New in CotEditor 2.3.4 (Jan 13, 2016)

  • Improvements:
  • Improve line numbers view for multiple selections.
  • Now, “Select Line” action works with multiple selections.
  • Close character inspector when text selection was changed.
  • Reprocude previous selection by undoing line actions.
  • Improve syntax highlighting performance.
  • Fixes:
  • Fix an issue where comment-out action didn't work on CotEditor 2.3.3.
  • Fix an issue where window title bar was dyed in the editor's background color on El Capitan.
  • Fix an issue where text selection after move multiple lines was broken.
  • Fix an issue where ^ or $ anchors in the regular expression via AppleScript didn't work with document that has non-LF line endings.
  • Fix an issue where syntax highlighting indicator became occasionally unclosable under the specific condition on document opening.

New in CotEditor 2.3.3 (Jan 10, 2016)

  • NEW FEATURES:
  • Add “Share” menu to File menu.
  • IMPROVEMENTS:
  • Now, you can force-disable window restoration from the last session if you hold Shift key while launch.
  • Now, the current line number is drawn in bold font, and always drawn in vertical text mode.
  • Select whole text wrapped with quotation marks by double-clicking one of the quotation marks if it is already syntax-highlighted.
  • Keep text selection after inserting color code from the color code panel.
  • Add jump to URL button to the style info in the syntax style editor.
  • Improve drawing of “Other” invisible characters.
  • Improve behavior on Replace/Replace All actions.
  • Improve text encoding detection to redress the tendency: a binary file was interpreted as ISO-2022-JP.
  • Revert style of popup menus in toolbar on Marvericks and earlier.
  • Update line number font.
  • Update default fonts.
  • Tweak preferences layout.
  • Tweak Chinese localization.
  • Improve general stability.
  • Add “description” field also to outline setting in syntax style editor.:
  • From this, update most of bundled syntax styles.
  • Improve “Input Character in Unicode Hex” panel:
  • Display proposed character info.
  • Allow also taking a 1 to 3 digits point code.
  • Avoid auto-closing panel after enter character.
  • Improve character inspector:
  • Display more comprehensible name for control characters (e.g. to NULL).
  • Display a alternate visible symbol in the zoomed character area for C0 control characters.
  • Improve installed syntax style list in preferences:
  • Add dot mark to style names in the list to represent the state if the style is customized.
  • Enable restoring modified syntax style directly from the list without opening the style editor.
  • FIXES:
  • Fix an issue where the application tended to crash by trying opening binary file.
  • Fix an issue where line breaks between paths of dropped files were missing.
  • Fix an issue where the application crashed when a single character that is a part of surrogate pair is inspected.
  • Fix an issue where snippet key bindings could not be customized on Mavericks and earlier.
  • Fix an issue where syntax highlight was not updated after reinterpreting encoding.
  • Fix an issue where panels could lost target document.
  • Fix layout of character popup on Mavericks and earlier.
  • Fix an issue where “Recolor All” action was always enabled even if syntax style is “None.”

New in CotEditor 2.3.2 (Dec 19, 2015)

  • NEW FEATURES:
  • Add “Convert Indentation to Spaces/Tabs” actions to Text > Indentation menu.
  • Add syntax styles for “METAFONT” (Thanks to M.Daimon!), “AWK”, “Git Config” and “Git Ignore”.
  • IMPROVEMENTS:
  • Add option to suppress “not writable document” alert.
  • Improve text selection by clicking line numbers view.
  • Tweak style of popup menus in toolbar.
  • Improve text encoding detection for UTF-32.
  • Add “description” field that doesn't affect to highlighting but for commenting for each term to the syntax style and syntax style editor.
  • Add Swite to Delete action on El Capitan to tables in syntax style editor.
  • Update DTD, Markdown, reStructuredText and Textile syntax styles to move comments to the description field.
  • Update Python syntax style:
  • Add several commands and variables that are in __foo__ form.
  • Add pyi extension.
  • Update Perl syntax style:
  • Add some terms.
  • Update PHP syntax style:
  • Add terms added on PHP 5.6.
  • Highlight uppercase TRUE, FALSE, AND and OR.
  • Update Haskell syntax style:
  • Add some keywords.
  • Improve character inspector:
  • Display also Unicode block if selected letter consists of one character.
  • Display Unicode names of each character if selected letter consist of multiple characters.
  • Fix drawing area of zoomed character view.
  • Fix some other trivial issues.
  • FIXES:
  • Fix an issue where text view drawing was distorted while resizing window.
  • Fix an issue where line endings of a document that has a line ending character at the beginning of the file cannot be interpreted its line ending type correctly.
  • Fix an issue where character inspector returned always U+000A (LF) for line ending even the actual line ending of the document is not LF.
  • Fix character count with a single regional indicator symbol.
  • Fix wrong undo action name on encoding conversion via script.

New in CotEditor 2.3.1 (Nov 16, 2015)

  • New Features:
  • Add “Duplicate Line” action to Text > Lines menu.
  • Additions/Changes:
  • Update Python syntax style:
  • Add terms added in Python 3.5.
  • Update R syntax style:
  • Fix boolean values were not highlighted correctly.
  • Update Shell Script syntax style:
  • Add “command” to extension list.
  • Fixes:
  • Fix an issue where some type of script file cannot be opened because of “unidentified developer” alert even it was made on CotEditor.
  • Fix an issue where unwanted completion list was displayed by auto-completion when after typing a symbol character.
  • Fix an issue where application could crash if the width of line number view will change.

New in CotEditor 2.3.0 (Nov 7, 2015)

  • Auto Save and Versions - CotEditor implemented now the modern document features: Auto Save and Versions. It saves changes automatically as you edit and enable roll-back to the previous versions. Of course, you can still use the classic saving only manually with ⌘S if you want. Choose your favorite way in the General pane.
  • Various line editing actions - Move selected lines, remove duplicate lines and more. The various handy line editing actions enable document editing more smoothly and easier.
  • Auto indent style detection - No more tab option switching for different source codes. CotEditor detects document's indent style and sets the corresponding tab expansion behavior automatically for you.

New in CotEditor 2.3.0 Beta (Oct 26, 2015)

  • New Features:
  • Introduce Auto Save and Versions as an option (in General pane).
  • Add new actions handling selected lines to the new Text menu > Lines.
  • They are also added to the AppleScript terms.
  • Detect indent style on file opening and set tab expand automatically.
  • Add “Spell Check” button to toolbar icon choices.
  • Customize toolbar to add it to your toolbar.
  • Add syntax styles for “D”, “iCalendar” and “Rich Text Format”.
  • Additions/Changes:
  • Reconstitute main menu.
  • Embed key bindings editor to Key Bindings pane.
  • Update “Shell Script” syntax style:
  • Completely rewrite.
  • Update “INI” syntax style:
  • Add “url” to extension list.
  • Update “JavaScript” syntax style:
  • Add “z” to attributes.
  • Temporary hide the “Live Update” checkbox in the find panel since this feature by OgreKit framework has actually not worked correctly in the latest versions.
  • Update Onigmo regular expression engine to 5.15.0.
  • Fixes:
  • Fix an issue where no file path was inserted if file type of the dropped file was not registered to the file drop setting.
  • Fix an issue where text view drawing was distorted while resizing window.
  • Fix an issue where application could crash on window restoration.
  • Fix some typos in syntax styles “Julia” and “SQL”.

New in CotEditor 2.2.1 (Oct 20, 2015)

  • New Features:
  • Add new normalization form “Modified NFD” (unofficial normalization form adopted by HFS+) to the Unicode normalization action in Utility menu (Thanks to doraTeX!)
  • It is also added to the AppleScript terms.
  • Additions/Changes:
  • Update “JSON” syntax style:
  • Add “geojson” to extension list.
  • Fixes:
  • Fix an issue where the baseline of invisible characters were wrong by some fonts.
  • Fix an issue where application could crash after modifying theme name on El Capitan.
  • Fix an issue where submenu disclosure arrows in the menu key binding editor did occasionally disappear.
  • Fix timing to update search string to system-wide shared find string.
  • Fix an issue under the specific conditions where the migration window showed up every time on launch.

New in CotEditor 2.2.0 (Oct 5, 2015)

  • New Features:
  • CotEditor is now Sandboxed.
  • Hanging indentation that enables inserting extra indent to wrapped lines. You can change the behavior in Preferences > Edit.
  • New setting option for the behavior on document modification by external process (in General pane).
  • Share button in toolbar (Customize toolbar to use it).
  • Add new themes “Anura” and “Note”.
  • Line number view for vertical text orientation.
  • Print with vertical text orientation.
  • Save text orientation state to the file and restore it when the file is opened. For advanced users: In this feature, CotEditor saves an extended attribute which named com.coteditor.VerticalText to the file only when the editor's text orientation is vertical. You can even disable the feature running the command defaults write com.coteditor.CotEditor savesTextOrientation -bool NO in Terminal.
  • Add interpreter name list to the syntax style definition to determine syntax style from the shebang in the file content for in case when syntax style cannot be determined from the file name.
  • From this change, some of the bundled syntax styles are also updated.
  • Add new normalization form “NFKC Casefold” to the Unicode normalization action in the Utility menu. (Thanks to doraTeX!) It is also added to the AppleScript terms.
  • Add encoding: and coding: to the encoding declaration keywords which will be used on encoding auto-detection (interpreting priorities are: charset= > encoding= > @charset > encoding: > coding:).
  • Add German localization.
  • Additions/Changes:
  • Support OS X 10.11 El Capitan.
  • Deprecate the feature opening/saving files that user doesn't have the permission, due to Sandbox requirement.
  • Remove bundled cot command-line tool, due to the Mac App Store guidelines. To use cot command with CotEditor 2.2.0 and later, download the new command-line tool from http://coteditor.com/cot and install manually. You cannnot use the previous one with CotEditor 2.2.0.
  • Improve side inspector UI.
  • Improve syntax highlighting: Optimize general syntax highlighting performance (ca. 1.8x); Optimize syntax highlighting on file opening; Better coloring parsing while editing; Update all split editors while editing.
  • Move scripts folder location from ~/Library/Application Support/CotEditor/ScriptMenu/ to ~/Library/Application Scripts/com.coteditor.CotEditor/ due of the Sandbox requirement. Users need to migrate their script to the new folder manually, since CotEditor doesn't have the write permission to the new location.
  • Improve print document:
  • Update header/footer layout to conform to the standard system header/footer design; Add page setup options to the print panel; Print settings preset can be stored in the print panel.
  • Improve Color Code Editor: Add stylesheet keyword to color code type; Add stylesheet keyword color list to editor panel; Make editor panel resizable.
  • Now syntax style is automatically set to “XML” on file opening if no appropriate style can be found but the file content starts with a XML declaration.
  • Update “Swift” syntax style: Add new terms available in Swift 2.0.
  • Better file encoding handling on revert action.
  • Update word completion list setting in Edit pane in Preferences (The previous setting has been reset).
  • Set access-group com.coteditor.CotEditor.edit to CotEditor's script definition.
  • Change behavior to save com.apple.TextEncoding xattr on saving if the file had no content.
  • Improve window restoration: To restore also the last scroll position and cursor position; To restore also the last syntax style mode of unsaved documents.
  • Support “swipe to delete” for some tables in Preferences on El Capitan.
  • Improve contextual menu for theme/syntax style list on preferences.
  • Avoid beeping on typing an unmatched > even if brace highlighting turned on.
  • Improve saving error dialog to display more detailed error reason.
  • Optimize saving process.
  • Adjust highlight color for find panel.
  • Tweak message terms.
  • Remove sample scripts. You can get them online on Archives page.
  • Update documents.
  • Update build environment to OS X El Capitan + Xcode 7 (SDK 10.11).
  • Change source code license from the GNU General Public License version 2 to the Apache License version 2.0.
  • non-AppStore ver.: Disable auto-update feature. Since the Sparkle framework which is a software update framework we use doesn't support Sandboxed apps yet, the auto-update feature within CotEditor should be once disabled. The new behavior is: a notification window will be shown when a new release is available (as before), then you need to update CotEditor manually getting the new version from our web-site. Or, just migrate to the Mac App Store version.
  • non-AppStore ver.: Add option to check pre-release versions. New pre-releases are always subject of the update check no matter the user setting if the current running CotEditor is a pre-release version.
  • non-AppStore ver.: Update Sparkle framework to version 1.11.0.
  • Fixes:
  • Fix an issue where theme color was occasionally not applied to the preview in the print panel.
  • Fix an issue where application crashed when type a part of surrogate pair character.
  • Fix an issue where invisibles which are a suroggate pair occasionally did not display.
  • Fix an issue where the full path display in the document inspector did not update after the document file moved.
  • Fix an issue where the find panel could not find matched strings when the find string includes CR or CR/LF line endings.
  • Fix an issue where warning on Integration pane didn't disappear even after the problem resolved.
  • Fix an issue where application crashed by clicking header of empty table in syntax editor sheet.
  • Fix an issue where line numbers were not drawn completely on OS X 10.8 when scroll bars are set as always shown.
  • Fix an issue where the command-line tool could rarely not be installed from Integration pane.
  • Fix an issue where application could crash after when closing multiple split views.
  • Fix an issue where the toolbar button state of the text orientation was not updated on window restoration.
  • Fix an issue where some ligatured characters were drawn at a wrong position when the line height for composite font is fixed.
  • Fix an issue where unwanted invisible character mark were drawn when tab drawing is turned off and other invisibles drawing is turned on.
  • Add some missing localized strings in Japanese.
  • Improve general stability.
  • Misc:
  • First release in the Mac App Store.
  • A CotEditor plugin-script for Dash API documentation browser has been released at Dash CotEditor Plugin/GitHub.

New in CotEditor 2.2.0 RC 3 (Oct 1, 2015)

  • Fixes:
  • rc non-AppStore ver: Fix an issue where update check failed on El Capitan.

New in CotEditor 2.2.0 RC 2 (Oct 1, 2015)

  • New Features:
  • Add new themes “Anura” and “Note”.
  • Additions/Changes:
  • Remove bundled cot command-line tool, due to the Mac App Store guidelines. To use cot command with CotEditor 2.2.0 and later, download the new command-line tool from http://coteditor.com/cot and install manually. You cannnot use the previous one with CotEditor 2.2.0.
  • Improve contextual menu for theme/syntax style list on preferences.
  • Update “Swift” syntax style: Add new terms available in Swift 2.0.
  • Avoid beeping on typing an unmatched > even if brace highlighting turned on.
  • Improve saving error dialog to display more detailed error reason.
  • Tweak syntax style edit sheet layout.
  • Remove sample scripts. You can get them online on Archives page.
  • Update documents.
  • beta: Improve side inspector switcher.
  • Fixes:
  • Fix an issue where the toolbar button state of the text orientation was not updated on window restoration.
  • Fix an issue where theme color was occasionally not applied to the preview in the print panel.
  • Fix an issue on El Capitan where page guide was drawn at the wrong column.
  • Fix an issue where application crashed when type a part of surrogate pair character.
  • Fix an issue where invisibles which are a surrogate pair occasionally did not display.
  • Fix help contents layout.
  • rc: Fix an issue where table headers had sometime unwanted space around them on Yosemite and ealier.
  • rc: Fix an issue where calculation of hanging indent width was sometime incorrect.
  • beta: Fix an issue where an unwanted migration window was displayed on the first launch even when there is nothing to be migrated.
  • beta: Fix an issue where application could possibly crash on window restoration.
  • beta non-AppStore ver: Fix an issue where updater settting in the General pane did not displayed on OS X Mountain Lion and Mavericks.

New in CotEditor 2.2.0 RC (Oct 1, 2015)

  • New Features:
  • Hanging indentation that enables inserting extra indent to wrapped lines.
  • You can change the behavior in Preferences > Edit.
  • Add new normalization form “NFKC Casefold” to the Unicode normalization action in Utility menu (Thanks to doraTeX!)
  • It is also added to the AppleScript terms.
  • Add German localization.
  • Additions/Changes:
  • Change the location where cot command-line tool is bundled from CotEditor.app/Contents/MacOS/ to CotEditor.app/Contents/SharedSupport/bin/, due to Sandbox requirement.
  • Users who have already installed `cot` command need re-install it manually. You can re-install it running the command below on Terminal:
  • unlink /usr/local/bin/cot; ln -s /Applications/CotEditor.app/Contents/SharedSupport/bin/cot /usr/local/bin/cot
  • You may need to modify paths in this command depending on where you've installed CotEditor/cot.
  • Improve Color Code Editor: Add stylesheet keyword to color code type; Add stylesheet keyword color list to editor panel; Make editor panel resizable.
  • Now syntax style is automatically set to “XML” on file opening if no appropriate style can be found but the file content starts with a XML declaration.
  • Update word completion list setting in Edit pane in Preferences (The previous setting has been reset).
  • Support “swipe to delete” for some tables in Preferences on El Capitan.
  • Improve contexutal menu for theme list on preferences.
  • Adjust highlight color for find panel.
  • Tweak some message terms.
  • Update documents.
  • Update build environment to El Capitan + Xcode 7 (SDK 10.11).
  • non-AppStore ver.: Update Sparkle framework to version 1.11.0.
  • beta non-AppStore ver.: Change to not check pre-release versions on default.
  • New pre-releases are always subject of the update check no matter the user setting if the current running CotEditor is a pre-release version.
  • Fixes:
  • Fix an issue where the command-line tool could rarely not be installed from Integration pane.
  • Fix an issue where application could crash after when closing multiple split views.
  • Fix an issue where application crashed by clicking header of empty table in syntax editor sheet.
  • Fix an issue where warning on Integration pane didn't disappear even after the problem resolved.
  • Fix an issue where unwanted invisible character mark were drawn when tab drawing is turned off and other invisibles drawing is turned on.
  • Add some missing localized strings in Japanese.
  • El Capitan: Fix an issue where color code view did not display on El Capitan.
  • beta: Fix an issue where the strings that were inserted via script or tools could be styled wrong.
  • beta: ix an issue where no preferred extension was appended on the document save panel.
  • beta: Fix an issue where the bug report template was not syntax highlighted.
  • beta: Fix some trivial drawing issues on El Capitan.

New in CotEditor 2.2.0 Beta (Aug 21, 2015)

  • New Features:
  • CotEditor is now Sandboxed.
  • New setting option for the behavior on document modification by external process (in General pane).
  • Share button in toolbar (Customize toolbar to use it).
  • Save text orientation state to the file and restore it when the file is opened.
  • for advanced users: In this feature, CotEditor saves an extended attribute which named com.coteditor.VerticalText to the file only when the editor's text orientation is vertical. You can even disable the feature running the command defaults write com.coteditor.CotEditor savesTextOrientation -bool NO in Terminal.
  • Line number view for vertical text orientation.
  • Print with vertical text orientation.
  • Add interpreter name list to the syntax style definition to determine syntax style from the shebang in the file content for in case when syntax style cannot be determined from the file name.
  • From this change, some of the bundled syntax styles are also updated.
  • Add encoding: and coding: to the encoding declaration keywords which will be used on encoding auto-detection (interpreting priorities are: charset= > encoding= > @charset > encoding: > coding:).

New in CotEditor 2.1.6 (Jul 18, 2015)

  • Fixes: Improve stability on saving

New in CotEditor 2.1.5 (Jul 15, 2015)

  • Fix an issue where auto-indent between curly brackets puts some spaces to a wrong place.

New in CotEditor 2.1.4 (Jul 13, 2015)

  • New Features:
  • Importing theme files via drag-and-drop to theme list in preferences.
  • Additions/Changes:
  • Support displaying skin tone variations of Unicode 8.0 on the character inspector.
  • Support Automatic Termination (Now, CotEditor can be terminated automatically if it has no window).
  • Display invisible vertical tab (U+000B) with ␋ symbol if “Show other invisible characters” turns on.
  • Add fancy animations to encoding list edit sheet in preferences.
  • Add suppression button to the IANA charset name conflict alret.
  • Improve word completion with words that exist in the document.
  • Modify layout of “General” pane in Preferences.
  • Add tooltip hint to controls in the find panel.
  • Optimize image resources size.
  • Update Sparkle framework to version 1.10.0.
  • Fixes:
  • Adress an issue where the application could hang up on document saving.
  • Fix an issue where the autosaving could sometime be disabled.
  • Fix an issue where the layout of the text fields in the find panel could rarely be broken.
  • Fix an issue where the auto-update notifier did not recognize a new stable version from specific beta version numbers.
  • Fix an issue where some 3rd-party text editors for OS X cannot interpret files which were created by CotEditor.
  • Fix an issue where an unwanted alert did show on the first save after reverting back.
  • Fix an issue where selection after modifying sort of extension priority in syntax style edit sheet was wrong.
  • Fix an issue where “Help” menu item duplicated in the menu bar on the second launch.
  • Add some missing Localized strings in simplified Chinese. (Thanks to Wei Wang!)

New in CotEditor 2.1.4 Beta 2 (May 4, 2015)

  • Additions/Changes:
  • Support displaying skin tone variations of Unicode 8.0 on the character inspector.
  • Display invisible vertical tab (U+000B) with ␋ symbol if “Show other invisible characters” turns on.
  • Fixes:
  • Fix an issue where the application could hang up on saving backup file.
  • Fix an issue where the auto-update notifier did not recognize a new stable version from specific beta version numbers.

New in CotEditor 2.1.3 (Mar 26, 2015)

  • Additions/Changes:
  • Revert find panel behavior to select always whole text in find field when the panel is called.
  • Fixes:
  • Fix line number drawing with large line numbers.
  • Fix an issue where the external modification notification did not work.
  • Improve general stability.

New in CotEditor 2.1.2 (Mar 10, 2015)

  • Additions/Changes:
  • Change place to create backup files (Now, backup files are always created in ~/Library/Autosave Information/).
  • Improve find panel:
  • Add scroll bars to the text fields.
  • Show invisible characters in text fields.
  • Now, “Swap ¥ and \ keys” option is also applied to the fields in the find panel.
  • Remove “Escape Character” option for regular expression search.
  • Add “Cyrillic (Windows)” to the encoding list.
  • Optimize launching speed of cot command-line tool.
  • Fixes:
  • Fix an issue where application could hang up on saving backup file.
  • Fix an issue where unwanted find panel was shown when perform “Use Selection for Find” or “Use Selection for Replace” action.

New in CotEditor 2.1.1 (Mar 2, 2015)

  • Fixes:
  • Fix an issue where octal file permisson in the document inspector was wrong.
  • Fix an issue where application could hang up on text editing.
  • Improve general stability.

New in CotEditor 2.1.0 (Feb 19, 2015)

  • New Features:
  • Now your documents are automatically backuped while editing and will be resumed at the next session, even after force quitting.
  • This feature doesn't modify your actual files. You still need to perform “Save” manually to apply changes to your files.
  • cot command-line tool.
  • New AppleScript property tab width for document object.
  • Now, CotEditor script receives the absolute file path of the frontmost document as an argument if available.
  • Add “New CotEditor Document with Selection” and “Open File in CotEditor” Services.
  • Add syntax styles for “Erlang” and “Julia”.
  • Additions/Changes:
  • Drop support for OS X Lion.
  • Migrate document drawer to sidebar style.
  • Add “show document inspector” option to preferences.
  • Improve document information display.
  • Introduce brand-new find panel with more organized UI.
  • OniGmo is still be using for the regular expression engine as before.
  • Settings for find panel has been once reset. You can set them again from the gear button in the find panel.
  • Enable to change multiple checkboxes in syntax style editor at once.
  • Improve to display gear icon in menu bar while executing a script.
  • Improve auto-outdent behavior with } input.
  • Improve auto-tab-expand behavior with intent that tab characters and spaces are mixed.
  • Add hidden “Reveal in Finder” menu item to syntax style action menu in Preferences (visible with Option key).
  • Improve CotEditor Script to apply the result to the document that was frontmost when the script was launched.
  • Close Preferences window with esc key.
  • Character inspector popover becomes detachable (on Yosemite and later).
  • Update about Console Panel:
  • Rename “Script Error Panel” to “Console Panel.”
  • Change toolbar style.
  • Prefer using user custom syntax style if the file mapping conflicts with other bundled style.
  • Make key bindings for panel windows customizable.
  • Change to save com.apple.TextEncoding xattr only if the file already has the encoding xattr or it's a new document.
  • Move removed themes/styles to Trash instead delete them immediately.
  • Now, Utility actions perform with multiple selection.
  • Avoid showing not-writable alert on Resume again.
  • Delay timing to save text key bindings setting.
  • Localize document types.
  • Improve text rendering with non-opaque view.
  • Update “Markdown” syntax style:
  • Add horizontal rules to outline menu.
  • Tweak text view drawing performance.
  • Update Sparkle framework to version 1.9.0.
  • Fixes:
  • Fix an issue that the preferred file encoding for encoding detection could be set wrong after running file open panel.
  • Fix an issue that incompatible character markup positions were wrong by CR/LF line endings.
  • Fix duplication check in key bindings editor.
  • Fix “Restore Defaults” button enability on text key bindings edit sheet.
  • Fix possible crashes on input.
  • Fix an issue that application could crash after closing split view.
  • Fix an issue that application could crash after switching theme in preferences.
  • Fix an issue where tab width on printing didn't reflect user indent setting.
  • Fix an issue where tab width didn't update on font size change.
  • Fix an issue where the help button on Edit pane and Format pane didn't show correct help page.
  • Fix an issue that application couldn't open file that is not Unicode, has more than 4,096 characters and consists only of 2 byte characters.
  • Fix an issue that text font could occasionally change after pasting or inputting text from other application.
  • Fix an issue that number of selected lines displayed less than actual count if last selected lines are blank.
  • Fix an issue that Unicode character insertion was occasionally failed.
  • Fix an issue that syntax highlights were removed after perform Unhighlight.
  • Fix timing to display sheets on file open.
  • Fix an issue that selection of line endings menu and encoding menu in toolbar did not update on undo/redo.
  • Fix an issue that checkmark in line height menu was not displayed.
  • Fix an issue where some document icons were not applied under the specific environments.
  • Fix some missing localizations in simplified Chinese. (Thanks to Wei Wang!)
  • Fix an issue that an alert message was not localized.
  • And other trivial UI fixes and enhancements.

New in CotEditor 2.1.0 RC 2 (Feb 12, 2015)

  • New Features:
  • Now your documents are automatically backuped while editing and and will be resumed at the next session, even after force quitting.
  • This feature doesn't modify your actual files. You still need to perform “Save” manually to apply changes to your files.
  • Additions/Changes:
  • [beta.2] add a missing localization in simplified Chinese. (Thanks to Wei Wang!)

New in CotEditor 2.1.0 RC 1 (Feb 12, 2015)

  • Additions/Changes:
  • Update Sparkle framework to version 1.9.0.
  • [beta] close popover on clicking regex help button if it's already shown.
  • Fixes:
  • Fix an issue where tab width on printing didn't reflect user indent setting.
  • Fix an issue where tab width didn't update on font size change.
  • [beta] Fix an issue where the application could crash on Mountain Lion.
  • [beta] Fix an issue where cot command cannot be insalled on Mavericks and earlier.
  • [beta] Fix some layout issues on Mountain Lion.

New in CotEditor 2.1.0 Beta 2 (Feb 10, 2015)

  • Additions/Changes:
  • Make key bindings for panel windows customizable.
  • [beta] Enhance Find & Replace panel:
  • Revert “Highlight” button in find panel.
  • Remove “Replace & Find” button from find panel and add “Select Next Match after Replace” option.
  • Now, return with Shift key in find text field finds text backwards.
  • Always bring focus to the find text field when find panel is called.
  • Fixes:
  • Fix an issue where the help button on Edit pane and Format pane didn't show correct help page.
  • [beta] Fix an issue where cot command couldn't open relative path.
  • [beta] Fix an issue where find panel could fail to set escape character.
  • [beta] Fix an issue where find panel occasionally did not update setting of regex enability and syntax.

New in CotEditor 2.1.0 Beta (Jan 28, 2015)

  • HIGHLIGHTS ON COTEDITOR 2.1:
  • cot command-line tool:
  • The new cot command-line tool lets you open documents in CotEditor from the command line. You can install it from Integration pane in Preferences.
  • Brand-new Find & Replace panel:
  • The Find and Replace panel was totally re-designed with more modern and organized looking.
  • New document inspector view:
  • The legacy document information drawer was now migrated to a side panel style. This change allows you to see document information even on the full-screen mode.
  • Dropping support for OS X 10.7 Lion:
  • CotEditor now requires OS X Mountain Lion or higher.
  • WHAT'S NEW ON COTEDITOR 2.1Β:
  • New Features:
  • cot command-line tool.
  • New AppleScript property tab width for document object.
  • Now, CotEditor script receives the absolute file path of the frontmost document as an argument if available.
  • Add “New CotEditor Document with Selection” and “Open File in CotEditor” Services.
  • Add syntax styles for “Erlang” and “Julia”.
  • Additions/Changes:
  • Drop support for OS X Lion.
  • Enable to change multiple checkboxes in syntax style editor at once.
  • Improve to display gear icon in menu bar while executing a script.
  • Improve auto-outdent behavior with } input.
  • Improve auto-tab-expand behavior with intent that tab characters and spaces are mixed.
  • Add hidden “Reveal in Finder” menu item to syntax style action menu in Preferences (visible with Option key).
  • Improve CotEditor Script to apply the result to the document that was frontmost when the script was launched.
  • Close Preferences window with esc key.
  • Character inspector popover becomes detachable (on Yosemite and later).
  • Prefer using user custom syntax style if the file mapping conflicts with other bundled style.
  • Change to save com.apple.TextEncoding xattr only if the file already has the encoding xattr or it's a new document.
  • Move removed themes/styles to Trash instead delete them immediately.
  • Now, Utility actions perform with multiple selection.
  • Avoid showing not-writable alert on Resume again.
  • Delay timing to save text key bindings setting.
  • Localize document types.
  • Improve text rendering with non-opaque view.
  • Tweak text view drawing performance.
  • Update Sparkle framework to version 1.9.0
  • Update about Console Panel:
  • Rename “Script Error Panel” to “Console Panel.”
  • Change toolbar style.
  • Update “Markdown” syntax style:
  • Add horizontal rules to outline menu.
  • Migrate document drawer to sidebar style:
  • Add “show document inspector” option to preferences.
  • Improve document information display.
  • Introduce brand-new find panel with more organized UI:
  • OniGmo is still be using for the regular expression engine as before.
  • Settings for find panel has been once reset. You can set them again from the gear button in the find panel.
  • Fixes:
  • Fix an issue that the preferred file encoding for encoding detection could be set wrong after running file open panel.
  • Fix an issue that incompatible character markup positions were wrong by CR/LF line endings.
  • Fix duplication check in key bindings editor.
  • Fix “Restore Defaults” button enability on text key bindings edit sheet.
  • Fix possible crashes on input.
  • Fix an issue that application could crash after closing split view.
  • Fix an issue that application could crash after switching theme in preferences.
  • Fix an issue that application couldn't open file that is not Unicode, has more than 4,096 characters and consists only of 2 byte characters.
  • Fix an issue that text font could occasionally change after pasting or inputting text from other application.
  • Fix an issue that number of selected lines displayed less than actual count if last selected lines are blank.
  • Fix an issue that Unicode character insertion was occasionally failed.
  • Fix an issue that syntax highlights were removed after perform Unhighlight.
  • Fix timing to display sheets on file open.
  • Fix an issue that selection of line endings menu and encoding menu in toolbar did not update on undo/redo.
  • Fix an issue that checkmark in line height menu was not displayed.
  • Fix some missing localizations in simplified Chinese. (Thanks to Wei Wang!)
  • Fix an issue that an alert message was not localized.
  • And other trivial UI fixes and enhancements.

New in CotEditor 2.0.3 (Dec 15, 2014)

  • New Features:
  • Add Chinese (Simplified) localization. (Thanks to Wei Wang!)
  • Add feature to scale font size up by pinch gesture.
  • Additions/Changes:
  • Add “Traditional Chinese (Big 5 HKSCS)”, “Traditional Chinese (Big 5-E)” and “Traditional Chinese (Big 5)” to encoding list.
  • Add “show invisible characters” option to set visibility of all invisible characters at once.
  • From this, invisibles visibility of displayed windows can be toggled even all invisibles are hidden as default.
  • Now, the popup menus in toolbar can be called directly even on “Text Only” mode without mode change.
  • Now, window states will resume from the last session.
  • Change default syntax style from “None” to “Plain Text”.
  • Improve syntax highlighting performance.
  • Remove delay when a AppleScript/JavaScript is run for the first time after application launch.
  • Update “CSS” syntax style:
  • Add several keywords. (Thanks to Nathan Rutzky!)
  • Update “JSON” syntax style:
  • Improve highlighting performance.
  • Improve find panel behavior with Spaces.
  • Disable rech text in find panel.
  • Fixes:
  • Fix page guide position and tab width.
  • Fix an issue that “Go” button in “Go To” sheet didn't work by clicking.
  • Fix an issue that line endings menu in toolbar whose document had been newly created was always set to “LF”.
  • Fix an issue that cancelation of syntax extracting didn't work immediately under the specific conditions.
  • Fix an issue that selecting inside of brackets by double-clicking didn't work.
  • Fix an issue that script execution with large size output could cause application hang up.
  • Fix a possible issue that syntax highlighting while text editing could cause application crash.
  • Fix an issue that application could hang up when no text font is found.
  • Fix an issue that highlights weren't updated after “Replace All” under Japanese localization.
  • Fix an issue that the Auto-Completion feature couldn't enable from the preferences under Japanese localization.

New in CotEditor 2.0.2 (Nov 27, 2014)

  • Fixes:
  • Fix a critical issue that the application hang up if either file encoding or line endings is shown in status bar.

New in CotEditor 2.0.1 (Nov 27, 2014)

  • New Features:
  • Introduce new AppleScript commands comment out and uncomment for selection object.
  • Add “js“ extension to CotEditor script type. Hint: Use #!/usr/bin/osascript -l JavaScript for shebang to run script as Yosemite's JavaScript for Automation.
  • Add “Create Bug Report…” action to the Help menu.
  • Add syntax style for “BibTeX”.
  • Additions/Changes:
  • Display an alert if the opening file is larger than 100 MB.
  • Change default value for “Comment always from line head” option to enable.
  • Rename labels for line endings.
  • Update “Python” syntax style: Fix highlighting print command.
  • Update “Ruby” syntax style: Improve highlighting % literals.
  • Update “R” syntax style: Add file name .Rprofile to file mapping.
  • Update “JavaScript” syntax style: Highlight shebang as comment.
  • Update documents for scripting with AppleScript.
  • Update sample scripts.
  • Remove syntax style for “eRuby”.
  • Fixes:
  • Fix an issue that new documents couldn't occasionally be saved with an extension that is automatically added from syntax definition.
  • Fix an issue that the application could crash after closing split view.
  • Fix an issue that some objects couldn't be handled via JavaScript for Automation on Yosemite.
  • Fix an issue that syntax style validator didn't warn about keywords duplication that were newly added.
  • Fix an issue that syntax style mapping conflict tables were always blank.
  • Fix an issue that quoted texts and block comments at the end of document weren't highlighted.
  • Fix an issue that text kerning was too narrow with non-antialiasing text (thanks to tsawada2-san).
  • Fix an issue that text view scrolls to the opposite side when line number view is dragged.
  • Fix an issue that contents property of document property could’t be set via AppleScript.
  • Fix an issue that word selection didn't expand correctly under the specific conditions.
  • Fix an issue that current line highlight didn't update after font size change.
  • Fix an issue that navigation/status bars are shown for a moment on window creation even they are set as hidden.
  • Fix an issue that new added row in file drop setting occasionally disappear immediately.
  • Fix some Japanese localizations.

New in CotEditor 2.0.0 (Nov 17, 2014)

  • New Features:
  • Coloring theme feature.
  • Comment toggling feature.
  • Add “types”, “attributes” and “variables” to syntax highlighting colors.
  • Now, syntax style can be determined not only from file extension but also from file name.
  • From this, rename “Extensions” in syntax edit sheet to “File Mapping”.
  • Add metadata fields for syntax styles.
  • Append a correspondent extension to the file name on saving.
  • The top extension in the extension list in the syntax style definition will be used.
  • From this, setting for “Append “txt” on saving” was deprecated.
  • If you want to keep using “txt” as default extension, set “Plain Text” syntax style as default style in Preferences > Format.
  • Add “Toggle Text Orientation” icon to toolbar.
  • Add option to split views vertically.
  • Select lines via clicking/dragging line numbers.
  • Add “Select Line” command to “Edit” menu.
  • Add syntax styles for “AppleScript”, “C#”, “Go”, “Lisp”, “Lua”, “R”, “Rust”, “Scheme”, “SQL”, “SVG”, “Swift” and “Tcl”,.
  • Auto-complete feature (experimental implementation, turned off by default).
  • Additions/Changes:
  • Support OS X Yosemite.
  • Update application icon with Yosemite style.
  • Change the bundle identifier from com.aynimac.CotEditor to com.coteditor.CotEditor.
  • New default coloring scheme.
  • Improve performance drastically:
  • Extracting outline list on a background thread.
  • From this, non-response time till coloring indicator sheet has been shown reduced drastically.
  • Display message for outline extracting in the navigation bar until the first extracting ends.
  • Perform extracting syntax highlights on a background thread.
  • Cache results of syntax highlighting, and use them as long as document is not modified.
  • Improve cursor moving and file opening performance when the current line is highlighted.
  • Improve invisible chars drawing performance (4x faster).
  • Improve line number drawing performance (6x faster).
  • Improve text view scrolling on Mountain Lion and later.
  • For performance, change range to scan encoding declaration up to 2,000 characters from the head of the document.
  • Change syntax style file format from plist (XML) to YAML.
  • Legacy user styles will be migrated automatically on the first launch of CotEditor 2.0.
  • New user syntax style files are stored in ~/Library/Application Support/CotEditor/Syntaxes/. The old styles are kept in SyntaxColorings/. Since CotEditor 2.0 doesn’t use them any more, you can delete the direcotry if you want.
  • Now, IC (ignore case) can be set even RE (regular expression) is set in syntax style editing.
  • Change regular expression engine to extract outline from OniGmo (OgreKit) to ICU (NSRegularExpression).
  • Attention!: You may need to update the outline extracting definitions in your custom syntax styles.
  • Remove $& definition that represents whole matched string (Use $0 instead).
  • Change tab width to 4 characters in outline menu.
  • Improve coloring indicator:
  • Improve to perform cancel button correctly.
  • On Mavericks and later, you can work with other documents while coloring dialog is shown.
  • Display current task as message in sheet.
  • Change not to reset syntax style to “None” when user cancels coloring.
  • Change not to remove current coloring when user cancels coloring.
  • Cancel with ESC key.
  • Apply theme color to the line number view.
  • On Mountain Lion and later, text view gets no drop-shadow by texts on semi-transparent.
  • Define document types for CotEditor in more details and also add document icons for each.
  • Scroll line by line with an arrow key.
  • Adjust indent automatically on return just after { and } if Auto-Indent is on. (thanks to Naotaka-san).
  • Rename “Spelling” menu item to “Spelling and Grammer” in Edit menu, and also add “Substitutions” and “Transformations” items
  • From this, remove “Uppercase”, “Lowercase” and “Capitalize” in “Utility” menu.
  • Update all of bundled syntax styles.
  • Update “CSS” syntax style:
  • Support CSS level 3.
  • Update “Perl” syntax style:
  • Add some keywords.
  • Add =pod and =cut to comment coloring.
  • Add “pm” to extensions.
  • Update “JSON” syntax style:
  • Add “cottheme” to extensions.
  • Update “LaTeX” syntax style:
  • Add “cls” and “sty” to extensions.
  • Update outline menu style.
  • Update “YAML” syntax style:
  • Support YAML 1.2.
  • Improve outline extracting rules.
  • Some fixes.
  • Update “Ruby” syntax style:
  • Support % notation.
  • Add special variables.
  • Improve number literals.
  • Support here document.
  • and some more fixes.
  • Update “Java” syntax style:
  • Improve number literals.
  • Support annotation.
  • and some more fixes.
  • Update “JavaScript” syntax style:
  • Completely rewrite.
  • Update “Haskell” syntax style:
  • Improve number literals.
  • Add escape chars.
  • Update “Apache” syntax style:
  • Indent outline items.
  • Separate “DTD” (Document Type Declaration) syntax style from “XML”.
  • From this, coloring performance with “XML” syntax style was improved.
  • Updates about scripting support:
  • Migrate AppleScript API definition file to sdef format.
  • Rename unicode normalization command to normalize unicode.
  • Update internal code for range property of text selection objects.
  • From this, your compiled AppleScripts (.scpt) that contain selection handling need to be updated manually. See “Scripting with AppleScript” document in Help menu for details.
  • Update documents about scripting with AppleScript.
  • Change not to include menu items that manage script menu in context menu.
  • Count characters by composed character sequence in the status bar and the info drawer.
  • The previous count was actually the length of string in UTF-16 that is internal string expression on OS X (for example, a surrogate pair is counted previously as 2 and now as 1).
  • Rename previous “Char Count” to “Char Length” and add another “Char Count” with the new count method for status bar items.
  • Avoid the move to previous outline item button to select the first “” item.
  • Change key to display hidden menu items in “File” menu to “Option”.
  • Add . and : to word separators that are used for selecting a word with a double click.
  • Improve messages on character info inspector with surrogate pairs and variation selectors. (thanks to doraTeX-san)
  • Disable alert asking for save when blank & unsaved document will be closed. (thanks to Naotaka-san)
  • Brush up toolbar icons.
  • Now, font size of line numbers follows editor font size.
  • Draw page guide in text color.
  • Improve syntax editor sheet so as to edit documents even the sheet is shown. (on Mavericks and later)
  • Tweak result messages by syntax style validator and partially localized.
  • Improve application icon so as not to react with dropped folders.
  • Improve cancellation behavior of word completion.
  • Rename “Inspect Glyph” to “Inspect Character”.
  • Delay timing to store user’s menu key bindings.
  • The user setting for menu key bindings on CotEditor 1.x will be reset on the first launch of v2.0.
  • Improve key bindings edit sheets.
  • Change line hight value to line height based, that includes the hight of the line itself.
  • Change default line hight value to 1.3.
  • Add thousands separators to values in document info.
  • Change date format in document info drawer.
  • Tweak status bar design.
  • Add back quotes to quotation marks which are accommodated when color comments.
  • Change Go To panel to sheet.
  • Add animation when toggling visibility of the navigation bar and the status bar.
  • Fix used font for invisible characters.
  • Update some of alternative characters for full-width space char.
  • Improve appearance of the encoding list edit sheet.
  • Improve window size setting fields in preferences to move fields with tab key.
  • Tweak some texts in UI.
  • Deprecate “Drag selected text immediately” setting.
  • Remove the output type keyword Pasteboard puts for CotEditor script, that was deprecated on CotEditor 0.7.2 and had remained for backwards compatibility.
  • Add hidden setting key layoutTextVertical (boolean) to set text orientation vertical as default.
  • Deprecate font settings for navigation bar and line number view which are hidden settings.
  • Move version history from rich text format to one of the Help contents.
  • Update documents.
  • Update Sparkle framework to 1.8.0.
  • Update build environment to OS X Yosemite + Xcode 6.1 (SDK 10.10).
  • And more internal changes.
  • Fixes:
  • Fix an issue that “Share find strings with other applications” option didn’t work.
  • Fix an issue that “Open a new document when CotEditor becomes active” option didn’t work correctly.
  • Fix an issue that the encoding select in file open panel was ignored.
  • Fix an issue that comments weren’t highlighted correctly if another comment delimiter is contained in string that is enclosed in quotes before the comment delimiter.
  • Fix an issue that variation selectors, kind of invisible characters, disappeared occasionally.
  • Fix help buttons on preferences panes.
  • Fix an issue that encoding selection in toolbar was reset after changing of encoding list order.
  • Fix over-wrapped text in the status bar to truncate with “…”.
  • Fix an issue that unfocused windows performed also re-coloring after “Replace All”.
  • Fix an issue that page guide was occasionally drawn at wrong place if fallback font is used.
  • Fix to highlight current line only in focused view of split views.
  • Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line hight is fixed.
  • Fix an issue that line numbers in unfocused views were not updated.
  • Fix an issue that lately added toolbar icons didn’t represent the state at the moment.
  • Fix an issue that an error was output in console if blank area of incompatible chars table was clicked.
  • Fix an issue that editors didn’t change to transparent if the opacity setting in preferences window was changed from 100%.
  • Fix an issue that changes in custom line height panel wasn’t applied immediately.
  • Fix an issue that “Same as Document” selection for invisible chars in print panel didn’t work correctly.
  • Fix an issue that line count got one more extra if selection contains return at the end.
  • Fix an issue that range property of text selection objects was displayed as wrong character range on AppleScript Editor.
  • Fix some sample scripts which didn’t run correctly.
  • Fix an issue that some settings did not display in Preferences on OS X Lion.
  • Fix an issue that CotEditor could crash after replacement on specific conditions.
  • Avoid horizontal scrollers on key bindings edit sheets.
  • Misc.:
  • Twitter account for CotEditor was created. Follow @CotEditor to get our latest news.
  • Web page address was changed to coteditor.com.
  • You can find additional syntax styles to install on GitHub Wiki.

New in CotEditor 1.5.4 (Jun 30, 2014)

  • Fixes:
  • Fix an issue that second page was also printed even the document was actually one page.
  • Fix an issue that print large size file with syntax coloring would be failed due to the indicator panel.
  • Fix an issue that file size info didn’t update after the file update. (thanks to aki-san)
  • Fix an issue that auto-indent was not invoked with Japanese fill-width space.
  • Fix an issue that change of view opacity would not be applied to the line number views of the opened windows.
  • Fix an issue that some temporary settings for the opened editors could be canceled occasionally.

New in CotEditor 1.5.3 (May 21, 2014)

  • Additions/Changes:
  • Adjust preferences window layout.
  • Reduce scope of syntax coloring on typing.
  • Update OgreKit framework to 2.1.7: Refine some labels in Find menu and Find panel.
  • Fixes:
  • Fix an issue that preview didn’t update after changing of footer/header alignment.
  • Fix a rare issue that print cannot be performed under the specific environments.
  • Fix an issue that set file drop cannot be changed.
  • Fix file drop behaviour when files with multiple extensions are dropped.
  • Fix an issue that text view layout doesn’t follow text wrapping change when layout orientation is vertical.
  • Fix some error messages in English.

New in CotEditor 1.5.2 (May 12, 2014)

  • Additions/Changes:
  • Modify some menu and setting labels. (thanks to zom-san)
  • Now more setting changes are applied also to current document windows.
  • Optimize process when status bar is shown.
  • Update documents
  • Fixes:
  • Fix a critical issue that CotEditor crashes on the first launch.
  • Fix an issue that window position doesn’t restore on Japanese locale.
  • Fix an issue that text insertion on file drop failed.
  • Fix missing short cut key of “Enter Full Screen” action.
  • To apply this change, perform the “Set to Factory Defaults” on Preferences > Key Bindings > Menu Key Bindings > Edit.

New in CotEditor 1.5.1 (May 9, 2014)

  • Fixes:
  • Fix a critical issue that CotEditor 1.5 cannot be launched on OS X 10.7.

New in CotEditor 1.5 (May 9, 2014)

  • New Features:
  • “Inspect Glyph” feature:
  • Popover information of the selected character, if Cmd + Option + I is pressed or “Inspect Glyph” menu item in “Edit” menu is selected when exactly a single character is selected.
  • New color code panel:
  • Support 3-digit Hex, CSS’s rgb(), rgba(), hsl() and hsla().
  • Fix an issue that the color selected in the color panel was applied also to texts in text view.
  • Add “Input Char in Unicode Hex” feature to “Edit” menu.
  • Informations to display in status bar become selectable.
  • Add word count and file size to status bar info choices.
  • Add word count, file size and byte size to info drawer.
  • Tab format becomes settable via “Format” menu and toolbar to apply only to the current document.
  • On Auto-Indent mode, indent become automatically deeper when return key is pressed exactly between { and } or just after : character.
  • Add new “CoffeeScript” 1, “Dart”, “Diff”, “INI” 1, “JSON”, “Makefile”, “reStructuredText” 1, “Textile” 1 and “YAML” syntax style definitions.
  • Now, sscript/folder whose name begins with underscore (_) are not displayed in script menu.
  • [experimental] Add “Use Vertical Orientation” action to “Format” menu (Line numbers are always disabled while vertical orientation mode).
  • Additions/Changes:
  • Add “Western (ASCII)” and “Chinese (GB 18030)” to encoding list.
  • Brush-up terms on UI.
  • Update “HTML” syntax coloring definition.
  • Support HTML5 and HTML5.1
  • Better coloring.
  • Update “Perl” syntax coloring definition.
  • Color numbers and variables.
  • Add some keywords.
  • Improve comments coloring.
  • Add “Speech” to “Edit” menu.
  • Add “Syntax Style only” choice to completion list setting.
  • Add setting for smart quotes/dashes to preferences.
  • Regard numbers and underscore _ as string is continuing in non-regex keywords on syntax coloring.
  • Force disable smart quotes/dashes expect the document view.
  • Change the default order of the encodings detection priority, and now “UTF-8” comes to the first position.
  • You should perform “Set to Factory Default” to apply it. if you update CotEditor from previous version.
  • Updates about window opaque:
  • Remove the feature to make whole the window semi-transparent, and now opacity setting is applied always only to the view.
  • Now, line number view follows the text view’s opacity.
  • Now, opacity value need not be multiple of 5%
  • Fix term “transparency” to “opacity”.
  • Change “Apply to all Windows” button to “Set as Default”.
  • Update guide image for view opacity slider in preferences.
  • Fix window’s drop-shadow whose text view is full-opaque.
  • Updates about window open behavior:
  • Store last window’s position and locate new window to the place.
  • Remove the feature that unedited blank window closes automatically when another document is going to open.
  • Updates about print:
  • Implement print preview on print panel.
  • Apply the document name to the print job.
  • Add “Syntax Name” to the header/footer information choices.
  • Remove hyphens next to page number.
  • Adjust print panel layout.
  • Toggle menu item names occasionally like “Show” / “Hide”, instead displaying checkmark.
  • Change syntax styles management method.
  • Don’t to copy bundled styles to user’s “Application Support” area on launch.
  • From this, bundled syntax styles follow updates after CotEditor 1.5 as long as the styles are not customized.
  • This is not applied to the syntax styles that were copied previous. To apply it to them, perform “Set to Factory Defaults” on style editing sheet of each bundled syntax style in Preferences > Format pane > Installed styles.
  • for advanced users: “~/Application Support/CotEditor/SyntaxColorings (old)” will be created on the first launch of CotEditor 1.5, if you updated it from the previous version. This folder is just a backup data for this switching. you can generally remove it if you want.
  • Handle files Sandbox level safety on style import/export.
  • Updates about Preferences window:
  • More compact window.
  • New grouping.
  • Remove “Syntax” pane and move its settings to “Format” pane and “Appearance” pane.
  • Create a new “Edit” pane extracting settings about editing from “General” pane and “Format” pane.
  • Other several setting moves.
  • Use More OS X-friendly terms for labels.
  • Apply selected font style to the font fields.
  • Use selected pane name for the preferences window title.
  • New syntax style management UI.
  • Update syntax style editing sheet.
  • Change mode switching from popup button to list.
  • Now, multiple lines can be selected and removed at once.
  • Validate new syntax name immediately on editing and show an error message if it isn’t valid.
  • Improve UI of the extension conflicts sheet.
  • Add stepper next to number field.
  • Updates about AppleScript:
  • Remove transparency and alpha only textView properties.
  • Add view opacity property to window object.
  • Remove selection object direct under the Application object.
  • Updates about saving position of the script samples and documents:
  • Now, documents for CotEditor scripting can be found in “Help” menu.
  • Now, sample scripts will be copied only on the first CotEditor launch.
  • Add hidden “Copy Sample to Scripts Folder” menu item that will be appeared only when option key is pressed.
  • Remove unimportant settings.
  • Remove setting about file Type/Creator that are used until OS X 10.5 to determine document type on system.
  • Remove setting about wrapped mark in the line number view and now wrapped marks are always shown.
  • Remove the coloring option setting “Include Input Method chars” and now they are always included.
  • Updates about script error panel:
  • Implement text search in error messages.
  • Increase text size and insert a blank line between error messages.
  • Add information about number of selected lines to status bar and information drawer.
  • Support surrogate pair on Unicode display in information drawer.
  • Make matching brace highlight more noticeable.
  • Add “Report Bug…” menu item to “Help” menu.
  • Use light scroller style when background color is dark.
  • Change line/character selection on Go To panel from radio buttons to popup menu.
  • Improve inspector drawer layout.
  • Now line number view updates while window resizing.
  • Improve syntax coloring on text inputing.
  • Migrate memory management to ARC (Automatic Reference Counting).
  • Optimize processes on application launch.
  • Update Sparkle framework to version 1.6.0:
  • Add Japanese localization.
  • Fix “Automatically download and install updates in the future.” checkbox.
  • Update OgreKit framework to version 2.1.6.
  • Now find panel is displayed always on current desktop space.
  • Disable automatic substitutions in find panel.
  • A huge bunch of code and document changes.
  • Many code and document changing.
  • Fixes:
  • Fix an issue that all print page number becomes “-1-”.
  • Fix an issue that check mark on line endings popup menu in toolbar was disappear.
  • Fix an issue that re-coloring didn’t proceed after the text replacement.
  • Fix an issue that the close command via AppleScript was ignored.
  • Fix an issue that unwanted window objects were visible and could be handled via AppleScript.
  • Fix an issue that ^ (beginning of a line) on AppleScript’s search/replacement was not recognized when the document’s line endings are set to CR.
  • Fix an issue that visual tab width didn’t follow new font when font is temporary changed via font panel.
  • Fix an issue that strings between quotes/dashes were not colored when comment coloring definition is not contained in the syntax coloring definition.
  • Fix an issue that invalid style name was accepted and the saving was failed on syntax style editing under the specific conditions.
  • Fix an issue that syntax style file override another existing one without alert on syntax style editing under the specific conditions.
  • Fix an issue that application freeze when one of the installed syntax styles contains an extension definition with the empty string.
  • Fix an issue that key-bindings contain back-slash didn’t work under the Japanese locale.
  • Fix an issue that encoding names in the encoding list on the preferences was editable.
  • Fix an issue that document saving is failed when the document that is set to “Non-lossy ASCII” contains non-ASCII characters.
  • Fix an issue that application didn’t terminate on quite even “Don’t Save and Close” button was selected when a document whose Finder lock couldn’t be unlocked exists.
  • Fix an issue that error message is output to console when completion list is called while the document is empty.
  • Fix PHP code on the application icon.

New in CotEditor 1.4.1 (Mar 22, 2014)

  • Additions/Changes:
  • Disabled smart dash/quotes feature of Mavericks as default.
  • for advanced users: Run defaults write com.aynimac.CotEditor enableSmartQuotes YES in Terminal to enable this feature again.
  • On the next CotEditor 1.5, this feature will be able to be changed on Preferences.
  • Fixes:
  • Fix an issue on ver. 1.4 that line count was always zero.

New in CotEditor 1.4 (Mar 19, 2014)

  • ADDITIONS/CHANGES:
  • Change support OS: OS X 10.7 and later.
  • Support 64-bit.
  • Support Retina display.
  • Update regular expression library used on sarch & leplase feature from Oniguruma to Onigmo.1: Now the most regular expression synax defined on Perl 5.10+ like look-behind/look-ahead can also be used.
  • Update application, document and toolbar icons.
  • Add small size toolbar icons.
  • Add new "Apache", "Markdown", "Scala" and "XML" syntax coloring defintions.2
  • Add py, markdown, md, xml, scala and conf extensions to document type.
  • Add "Enter Full Screen" command to menu > View.
  • Remove "Preferences", "Save", "Save As", "Page Setup" and "Transparency Panel" icons from toolbar.
  • Hide dot files and folders in script menu.
  • Improve alert descriptions.
  • Adjust styles of windows and panels.
  • Rename HexColorCode Editor to Color Code Editor
  • Update documents.
  • Update "PHP" syntax coloring definition.2:
  • Support until PHP5.5.
  • Color properties and numbers.
  • Improve outline menu.
  • Update "Python" syntax coloring definition.2:
  • Support Python3. (>=3.3)
  • Color decorators.
  • Improve and fix number coloring.
  • distinguish between "print" statement and "print" command.
  • Update "LaTeX" syntax coloring definition.:
  • Fixed {} symbol escaping
  • FIXES:
  • Fixed an issue that unexpected "Update by external process" alert comes up even file is actually not updated.
  • Fixed "from an unidentified developer" alert on the first launch.
  • Fixed an issue that toolbar background becomes transparent on fullscreen mode (Lion binary).
  • Fixed an issue that text view doesn't become transparent (Lion binary).
  • Fixed an issue that top and bottom margin are flipped on printing since OS X Lion.
  • Fixed an issue that readonly icon in status bar doesn't represent the state correctly, if status bar was hidden when window opened.
  • Fixed a miss placed label on Preferences (Japanese localization).
  • Add blank between words on toolbar labels.
  • Fixed an issue that RegexKitLite was actually not updated to 4.0 on CotEditor 1.1.

New in CotEditor 1.2 (May 25, 2011)

  • New Features:
  • Add feature for automatically update.
  • Additions/Changes
  • Change the application icon. (thanks to kanai-san)
  • Updated 'About The ScriptMenu Folder' document.
  • Fixes:
  • Fixed a bug that ignore tab in auto indent.
  • Fixed a bug that cannot open AppleScript Editor for 10.6 by Option+Click on script menu.

New in CotEditor 0.9.6 (Feb 23, 2009)

  • For smart playlists, you can now use the rule "keyword is" and leave the field blank to find movies that don't have keywords.
  • Licenses from iVideo 3 are now correctly accepted.
  • The "switch to movie" menu now works when switching to movies that aren't part of the current playlist.
  • The error log, which doesn't do anything anymore since it has been replaced by the error reporter, has been removed.
  • Increased the maximum file size allowed for databases sent via the crash reporter.
  • Fixed a few typos in the documentation.