Kevin Sawicki
|
275ee62e8d
|
💩 Upgrade telepath
|
2013-08-23 15:50:50 -07:00 |
|
Kevin Sawicki
|
62a19aa6fa
|
🐎 Upgrade telepath
|
2013-08-23 15:18:15 -07:00 |
|
probablycorey
|
78b9a99f86
|
Add window:run-package-specs command
This will only run specs found in the current projects spec directory
|
2013-08-23 09:02:22 -07:00 |
|
probablycorey
|
ba632751a0
|
Rename application:run-specs to application:run-all-specs
|
2013-08-23 09:02:22 -07:00 |
|
Nathan Sobo
|
96a16494ff
|
Add a proposals folder in docs and put the private beta stuff there
|
2013-08-22 21:21:40 -06:00 |
|
Nathan Sobo
|
a39d1c274e
|
🐎 Upgrade telepath for performance improvements
Again, addresses #734 but we're still too slow.
|
2013-08-22 19:24:43 -06:00 |
|
Kevin Sawicki
|
de8dab5939
|
Upgrade to collaboration@0.7.0
|
2013-08-22 14:53:35 -07:00 |
|
Kevin Sawicki
|
f32a289193
|
Store relative buffer path instead of id
This allows the tokenized buffer to be deserialized during reopening
from the pane container.
Closes #744
|
2013-08-22 14:42:08 -07:00 |
|
Kevin Sawicki
|
92a80208d3
|
Update the relative path when the buffer's file moves
|
2013-08-22 13:59:46 -07:00 |
|
Kevin Sawicki
|
2793ebb5c4
|
Remove unused bufferId from edit session document
This is now on tokenized buffer instead.
|
2013-08-22 13:07:28 -07:00 |
|
Kevin Sawicki
|
44d90615ec
|
Remove unused ivar
|
2013-08-22 13:05:51 -07:00 |
|
Kevin Sawicki
|
7bf350251e
|
Add EditSession::getRelativePath
Closes #746
|
2013-08-22 12:16:44 -07:00 |
|
Kevin Sawicki
|
e4b5cfd600
|
Call AtomPackage::deactivateConfig from AtomPackage::deactivate
This adds back support for a package's main module implementing
deactivateConfig.
|
2013-08-22 11:13:32 -07:00 |
|
Kevin Sawicki
|
20a669e94f
|
Upgrade to settings-view@0.8.0
|
2013-08-22 11:04:03 -07:00 |
|
Kevin Sawicki
|
25be233c5f
|
Call AtomPackage::activateConfig from AtomPackage::activateNow
Previously this method was unused and so packages implementing
activateConfig were not being called.
|
2013-08-22 11:01:17 -07:00 |
|
Matt Colyer
|
13f35bc6e3
|
Fix documentation links
|
2013-08-22 10:43:45 -07:00 |
|
Joel Glovier
|
2efc39a265
|
Fixed broken links in ReadMe
|
2013-08-22 13:31:31 -04:00 |
|
Joel Glovier
|
1a31e3418d
|
Fixed broken links for configuring.md, theming.md, and extending.md
|
2013-08-22 13:29:37 -04:00 |
|
Joel Glovier
|
090d350802
|
Fixed broken links to configuring.md, theming.md and extending.md
|
2013-08-22 13:28:33 -04:00 |
|
Joel Glovier
|
4f547b8c21
|
Fixed broken links to configuring, theming, and extending.
|
2013-08-22 13:27:52 -04:00 |
|
Kevin Sawicki
|
76992dfaeb
|
Upgrade to autocomplete@0.3.0
|
2013-08-22 09:32:52 -07:00 |
|
Kevin Sawicki
|
070a72e76c
|
Add ctrl-A/E keybinding to select to beginning/end of line
Closes #711
|
2013-08-22 09:00:02 -07:00 |
|
Kevin Sawicki
|
95a23cdada
|
Add default config for editor.softTabs
|
2013-08-21 18:53:34 -07:00 |
|
Kevin Sawicki
|
6fa0c82fac
|
Mention soft wrap and tab length setting
|
2013-08-21 18:52:14 -07:00 |
|
Kevin Sawicki
|
a0db412140
|
Use editor.softTabs config value when creating edit sessions
This replaces the internal softWrap state and removes the previous
getter and setter for this value that was on Project.
|
2013-08-21 18:12:26 -07:00 |
|
Kevin Sawicki
|
2f4a57e5e4
|
Remove get/setSoftWrap from Project
The config should now be the place that soft wrap settings is interacted
with.
|
2013-08-21 18:08:59 -07:00 |
|
Kevin Sawicki
|
0da647acdf
|
Use display: inline for editor fold marker
This prevents it from wrapping to the next line when the window
is narrower than the line length.
Closes #211
|
2013-08-21 17:52:19 -07:00 |
|
Kevin Sawicki
|
147e75ad95
|
Use editor.softWrap config value when creating edit sessions
Closes #666
|
2013-08-21 17:17:06 -07:00 |
|
Kevin Sawicki
|
2f4db45320
|
Use editor.tabLength config value when creating edit sessions
Closes #708
|
2013-08-21 17:12:04 -07:00 |
|
Kevin Sawicki
|
c18810ca67
|
Upgrade to settings-view@0.7.0
|
2013-08-21 16:48:38 -07:00 |
|
probablycorey
|
204de3ac24
|
Support long version for foreground command
|
2013-08-21 16:19:37 -07:00 |
|
probablycorey
|
986a9ce0a0
|
Add cli option to keep the browser process running in the foreground
|
2013-08-21 16:19:37 -07:00 |
|
probablycorey
|
25b7d356a1
|
Make load paths work when Atom is run in stable mode
|
2013-08-21 16:19:37 -07:00 |
|
probablycorey
|
e833649111
|
Remove aa script and replace it with compile-main-to-app
|
2013-08-21 16:19:37 -07:00 |
|
probablycorey
|
0d74753d3e
|
The browser process loads files from the resource path in dev mode
main.coffee is the only exception
|
2013-08-21 16:19:37 -07:00 |
|
Kevin Sawicki
|
9306c9b262
|
Upgrade to symbols-view@0.3.0
|
2013-08-21 15:58:28 -07:00 |
|
Kevin Sawicki
|
283cbcc9ab
|
Use constructor.name instead of hard-coded string
|
2013-08-21 15:41:27 -07:00 |
|
Kevin Sawicki
|
935df2f4f1
|
Add issues url to package.json
|
2013-08-21 15:40:55 -07:00 |
|
Kevin Sawicki
|
07bcd8c1ef
|
Upgrade to archive-view@0.3.0
|
2013-08-21 15:40:00 -07:00 |
|
Kevin Sawicki
|
6ad088f6d5
|
Upgrade to settings-view@0.6.0
|
2013-08-21 14:57:39 -07:00 |
|
Kevin Sawicki
|
b181a77130
|
Upgrade to image-view@0.3.0
|
2013-08-21 14:57:39 -07:00 |
|
Matt Colyer
|
d83adc3a27
|
Update documentation concerning themes
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
1ad971f424
|
Consistently use 'cmd' to represent 'meta' key
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
0b8800c818
|
Document favoring less over css
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
bb7d8812da
|
Update document regarding symbols
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
f0677e43fa
|
First pass at documentation correctness
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
159f521104
|
Reorganize documentation
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
46d713169f
|
Add missing guides to the index
|
2013-08-21 14:53:56 -07:00 |
|
Matt Colyer
|
95535d93c6
|
Remove package related documentation from core
|
2013-08-21 14:53:56 -07:00 |
|
Corey Johnson & Nathan Sobo
|
7173467b1a
|
🐎 Upgrade telepath to improve fold performance
This addresses #734. It improves performance from ~10s to ~1.5s when
running a foldAll on edit-session-spec. This still needs to get better.
|
2013-08-21 15:22:25 -06:00 |
|