mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
6c0a0e4bd24b4f3151280f76e75ca7c1322f9e19
We consider the line as a whole string and decide where we want to split it before working with tokens. findSplitColumn just looks at the character at the boundary... if it's a whitespace it looks forward for a word. If it's not whitespace it looks backward for whitespace. This ensures we always break on whitespace boundaries if possible.
Atom — Futuristic Text Editing
Be forwarned: Atom is pre-alpha software!
Instalation
-
Get xcode 4.2.
-
Clone atom from github/atom.
-
Open Atom.xcodeproject.
-
Press cmd-r to build and run.
Informative Links
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
