Nathan Sobo
efb384ba3b
⬆️ exception-reporting
2015-07-08 16:31:14 -05:00
Kevin Sawicki
4222e3c7f2
Prepare 1.0.3
2015-07-08 14:30:12 -07:00
Kevin Sawicki
943259800b
⬆️ tree-view@0.177
v1.0.2
2015-07-08 14:04:23 -07:00
Max Brunsfeld
17c5aea56c
⬆️ language-go
2015-07-08 11:41:01 -07:00
Max Brunsfeld
009a65c1f3
Merge pull request #6808 from svanharmelen/f-improve-indenting
...
Change hard coded restrictions to enable more correct indentions
2015-07-08 11:33:49 -07:00
Sander van Harmelen
eaf814e5be
Improve auto indenting by removing a hard coded restriction and adding a 3rd regexp
...
Currently there are only two regexps that can influence the indents.
Those are `increaseIndentPattern` (which tells Atom the indent of next
line should be increased) and `decreaseIndentPattern` (which tells Atom
the indent of the current line should be decreased).
But I found that a couple of languages would need a 3rd regexp in order
to support their use cases. This 3rd regexp should be a mixture of the
existing two so it tells Atom that the indent of the next line should
decrease.
I’ll add a screencast to show a use case for this 3rd regexp which I
would like to call `decreaseNextIndentPattern`.
2015-07-08 20:30:21 +02:00
Kevin Sawicki
1ebc8db123
Prepare 1.0.2
2015-07-08 11:09:28 -07:00
Nathan Sobo
a094142a45
Merge pull request #7778 from atom/ns-mb-suppress-line-measurement-exceptions
...
Suppress line measurement exceptions and gather data to solve them
v1.0.1
2015-07-08 12:43:55 -05:00
Kevin Sawicki
c636b4e73a
⬆️ language-php@0.27
2015-07-08 09:22:03 -07:00
Nathan Sobo
a13e002079
Use atom.getCurrentWindow()
2015-07-07 20:19:22 -05:00
Nathan Sobo
7b95ba0a08
⬆️ exception-reporting
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-07-07 19:34:37 -05:00
Nathan Sobo
08fe81844c
Guard against IndexSizeError when measuring lines
...
Refs #7464 #7465 #5997
This will ask the user for the content of the offending line, but only
once so as not to be annoying. Hopefully this and the other data we’re
collecting will help us solve the problem.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-07-07 19:33:21 -05:00
Nathan Sobo
54549f916a
Change assertion API to pass error to callback
...
Don’t assume anything about metadata. Just give assertion callers access
to the error object.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-07-07 19:29:23 -05:00
Nathan Sobo
4091fa9e78
Merge pull request #7770 from atom/ns-only-forward-menu-action-on-osx
...
Handle native chromium undo, redo, cut, copy, paste, selectAll on all platforms
2015-07-07 19:26:04 -05:00
Kevin Sawicki
a6fdf12841
⬆️ autosave@0.22
2015-07-07 17:12:09 -07:00
Nathan Sobo
a4d716c491
Call native method on WebContents instead of sendActionToFirstResponder
...
Fixes #6587
2015-07-07 16:34:35 -05:00
Kevin Sawicki
11644b41c8
Merge pull request #7769 from atom/ks-validate-notifications
...
Validate atom.notifications input
2015-07-07 14:29:17 -07:00
Kevin Sawicki
a6dfbb2804
Remove string detail check
...
This appears to be in use by other packages
Refs atom/notifications#50
2015-07-07 13:46:53 -07:00
Kevin Sawicki
3a02b54851
details -> detail
2015-07-07 13:46:53 -07:00
Kevin Sawicki
93069fad75
Add stricter object checking
2015-07-07 13:46:53 -07:00
Kevin Sawicki
7fbcd147d5
Make Notification::getDetail public
2015-07-07 13:46:53 -07:00
Kevin Sawicki
4ba552c515
Valid message, options, and detail
2015-07-07 13:46:52 -07:00
Kevin Sawicki
24a56e974b
Add specs for message, options, and detail
2015-07-07 13:46:52 -07:00
Nathan Sobo
062d948d7d
⬆️ pathwatcher
2015-07-07 15:27:53 -05:00
Nathan Sobo
09501ffa95
⬆️ pathwatcher
...
Closes #5593
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-07-07 14:52:17 -05:00
Ben Ogle
e008ba329f
⬆️ settings-view@0.211.0
2015-07-07 12:28:52 -07:00
Kevin Sawicki
4d697d5491
⬆️ tree-view@0.176
2015-07-07 11:24:01 -07:00
Kevin Sawicki
2e2fef0c47
Merge pull request #7768 from atom/iz-more-guards-in-pane-error-handling
...
Guard against non-string messages in Pane.handleSaveError
2015-07-07 11:09:29 -07:00
Ben Ogle
37cb6b6d9e
Merge pull request #7767 from ssorallen/package-manager-docs
...
Add 'name' arg docs to PackageManager functions
2015-07-07 10:51:25 -07:00
Ivan Žužak
cd31770121
Guard against non-string messages in Pane.handleSaveError
2015-07-07 19:51:16 +02:00
Ross Allen
178fffa74e
Add 'name' arg docs to PackageManager functions
2015-07-07 10:49:45 -07:00
Kevin Sawicki
34d3dadd51
📝 Mention --include-deprecated-apis is not currently supported
2015-07-07 10:42:22 -07:00
Kevin Sawicki
b852b06724
Merge pull request #7717 from atom/iz-pane-handle-save-error
...
Check if error message exists before using it in Pane.handleSaveError
2015-07-07 10:14:28 -07:00
Kevin Sawicki
44b7359875
Merge pull request #7746 from atom/ks-add-task-guards
...
Guard against missing stdout/stderr on Task
2015-07-07 10:10:54 -07:00
Kevin Sawicki
b371b2f0c9
Guard against missing stdout/stderr
2015-07-07 09:50:07 -07:00
Kevin Sawicki
f4284b91ea
Add failing spec for missing stdout/stderr
2015-07-07 09:50:07 -07:00
Max Brunsfeld
1761f19efb
Merge pull request #7748 from atom/mb-emit-will-insert-text-on-paste
...
Emit will-insert-text event when pasting
2015-07-07 09:14:07 -07:00
Nathan Sobo
f47ba4164e
Merge pull request #7754 from atom/as-bug-leftover-update
...
`updateContentDimensions` when model changes
2015-07-07 07:29:45 -05:00
Antonio Scandurra
4e4b49eef8
🐛 updateContentDimensions when model changes
2015-07-07 11:28:30 +02:00
Ivan Žužak
7dfeaef560
⬆️ find-and-replace@0.174.2
2015-07-07 10:56:59 +02:00
Max Brunsfeld
8c3400c084
Emit will-insert-text event when pasting
2015-07-06 18:29:44 -07:00
Ben Ogle
ed735d80e8
⬆️ settings-view@0.210.0
2015-07-06 18:25:29 -07:00
Kevin Sawicki
ec2033c599
⬆️ encoding-selector@0.21
2015-07-06 17:16:28 -07:00
Kevin Sawicki
a6d9b0506c
Merge pull request #7744 from atom/ks-move-requires-earlier
...
Move browser process requires earlier
2015-07-06 17:08:40 -07:00
Nathan Sobo
dbec29cf49
⬆️ first-mate
...
Fixes #7644
2015-07-06 19:02:51 -05:00
Kevin Sawicki
30dccf987d
Require dialog and shell early in browser process
...
Prevents issues when the asar bundle changes before these
files are required.
2015-07-06 16:49:59 -07:00
Machisté N. Quintana
eeccf8d82a
Merge pull request #7741 from atom/mq-bump-tabs
...
tabs@0.82 .0
2015-07-06 19:07:27 -04:00
Nathan Sobo
5fe00dc803
Merge pull request #7733 from atom/as-remove-leftover-updates
...
Remove leftover update statements
2015-07-06 16:49:14 -05:00
Machisté N. Quintana
8100a2f865
⬆️ tabs@0.82.0
2015-07-06 17:19:10 -04:00
Ben Ogle
5d42b27f5f
Merge pull request #7411 from deprint/multiline-mini-editor
...
Mini editor with TextEditor::setMini
2015-07-06 13:56:20 -07:00