Ben Ogle
617f0ae79a
tests work again
2013-07-24 12:11:33 -07:00
Ben Ogle
cf3de0e8dc
move autoflow into lib dir
2013-07-24 12:11:32 -07:00
Ben Ogle
173c47f780
Fix issue in jumping to next bookmark
2013-07-24 12:07:56 -07:00
Ben Ogle
77e12e3658
add comment about using better invalidation strategy
2013-07-24 12:07:56 -07:00
Ben Ogle
8db9551700
Handle one bookmark
2013-07-24 12:07:56 -07:00
Ben Ogle
ece0c76158
Use @editor.command to bind to commands
2013-07-24 12:07:56 -07:00
Ben Ogle
8881847c61
Handle jumping case when no bookmarks
2013-07-24 12:07:55 -07:00
Ben Ogle
4254efd49e
remove fdescribe
2013-07-24 12:07:55 -07:00
Ben Ogle
6968075d38
Jumping to bookmarks works
2013-07-24 12:07:55 -07:00
Ben Ogle
3cb29e1d5c
visually marks bookmarked lines
2013-07-24 12:07:55 -07:00
Ben Ogle
e632b091f9
add initial bookmark plugin
2013-07-24 12:07:55 -07:00
Ben Ogle
afa92e51f6
update changelog for the folding changes
2013-07-24 12:05:16 -07:00
Ben Ogle
d746c7566c
Fix CommandPanel spec
...
I added a new sample-with-comments.js file which
has more matches for 'sort', so the test needed
to be updated.
2013-07-24 12:05:16 -07:00
Ben Ogle
0a075c6934
remove fdescribe
2013-07-24 12:05:16 -07:00
Ben Ogle
cef3b7d634
move folding tests from EditSession -> LanguageMode
2013-07-24 12:05:16 -07:00
Ben Ogle
c31ba651cf
Add shortcuts for folding at an indent level.
2013-07-24 12:05:16 -07:00
Ben Ogle
d4d3426b4e
Add foldAllAtIndentLevel()
2013-07-24 12:05:16 -07:00
Ben Ogle
89e3d2efec
Rearrange folding functions
...
I think it is more clear to have small constituent
functions below functions that compose them. IMO,
this reads better.
2013-07-24 12:05:15 -07:00
Ben Ogle
c2326d096b
Fold comments in foldAll()
2013-07-24 12:05:15 -07:00
Ben Ogle
18146346f6
add failing comment fold tests
2013-07-24 12:05:15 -07:00
Ben Ogle
519c514092
add a new sample with some comments
2013-07-24 12:05:15 -07:00
Ben Ogle
4187615fa7
Fix test
2013-07-24 11:53:33 -07:00
Ben Ogle
d98ea0180c
Proper handling of cursor up and down behavior when selection range
2013-07-24 11:53:33 -07:00
Ben Ogle
226a4bf391
Add tests for moving to end of selection
2013-07-24 11:53:33 -07:00
Ben Ogle
a689a5906e
add moveToEndOfSelection option to moveLEft and moveRight
2013-07-24 11:53:33 -07:00
Kevin Sawicki
71cbcf9c4a
Enable peer.js debug flag
...
This will log messages from the reliable library to try
and debug the packet loss issue.
2013-07-24 08:29:07 -07:00
Kevin Sawicki
40d76d2db9
Replace git global with project.getRepo()
2013-07-23 19:31:32 -07:00
Kevin Sawicki & Nathan Sobo
79fab6602f
Don't replicate spell check markers
2013-07-23 18:31:30 -07:00
Kevin Sawicki & Nathan Sobo
672d0051cc
Upgrade to peer.js 0.2.8
2013-07-23 18:04:52 -07:00
Kevin Sawicki & Nathan Sobo
865ab16fdf
Uncomment essential logging lines
2013-07-23 17:52:05 -07:00
Corey Johnson & Matt Colyer
ce2a613858
Remove sharing ivar from Host Session
2013-07-23 17:49:20 -07:00
Corey Johnson & Matt Colyer
087c4c60a1
Don't turn on the web cam until sharing is begun
2013-07-23 17:49:20 -07:00
Corey Johnson & Matt Colyer
77acaf0a1a
Refactor Host Session
2013-07-23 17:49:20 -07:00
Corey Johnson & Matt Colyer
12ffff9dde
Refactor guest session
2013-07-23 17:49:20 -07:00
Corey Johnson & Matt Colyer
81147c4bc6
Add TURN server support for all WebRTC connections
2013-07-23 17:49:19 -07:00
Matt Colyer
0e3940373d
Add user to turn server configuration
2013-07-23 17:49:19 -07:00
Corey Johnson & Matt Colyer
07dea75562
Configure TURN and STUN servers
2013-07-23 17:49:19 -07:00
Kevin Sawicki & Nathan Sobo
1bd9a6bef3
Display cursors from all replicas
2013-07-23 17:49:19 -07:00
Kevin Sawicki & Nathan Sobo
1bf6307480
Display selections from all replicas
2013-07-23 17:49:19 -07:00
Kevin Sawicki & Nathan Sobo
b8b9653fc0
💄
2013-07-23 17:49:19 -07:00
Kevin Sawicki & Nathan Sobo
636f81703c
Distinguish remote and local selections in EditSession
...
Also: Add an Environment spec helper class that swaps out global
variables to simulate running code in different environments for the
replication specs.
2013-07-23 17:49:14 -07:00
Ben Ogle
18370bb663
Merge pull request #645 from github/bo-move-word-behavior
...
Add new commands for moving between words
2013-07-23 15:38:37 -07:00
Ben Ogle
1465736974
Merge branch 'master' into bo-move-word-behavior
...
Conflicts:
src/app/editor.coffee
2013-07-23 15:34:20 -07:00
Ben Ogle
3907344fef
Merge pull request #646 from github/bo-small-dark-theme-change
...
Small dark theme change
2013-07-23 15:32:51 -07:00
Ben Ogle
7c414d47cb
Merge pull request #644 from github/bo-fix-scrollbar-issues
...
Fix scrollbar css issues
2013-07-23 15:31:38 -07:00
Kevin Sawicki
5161a71bae
Remove unused telepath key from initial data hash
2013-07-23 12:02:59 -07:00
Kevin Sawicki & Nathan Sobo
9c67aa105b
Replace createSite with new Site
2013-07-23 11:58:41 -07:00
Kevin Sawicki
adbdb1492f
DRY up repo URL to project path mapping
2013-07-23 11:56:42 -07:00
Kevin Sawicki
4fff0b9792
Remove project path from state so it doesn't replicate
2013-07-23 11:40:21 -07:00
Kevin Sawicki
4c912f4538
Pretty print window state JSON when serializing to disk
2013-07-23 11:34:03 -07:00