CotEditor

What's New on CotEditor 1.4.1

release:

New Features

  • (None)

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.

What's New on CotEditor 1.4

release:

Additions/Changes

  • Change support OS: OS X 10.7 and later.
  • Support 64-bit.
  • Support Retina display.
  • Update regular expression library used on search & replace 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 definitions.2
  • 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
  • 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.

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.
  • Fixed an issue that after the specific operation, closed find panel appears again and become not closable.