What's New on CotEditor 3.0.0-rc.2
release:
Improvements
- Exclude file extension from the initial selection in document save panel.
Fixes
- beta: Fix syntax highlight parsing range while editing.
What's New on CotEditor 3.0.0-rc
release:
New Features
- Add Italian localization (thanks to Agostino Maiello!).
Improvements
- Enable Autosave and Versions by default.
- beta: 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.
- beta: Update help contents.
Fixes
- beta: Fix an issue where application could crash on document file sync.
- beta: Fix an issue where application could crash on termination.
- beta: 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”.
- beta: Fix an issue where smart dashes substitution state could be set wrongly.
- beta: Fix an issue where auto indent sytle detection didn't work.
- beta: Fix an issue where file were treated as dropped-files instead of just inserting filenames when files are copied-and-pasted from Finder.
- beta: Fix an issue where the find panel was occasionally collapsed.
- beta: And some trivial fixes.
What's New on CotEditor 3.0.0-beta.3
release:
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.
What's New on CotEditor 3.0.0-beta.2
release:
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.
What's New on CotEditor 3.0.0-beta
release:
Known Issues
- Some window states are not restored.
New Features
- Support window tabbing on macOS Sierra:
- Add “New Tab” action to File menu.
- Sync sidebar visibility among tabs in a window.
- 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 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.
- 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
.
- From this, the reference symbol of matches is changed from
- Update line-up of the search options.
- Change the regular expression engine from Onigmo to the ICU library.
- Inserting single surrogate character is no more valid.
- Update toolbar.
- Update preferences icons.
- Update key binding setting format.
- Not compatible with previous key bindings setting. Please customize again in the preferences window.
- 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 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.
- From this,
- 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.
Fixes
- Fix an issue where some of script APIs returned always string with LF line endings.