Commit Graph

66 Commits

Author SHA1 Message Date
Kevin Sawicki
6cad026a56 Mention find-and-replace 2013-09-29 21:55:30 -07:00
Kevin Sawicki
4f8198b53a Mention double click improvement 2013-09-27 16:08:21 -07:00
Kevin Sawicki
9a014b4f9e Mention solarized 2013-09-20 18:03:51 -07:00
Kevin Sawicki
067b2b437c Mention base16 theme now bundled 2013-09-17 11:02:13 -07:00
Corey Johnson
8ef3debfd0 Mention version fix 2013-09-10 10:43:49 -07:00
Kevin Sawicki
dbdfc7fbbb Mention package generator fix 2013-09-10 08:06:05 +01:00
Kevin Sawicki
1643f1702b 🐎 Precompile bootstrap.less
A regression occurred where bootstrap.less was not being precompiled
adding 200-300ms to startup since it was recompiled each time.
2013-09-05 15:37:36 -07:00
Kevin Sawicki
c7752ca766 Mention save fix 2013-09-05 13:50:17 -07:00
Kevin Sawicki
6686a68a0d Mention nak upgrade fix 2013-09-05 12:04:37 -07:00
Kevin Sawicki
e3a236afbd Mention git status fix 2013-09-03 14:33:45 -07:00
Kevin Sawicki
3c0197dc35 Mention spec runner, settings view, and lit coffee fixes 2013-09-03 14:32:02 -07:00
Kevin Sawicki
6fa0c82fac Mention soft wrap and tab length setting 2013-08-21 18:52:14 -07:00
Kevin Sawicki
e199000985 Mention python grammar fix 2013-08-21 08:51:04 -07:00
Kevin Sawicki
7ba57df6f7 Mention new fixes and additions 2013-08-12 10:10:22 -07:00
Kevin Sawicki
8f8c0cbf45 Mention theme not found fix 2013-08-09 11:26:37 -07:00
Kevin Sawicki
552ab150cb Mention no more reload for theme changes 2013-08-07 10:52:36 -07:00
Kevin Sawicki
633306e6bf Fire edit-session-created event when deserializing
This event was previously not being fired when splitting panes
since the constructor pushing the edit session directly to the
project's array.

Closes #684
2013-08-06 19:07:24 -07:00
Kevin Sawicki
7d58008ed3 Show completions for current scope in autocomplete
Add the TextMate "completions" preferences available as "editor.completions"
and add all completions matching the current scope of the cursor position
when building the autocomplete word list.

Closes #676
2013-08-06 18:18:22 -07:00
Kevin Sawicki
35890588ca Remove separation for release that didn't happen 2013-08-05 14:10:52 -07:00
probablycorey
c6c0ecbb37 Make changelog entries more readable 2013-08-05 14:09:08 -07:00
probablycorey
1fdbf4612c Update changelog 2013-08-05 13:56:22 -07:00
Kevin Sawicki
68103601e6 Move folding changes to next release section 2013-08-01 09:13:12 -07:00
Kevin Sawicki
c278ead451 Mention bookmarks view 2013-08-01 09:12:18 -07:00
Kevin Sawicki
684dec4b24 Always suggest non-negative indent levels
Close #668
2013-07-31 18:01:38 -07:00
Ben Ogle
afa92e51f6 update changelog for the folding changes 2013-07-24 12:05:16 -07:00
Kevin Sawicki
bc74be531d Mention keymap changes and inspect element menu 2013-07-23 08:13:32 -07:00
Kevin Sawicki
0bb7d3ba09 Default save as dialog to directory of active item 2013-07-22 09:11:57 -07:00
Ben Ogle
bc55ee6bd2 Add change string to changelog.md
Added a newline; assumed I am the first on this deploy
2013-07-17 18:30:43 -07:00
Kevin Sawicki
1a76e3dc9d Add missing '..' to node directory path
The path has changed and one more parent directory needs to be
traversed to find the bundled path to node for spawning child
processes.
2013-07-15 12:20:09 -07:00
Kevin Sawicki
16095c8086 Add New Window to File menu
Closes #626
2013-07-11 20:22:43 -07:00
Kevin Sawicki
12580bce83 Guard against missing file path in getScore() 2013-07-10 08:54:15 -07:00
Kevin Sawicki
0fee962faa Mention j/k support 2013-07-09 09:22:35 -07:00
Kevin Sawicki
651bbaa3ce Create an empty ~/.atom/config.cson when missing
Closes #614
2013-07-05 09:17:44 -07:00
Kevin Sawicki
6cb13e843c Mention more fixed and added items 2013-07-02 09:08:57 -07:00
Kevin Sawicki
6930fe0eff Mention keymap fixes 2013-06-25 13:47:39 -07:00
Kevin Sawicki
622b877663 Remove extra newline 2013-06-20 21:59:23 -07:00
probablycorey
29f10e71ce Mentioned grunt change 2013-06-20 17:15:52 -07:00
Kevin Sawicki
bc2d0ff0cc Only check ending rules when stack size increases
Previously on zero length matches the last two rules were compared
and if they had the same scope name then the last rule was popped
and the remaining line was tokenized using the current scope stack
to prevent infinite parsing loops.

This caused nested method calls in Java to not tokenize correctly
since method rules were sequential in the stack but did not constitute
an infinite loop of zero matches since the stack was currently decreasing.

Now the last two rules are only compared when the stack size is increasing
to prevent this false positive.

Closes #587
2013-06-17 13:08:10 -07:00
Kevin Sawicki
c6d5c143cf Mention LESS/CSS indent fix 2013-06-11 15:54:56 -07:00
Kevin Sawicki
a3d896f456 Mention archive viewer 2013-06-10 14:22:30 -07:00
Kevin Sawicki
00313c747a Mention TODO 2013-06-07 08:29:05 -07:00
Kevin Sawicki
2ffd187094 Mention full screen persistence 2013-06-07 08:27:53 -07:00
Kevin Sawicki
efdb750334 Mention make package 2013-06-06 11:02:57 -07:00
Kevin Sawicki
6f21ea930a Menion opening fuzzy finder to specific line 2013-06-06 10:23:58 -07:00
Kevin Sawicki
09b15bab9b Mention tree view and utf8 fixes 2013-06-04 13:55:07 -07:00
Kevin Sawicki
603868a8c9 Mention installing packages 2013-05-22 16:02:48 -07:00
Kevin Sawicki
530965ac7e Mention .git in search results 2013-05-21 21:20:39 -07:00
Kevin Sawicki
075018d03d Mention disabled packages fix 2013-05-16 11:45:38 -07:00
Kevin Sawicki
e9f9c6e777 Mention fuzzy finder 2013-05-16 08:51:04 -07:00
Kevin Sawicki
ebb68c3386 Mention new icon 2013-05-13 09:33:17 -07:00