CudaText for MAC

v 1.130.0
Category  Developer Tools

Screenshots
CudaText mac screenshot NaNCudaText mac screenshot NaNCudaText mac screenshot NaNCudaText mac screenshot NaNCudaText mac screenshot NaN

About CudaText For MAC

CudaText allows you to edit code and text across multiple platforms. It can be extended by Python addons.

Features
  • Syntax highlight for many languages: C++, JavaScript HTML, CSS, PHP Python, XML... all in all, more that 200 syntaxes
  • Code folding
  • Structure code-tree
  • Multi-selections, multi-carets
  • Special auto-completion available for HTML and CSS
  • Simple auto-completion of some lexers
  • Reg-ex: Find/Replace
  • Split tab -- Split view for 2/3/4/6 files
  • Plugins for Python language
  • Command palette
  • JSON config files
  • Customizable shortcuts
  • Can view picture files (JPEG/PNG/GIF/BMP/ICO)
  • Char map

For more information on configuring, visit the website.

Download CudaText For MAC

Whats New

Version 1.130.0:

Added:
  • HTML auto-completion: support HTML entities
  • HTML auto-completion: update tags/attribs lists
  • Much faster multi-carets editing, with 100+ carets and heavy lexer
  • Work on Undo/Redo
  • Undo: Caret movements were considered as actions that could be cancelled/repeated. It led to unneeded caret jumps. Now it looks more like undo/redo manages the content, not caret.
  • Undo: If last change was performed in area which isn't visible now, then undo/redo actions will highlight for a while the line and insert a short delay before the undo/redo action.
  • Undo: New options "undo_for_caret_jump" and "undo_pause".
  • Undo: Paste followed by other editing were considered as single action, so undo cancelled both the pasting and the editing at once. Now these actions are separated.
  • Undo: If pause (1500 msec) is passed between typing actions, undo them by steps.
  • Tab's context menu has new item "Pinned"; pinned tabs captions show prefix "!"
  • Command "set tab color..."
  • Command "reset tab color"
  • Command "toggle tab pinned state"
  • Better work of the feature which shows UI-tab titles like "test.txt * folder1" / "test.txt * folder2"
  • Better statusbar "message" cell: instead of hiding the text it dims it; floating tooltip for that cell shows 30 last messages
  • App updates 'enabled state' of toolbar buttons (visible on colorful toolbar theme)
Changed:
  • Multi-caret edition - undo all chars at once, like ST3.
Fixed:
  • Calculating width of some Unicode chars