Dave Rael
bcfb6ab407
Remove explicit returns
2015-10-15 16:57:12 -06:00
Dave Rael
ef71211b82
Always include portable home path in warning
...
when warning that portable home path not writable
2015-10-15 16:35:35 -06:00
Dave Rael
28a1bbf9a2
Fix function names - consistent with convention
2015-10-15 14:35:04 -06:00
Dave Rael
265ee01c1d
Clean convention inconsistencies for portable mode
2015-10-15 14:32:33 -06:00
Dave Rael
16c2391b14
Add notification if Portable Home not writable
2015-10-14 14:03:32 -06:00
Dave Rael
4312f76ed7
Added command line parameter to set portable
...
If parameter included, home directory will be copied to the portable
location to make this a portable install
2015-10-13 05:43:01 -06:00
Dave Rael
b8a153781e
Implement Portable Mode
...
According to these specifications:
Portable mode only applies to Windows (for now)
Portable mode only applies if ATOM_HOME is not set
If there is a .atom directory as sibling to directory with running process
use that as ATOM_HOME
2015-10-09 11:20:41 -06:00
Dave Rael
f067fdb7cd
Merge branch 'master' into portable-mode
...
Conflicts:
src/browser/main.coffee
2015-10-06 14:28:10 -06:00
Jeremy Ebneyamin
5b522f70c2
🐛 Fix Windows context menu shortcut
...
Fix the bug where Open With Atom on Windows machines will fail for paths
containing spaces. Wraps quotes around the path to the Atom executable
in the reg key string.
2015-10-02 00:06:30 -07:00
Nathan Sobo
9ec6bcd9c6
Merge pull request #8931 from ssorallen/texteditor-decoratemarker
...
Link Gutter::decorateMarker to TextEditor::decorateMarker
2015-10-01 13:30:31 -06:00
Ross Allen
1670357293
Link Gutter::decorateMarker to TextEditor::decorateMarker
...
`Gutter::decorateMarker` passes its `decorationParams` object through to
`TextEditor::decorateMarker`. Rather than duplicate documentation and
fall out-of-date (as was surfaced in #8920 ), link the
`TextEditor::decorateMarker` as the canonical docs location.
2015-10-01 10:08:36 -07:00
Max Brunsfeld
2cd4826e62
Merge pull request #8862 from phord/dot-git-files
...
🐛 Teach Atom to read .git files
2015-10-01 09:32:49 -07:00
Nathan Sobo
1940d4584b
Fix typos
...
/cc @izuzak since I don’t want to open a PR for this
2015-09-30 15:01:52 -06:00
Antonio Scandurra
214f42b2e7
🎨 Unify ::updateScroll... and ::commitPendingScroll...
2015-09-30 12:32:07 +02:00
Antonio Scandurra
c1ef87ac8b
🎨
2015-09-30 10:35:19 +02:00
Antonio Scandurra
0f8041c611
Merge branch 'master' into as-fix-deprecations
2015-09-30 10:23:38 +02:00
Antonio Scandurra
5cb63c8b90
Add feature flag to detect logical display buffer
2015-09-30 10:16:47 +02:00
Antonio Scandurra
cc98cab917
Better rows per page calculation
2015-09-30 09:17:43 +02:00
Antonio Scandurra
5cfc5b67ae
Allow listening for TextEditorElement events before attaching it
...
Fixes atom/wrap-guide#43
/cc: @maxbrunsfeld
2015-09-30 09:09:33 +02:00
Max Brunsfeld
17d962f428
Merge pull request #8983 from atom/mb-use-key-path-helpers
...
Use key-path-helpers module instead of underscore-plus
2015-09-29 09:55:26 -07:00
Thomas Johansen
6166c81e4c
Merge pull request #8972 from atom/tj-fix-deprecated-reference-in-docs
...
Update reference to deprecated method Project::getRepo
2015-09-29 08:41:15 +02:00
Antonio Scandurra
f877f3695d
Revert "Temporarily un-deprecate TextEditor methods"
...
This reverts commit 8fb4e887df .
2015-09-29 08:25:51 +02:00
Antonio Scandurra
e648d880ed
Manually set rows per page in the model
2015-09-29 08:24:28 +02:00
Max Brunsfeld
d55398b77b
Use key-path-helpers module instead of underscore-plus
2015-09-28 17:27:15 -07:00
Max Brunsfeld
8fb4e887df
Temporarily un-deprecate TextEditor methods
2015-09-28 10:30:01 -07:00
Antonio Scandurra
3ad9bb3d21
Fix typo on TextEditorElement ::getWidth/::getHeight
2015-09-28 14:14:23 +02:00
Thomas Johansen
efda18ae73
📝 Update reference to deprecated method
...
GitRepository class documentation references deprecated method
Project::getRepo. This resolves that by instead using the replacement
Project::getRepositories.
Although, it seems as if that will be removed in v2.0, so perhaps we should
update this to instead using the async Project::getDirectories method, coupled
with Project::repositoryForDirectory?
/cc @atom/feedback
Fixes #8971
2015-09-28 13:34:36 +02:00
Antonio Scandurra
575d79acce
Merge pull request #8604 from lpommers/pressing-esc-on-multiple-cursors-returns-to-original-cursor-or-selection
...
Pressing esc on multiple cursors returns to original cursor or selection
2015-09-28 10:01:42 +02:00
Wliu
7c0a656036
🔥 Remove hardcoded Makefile tab behavior
2015-09-26 15:54:51 -04:00
Antonio Scandurra
f17767a2bc
Merge pull request #8905 from atom/as-display-buffer-logical-coordinates
...
Use logical coordinates in DisplayBuffer
2015-09-26 18:05:10 +02:00
Max Brunsfeld
ff8203460a
Merge branch 'master' into mb-adjust-app-name-by-channel
...
Conflicts:
build/Gruntfile.coffee
2015-09-25 14:47:58 -07:00
Antonio Scandurra
74deceb037
🎨
2015-09-25 18:03:07 +02:00
Antonio Scandurra
7316eb4d52
🔥 Drop deprecated methods from the public API
2015-09-25 17:27:14 +02:00
Antonio Scandurra
7cd318f55a
🔥
2015-09-25 13:28:18 +02:00
Antonio Scandurra
a0277728d6
🔥 Remove deprecated methods
2015-09-25 12:58:23 +02:00
Antonio Scandurra
bded7e4fb0
💚
2015-09-25 12:04:25 +02:00
Antonio Scandurra
051baebd9c
Shim ::setHeight and ::getHeight to TextEditorElement
2015-09-25 11:15:41 +02:00
Antonio Scandurra
33a67ad3c9
Shim ::setWidth and ::getWidth to TextEditorElement
2015-09-25 11:05:41 +02:00
Antonio Scandurra
ce714b9852
🎨 Rename to ::onDidRequestAutoscroll
2015-09-25 10:57:09 +02:00
Antonio Scandurra
b0d70a63c6
Prevent default event for actions that won't lead to scrolling
2015-09-25 10:55:03 +02:00
Antonio Scandurra
0e72593a0c
Enforce a 'last scroll wins' model for batched scrolls
2015-09-25 10:43:20 +02:00
Antonio Scandurra
d65b5d1793
Revert "Maintain scroll history"
...
This reverts commit 2e6bb53303 .
2015-09-25 10:31:48 +02:00
Max Brunsfeld
7a0fa8ecdc
Merge pull request #8897 from ssorallen/lowercase-optional
...
Use lowercase 'optional' keyword used by docs
2015-09-24 11:26:07 -07:00
Antonio Scandurra
2e6bb53303
Maintain scroll history
2015-09-24 16:25:58 +02:00
Antonio Scandurra
365a586466
Ensure realScroll... is up to date with scroll...
2015-09-24 15:16:40 +02:00
Antonio Scandurra
270334b713
Adjust pixelRectForScreenRange to return absolute values
2015-09-24 11:30:46 +02:00
Antonio Scandurra
19ca87f79f
💚 Fix specs
2015-09-24 11:27:54 +02:00
Antonio Scandurra
535a9da946
wip
2015-09-24 11:21:26 +02:00
Antonio Scandurra
a137e50857
Merge pull request #8895 from atom/as-undefined-offset-height
...
Allow null TextEditorComponent::domNode during visibility check
2015-09-24 10:33:44 +02:00
Antonio Scandurra
3236c8f0f8
Let's start with deprecations!
2015-09-24 10:07:38 +02:00