Kevin Sawicki
c3759feaa0
Show number of paths loaded after indexing message
2013-05-07 08:56:06 -07:00
Kevin Sawicki
96418f3640
Respect core.excludeVcsIgnoredPaths in fuzzy finder
2013-05-06 18:06:10 -07:00
Kevin Sawicki
a96c354f4f
Fork with harmony collections enabled
2013-05-06 18:04:01 -07:00
Kevin Sawicki
81462d9050
Hide/show entire loading area instead of only message
2013-05-06 16:53:34 -07:00
Kevin Sawicki
919bdca8f4
Style select list loading area similar to command panel
2013-05-06 16:34:39 -07:00
Kevin Sawicki
130e5cd3ec
Use task handler to load fuzzy finder paths
...
This use completely async calls from a process task and
also respects the repository-defined ignore rules.
Closes #509 and #514
2013-05-06 16:34:39 -07:00
Kevin Sawicki
42301210c4
Log uncaught exceptions to parent process
2013-05-06 16:34:39 -07:00
probablycorey
43a3c93d9b
Substitution commands can replace text with empty string
...
Closes #488
2013-05-06 12:11:48 -07:00
Kevin Sawicki
cc98b88e28
Expect Error instead of JSON string in markdown preview view
2013-05-06 09:42:45 -07:00
Kevin Sawicki
212a192abf
💄
2013-05-06 09:38:10 -07:00
Kevin Sawicki
ebc75b1ba8
Use site color for code elements
2013-05-06 08:34:05 -07:00
Kevin Sawicki
7be6421989
Remove incorrect error message
...
The markdown API is no longer used.
2013-05-06 08:26:02 -07:00
Nathan Sobo
b4206d3202
Merge branch 'master' into know-when-to-foldem
...
Conflicts:
src/app/edit-session.coffee
2013-05-06 08:35:13 -06:00
Nathan Sobo
e8e0d5dd02
Fix regression: folds can be destroyed by clicking them
2013-05-06 08:27:43 -06:00
Nathan Sobo
3e937e9811
Merge remote-tracking branch 'origin/master' into know-when-to-foldem
...
Conflicts:
src/app/buffer-marker.coffee
src/app/cursor.coffee
src/app/display-buffer-marker.coffee
src/app/display-buffer.coffee
src/app/edit-session.coffee
src/app/fold.coffee
src/app/line-map.coffee
src/app/range.coffee
src/app/selection.coffee
src/app/text-buffer.coffee
2013-05-03 18:29:52 -06:00
Garen Torikian
4b993b99cd
Merge pull request #507 from github/markdown-and-out
...
Swap out Markdown render logic with module
2013-05-03 16:59:00 -07:00
Garen Torikian & Nathan Sobo
839f0b642c
Merge Kevin's fix for empty line invisibles with the reshuffling of buildLineHtml methods to be on the class level
2013-05-03 16:57:42 -07:00
Garen Torikian & Nathan Sobo
f4d7586034
Refactor syntax highlighting of Markdown pre blocks
...
Extract out editor-colors class to apply background and default text color
Remove pre background coloring from Markdown preview stylesheet
2013-05-03 16:57:42 -07:00
Garen Torikian & Nathan Sobo
ab23f624af
Add pairs file for gjt
2013-05-03 16:57:42 -07:00
Garen Torikian
86484e7426
💄 for renamed method call
2013-05-03 16:57:42 -07:00
Garen Torikian
734b6778b1
Add more langauges to mapping
2013-05-03 16:57:42 -07:00
Garen Torikian
252682dd99
Syntax highlight based entirely on editor colors
2013-05-03 16:57:42 -07:00
Garen Torikian
95e14486af
Fix specs for testing highlighted lines
2013-05-03 16:57:42 -07:00
Garen Torikian
cf239ccac0
Implement highlighting of Markdown pre blocks
2013-05-03 16:57:41 -07:00
Garen Torikian
dd041945d2
Transform specs to something useful
2013-05-03 16:57:41 -07:00
Garen Torikian
1cc4c52c7a
Style emoji
2013-05-03 16:57:41 -07:00
Nathan Sobo
a2c894bcc9
Fix some docs issues
2013-05-03 17:35:01 -06:00
Nathan Sobo
ebfd8ca4c3
Give docs errors a better failure message
2013-05-03 17:34:48 -06:00
Corey Johnson & Nathan Sobo
da938d8212
Fix edit session specs concerning delete/backspace + folds
2013-05-03 17:24:08 -06:00
Corey Johnson & Nathan Sobo
855f955dec
Make BufferMarker return copies of its points so they can't be mutated
2013-05-03 17:23:24 -06:00
Corey Johnson & Nathan Sobo
1b8a8cf939
Make UndoManager.clear not cancel the transaction
...
If an exception is thrown while running an operation, we clear the
undo manager and re-throw it. But if we were in a transaction, we will
commit it in a `finally` block. If the transaction is set to null,
committing the transaction will then throw an exception which hides
the original exception… we don't want that. Now clear just empties the
current transaction out.
2013-05-03 17:21:50 -06:00
Nathan Sobo
9147e86d96
Delete unused param
2013-05-03 17:19:11 -06:00
Garen Torikian
6c748c2f87
Fix tests
2013-05-02 18:33:28 -07:00
Garen Torikian
4b6e0916c9
Swap out Markdown render logic
2013-05-02 18:33:20 -07:00
Kevin Sawicki
fa5861a626
Include $self inside heading rule
...
This allows emoji, links, etc. to be parsed
and highlighted in headings
2013-05-02 16:21:22 -07:00
Kevin Sawicki
f556890873
Mention icon
v0.8.0
2013-05-02 14:21:22 -07:00
Kevin Sawicki
55f185f980
Tweak select list colors
2013-05-02 14:08:51 -07:00
Garen Torikian
d4474e1d4d
Merge pull request #512 from github/change-status-block-tag
...
Change status block tag
2013-05-02 13:50:06 -07:00
Kevin Sawicki
b64f6c5c27
Upgrade icon to orange cube circles
2013-05-02 13:46:42 -07:00
probablycorey
616bb487f4
Correct config.observe documentation
2013-05-02 13:24:08 -07:00
probablycorey
9f4fb29b58
💄
2013-05-02 13:22:08 -07:00
Garen Torikian
1262d3fce9
💄
2013-05-02 12:22:37 -07:00
probablycorey
f4f74e1171
💄
2013-05-02 12:05:56 -07:00
probablycorey
f0c8c044c9
No longer need extra event handler
...
Since config doesn't store default values anymore, this line isn't
needed.
2013-05-02 12:05:56 -07:00
probablycorey
c13b291c64
Update config panel spec
2013-05-02 12:05:56 -07:00
probablycorey
70191ea368
Don't store config values that equal their default config value
...
If 'foo' has not been set and has a default value of 1,
config.set('foo', 1) will not store the 1.
If 'foo' has been set to X and has a default value of 1,
config.set('foo', 1) will remove 'foo' from config
2013-05-02 12:05:56 -07:00
probablycorey
d294bf4d05
💄
...
Keep the bind commands close together
2013-05-02 12:05:56 -07:00
Kevin Sawicki
10ca03f238
Don't show indent guide in truly trailing whitespace
...
Lines that are all whitespace are considered trailing
whitespace and should display the indent guide.
But lines with leading and trailing whitespace should never
have the indent guide rendered in the trailing area.
2013-05-02 11:44:49 -07:00
probablycorey
67f96e0fdd
Remove shift from all non-alphanumeric key bindings
...
There is no guarantee that the shift values for
non-alphanumeric keys will be the same across keyboards.
2013-05-02 10:29:10 -07:00
Cameron McEfee
879ce3b30d
ctrl-| to ctrl-shift-|
2013-05-02 10:01:32 -07:00