CodeEditor:一款简单、易用、轻量的 Swift 代码编辑器

1,221 阅读1分钟
原文链接: github.com

Macaw Editor is a simple code editor for Swift specially designed for ease of use without all the bloat of Xcode, just ten megs instead of four gigs. Ideal for coding server apps in Swift, html, css and js. Of course there is no Interface Builder and all the fancy toys, just an editor for quick hacks.

Screenshot:

Screenshot

Dark theme

Screenshot

Version 1.0:

Syntax highlighter needs a little polish, some editor commands are ready.

Editor commands implemented:

  • cmd+N New file
  • cmd+O Open folder
  • cmd+B Open in Browser
  • cmd+S Save file
  • cmd+F Find in file

  • cmd+D Duplicate line

  • cmd+L Delete line
  • cmd+Bck Delete to Begin of Line
  • cmd+Del Delete to End of Line

  • ctl+Up Move line Up

  • ctl+Dn Move line down

Version Next:

  • Enable console
  • Build and Run: call swift build, show progress in console area
  • Show errors and allow user to jump to files and lines

End.