Commit Graph

6025 Commits

Author SHA1 Message Date
Kevin Sawicki
47021b8d3b Remove extra newline 2013-02-27 11:06:18 -08:00
Kevin Sawicki
91f66c8226 Merge pull request #314 from github/spell-check
Spell check
2013-02-27 10:50:14 -08:00
Corey Johnson
d07d59353e Remove atom.githubapp.com private key 2013-02-27 10:48:38 -08:00
Corey Johnson
e618850712 Update script/cibuild to work with the Mac Janky server 2013-02-27 10:47:53 -08:00
Corey Johnson
44680ad50c Revert "💄"
This reverts commit c2c4d03c2d.
2013-02-27 10:11:02 -08:00
Kevin Sawicki
a4efc32d45 Display corrections for misspelling on meta-0
A select list will now display with possible corrections
and the misspelling will be replaced when one is selected.
2013-02-27 10:08:02 -08:00
Corey Johnson
531946f35c Allow menu item to update Atom to new version 2013-02-27 10:04:34 -08:00
Corey Johnson
c2c4d03c2d 💄 2013-02-27 08:51:51 -08:00
Kevin Sawicki
b5c9e634fd Add addViews method to mirror destroyViews 2013-02-27 08:42:01 -08:00
Kevin Sawicki
1f4df2878f Add spec for disabling spell check of a grammar 2013-02-27 08:39:51 -08:00
Kevin Sawicki
2f8b8c4fc7 💄 2013-02-27 08:33:06 -08:00
Kevin Sawicki
0398e160ae Include apostrophe in word regex 2013-02-26 19:15:18 -08:00
Kevin Sawicki
c0d4f70467 Docs: intented -> intended 2013-02-26 18:57:28 -08:00
Kevin Sawicki
65cb929b99 Add initial spell checker package
This adds spell checking to editor's using the
text, markdown, or Git commit message grammars.
2013-02-26 18:49:22 -08:00
Kevin Sawicki
ef9d4b392b Support passing options through DisplayBuffer.markScreenRange 2013-02-26 17:17:58 -08:00
Kevin Sawicki
34ee313ec9 Add native isMisspelled method 2013-02-26 16:55:46 -08:00
Corey Johnson
9454cce157 Calling rake package will codesign the app 2013-02-26 16:43:15 -08:00
Kevin Sawicki & Nathan Sobo
5b990cf571 Add the 'between' invalidation strategy for markers
This invalidates markers when the start or end point of the changed 
range is between the head and tail position of the marker.
2013-02-26 17:42:47 -07:00
Kevin Sawicki & Nathan Sobo
e858f7eb2a Replace stayValid option w/ validationStrategy when creating markers 2013-02-26 17:03:02 -07:00
Kevin Sawicki & Nathan Sobo
d6d6ff8cca 💄 2013-02-26 15:08:33 -08:00
Corey Johnson
2b3bd11a46 Use tar.bz2 instead of zip to package Atom.app
zip was modifying some framework binaries, which causes codesigning to fail
2013-02-26 15:07:11 -08:00
Corey Johnson
fcadc2a552 Codesign Atom.app 2013-02-26 15:06:10 -08:00
Kevin Sawicki & Nathan Sobo
42fe87a9a2 Notify observers when display buffer markers are invalidated 2013-02-26 14:59:09 -08:00
Kevin Sawicki & Nathan Sobo
e36887900f Notify observers when markers are invalidated/revalidated 2013-02-26 14:31:42 -08:00
Kevin Sawicki & Nathan Sobo
1fcaa52217 Remove unused parameter 2013-02-26 14:06:19 -08:00
Corey Johnson
c12114743a Don't check for updates when run with --dev
closes #312
2013-02-26 10:00:17 -08:00
Corey Johnson & Kevin Sawicki
6e4f497ef6 💄 2013-02-26 09:58:55 -08:00
Kevin Sawicki
460f77d117 Merge pull request #311 from github/clojure-mode
Add clojure tmbundle
2013-02-26 09:13:20 -08:00
Corey Johnson & Kevin Sawicki
f8563a1509 💄 2013-02-26 09:04:02 -08:00
Corey Johnson & Kevin Sawicki
ba47e60eeb Synchronize reads of task's stdout/stderr
This ensures that all the available data on standard
out and standard error has been read before the terminate
handler calls the JavaScript callback.

Without this synchronization the command panel specs
occasionally fail.
2013-02-26 09:02:49 -08:00
Will Farrington
584c07b590 Add clojure tmbundle 2013-02-26 21:58:12 +11:00
Corey Johnson & Kevin Sawicki
34ab1d5c03 Remove unused variable 2013-02-25 18:20:42 -08:00
Corey Johnson & Kevin Sawicki
b874f95eb1 Launch Atom with full path to .app 2013-02-25 16:11:13 -08:00
Kevin Sawicki
c64241d036 Add right and directory colors to light theme 2013-02-25 15:31:04 -08:00
Kevin Sawicki
f89db4d8a2 Make right and directory class the same color 2013-02-25 15:30:41 -08:00
Kevin Sawicki
9f6855e2cb Remove useless div around function details 2013-02-25 15:29:46 -08:00
Kevin Sawicki
a274c313ed Remove top offset for folding marker
Previously this was causing the icon to be down too
low now that a line height of less than 1 em is also
set on the element.
2013-02-25 15:18:32 -08:00
Kevin Sawicki
011919b8cc Add more subtle hover background color 2013-02-25 15:16:51 -08:00
Kevin Sawicki
32ce720890 Remove red default background on select list 2013-02-25 15:13:48 -08:00
Kevin Sawicki
f51f097615 Add back checkmark for selected grammar 2013-02-25 15:13:48 -08:00
Corey Johnson
c757bf489f Add version and update info to Atom menu item 2013-02-25 14:58:11 -08:00
Corey Johnson
294bbfd870 Add version number to user_agent 2013-02-25 14:58:11 -08:00
Corey Johnson
ad14e65ef9 Add atom.getVersion(callback) 2013-02-25 14:58:11 -08:00
Corey Johnson
ab5f9afb1f Remove atom.update and atom.updateStatus
We will probably use these in the future, but we don't need them now.
2013-02-25 14:58:11 -08:00
Kevin Sawicki
5d0c23e0fa Sort grammars by name in select list 2013-02-25 14:50:55 -08:00
Kevin Sawicki
c8316a1a44 Use default cursor and no selection in select list 2013-02-25 14:25:26 -08:00
Kevin Sawicki
ba5a56088f Add grammar name hover style to light theme 2013-02-25 14:09:25 -08:00
Kevin Sawicki
6d7971cd50 Reduce flakiness of symbols view spec
Make sure file is removed before a file is moved
over top of it.
2013-02-25 14:03:16 -08:00
Kevin Sawicki & Nathan Sobo
99c1819ceb Install cli to /opt/boxen if it exists 2013-02-25 12:40:59 -08:00
Kevin Sawicki & Nathan Sobo
f3dac141ff Open pathToOpen before packages load
Previously pathToOpen was opened after packages
were loaded which prevented packages from accurately
relying on rootView.getActiveEditSession().
2013-02-25 12:23:00 -08:00