Commit Graph

45 Commits

Author SHA1 Message Date
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
Kevin Sawicki
962b559638 Mention fuzy finder fix 2013-05-08 10:25:54 -07:00
Kevin Sawicki
f556890873 Mention icon 2013-05-02 14:21:22 -07:00
Kevin Sawicki
ca4cfe358f Mention update and indent guide fixes 2013-05-01 21:26:15 -07:00
Kevin Sawicki
1afe4f0cd9 Mention missing wrap guide fix 2013-04-30 23:02:48 -07:00
Kevin Sawicki
6077cf2389 Mention save error with markdow preview 2013-04-30 22:06:05 -07:00
Kevin Sawicki
f0d3a06655 Mention dev mode fixes 2013-04-29 18:02:40 -07:00
Corey Johnson & Kevin Sawicki
b56f4a129f Mention fixed freeze 2013-04-29 12:15:10 -07:00
Kevin Sawicki
994138c7a6 Mention meta-N command 2013-04-29 10:29:46 -07:00
Kevin Sawicki
e3295059a0 Mention bug fixes and new features 2013-04-26 09:53:17 -07:00
Kevin Sawicki
d69a32d551 Mention invisibles bug 2013-04-25 10:10:00 -07:00
Kevin Sawicki
faaaa538a9 Enable git-diffs by default 2013-04-25 09:36:26 -07:00
Kevin Sawicki
443056ef5c Mention faster startup time 2013-04-24 22:10:57 -07:00
Kevin Sawicki
6b0a466596 Mention newly included bundles 2013-04-24 22:00:01 -07:00
Kevin Sawicki
d6eb1aba75 Mention hyperlink opening 2013-04-24 21:51:20 -07:00
Kevin Sawicki
c1769c3de1 Get this changelog started 2013-04-24 21:48:59 -07:00
Adam Roben
ae1757aa4a Add an empty changelog for Constructicon 2013-03-05 14:32:51 -08:00