Kevin Sawicki
35cf96e15f
Render empty line invisibles at correct position
...
End of line invisibles are not rendered at the correct
position for empty lines instead of always after the
last indent guide span.
Closes #456
2013-05-01 20:54:09 -07:00
Corey Johnson & Nathan Sobo
7a9d408425
Add rootView to tab spec
2013-05-01 17:41:25 -07:00
Nathan Sobo
69300e0766
Make Buffer.transact restore marker ranges on undo/redo of transaction
...
We no longer need to restore selection ranges before and after
transactions now because selections are based on markers so they go
along for the ride for free. This allows us to delegate directly to
Buffer.transact from EditSession.
2013-05-01 18:38:40 -06:00
Corey Johnson & Nathan Sobo
559f76e887
Dragging a tab from one pane to another clears all placement markers
...
Closes #528
2013-05-01 17:36:54 -07:00
Kevin Sawicki
6eb88278ae
Only return false if focused
...
Previously the editor would not gain focus if the underlayer was clicked.
2013-05-01 17:27:33 -07:00
Garen Torikian
662ddf9fd6
Update documentation to push threshold back past 80%
2013-05-01 17:21:05 -07:00
Kevin Sawicki
698f670350
Remove mini class from grammar selector
...
Grammars were wrapping when miniaturized even though
there was plenty of room.
2013-05-01 17:13:46 -07:00
Kevin Sawicki
7e15a343f3
Add primary/secondary line classes to select list
...
This will be a style that can be used by extending
classes to provide two lines that don't wrap with
color and padding.
This is initially used by symbols view and fuzzy finder.
2013-05-01 17:09:37 -07:00
Garen Torikian
f47eea1e6c
💄
2013-05-01 17:03:12 -07:00
Garen Torikian
5a944514f3
Rewrite all hash key options
2013-05-01 17:01:55 -07:00
Garen Torikian
fb955667f5
Resolve references to Internal
2013-05-01 17:01:55 -07:00
Garen Torikian
31aaa23b20
Update tokenizedbuffers
2013-05-01 17:01:55 -07:00
Garen Torikian
4d239b46e2
Update textmatescopeselector
2013-05-01 17:01:55 -07:00
Garen Torikian
856b07197a
Update textbuffer
2013-05-01 17:01:55 -07:00
Garen Torikian
d07751605a
Update textbuffer
2013-05-01 17:01:55 -07:00
Garen Torikian
ddb09e98e8
Update selection
2013-05-01 17:01:55 -07:00
Garen Torikian
75b40f603a
Update screen-line
2013-05-01 17:01:55 -07:00
Garen Torikian
5c21d71461
Update root-view
2013-05-01 17:01:54 -07:00
Garen Torikian
6c5f310cba
Update range
2013-05-01 17:01:54 -07:00
Garen Torikian
909a951ff0
Update project
2013-05-01 17:01:54 -07:00
Garen Torikian
51a07bdb31
Update point
2013-05-01 17:01:54 -07:00
Garen Torikian
3dcdf0863e
Update line-map
2013-05-01 17:01:54 -07:00
Garen Torikian
46b5731ac4
Update line-map
2013-05-01 17:01:54 -07:00
Garen Torikian
9be438d2f7
Update language-mode
2013-05-01 17:01:54 -07:00
Garen Torikian
bb8f4fb092
Update image-view
2013-05-01 17:01:54 -07:00
Garen Torikian
7b65a68450
Update image-edit-session
2013-05-01 17:01:54 -07:00
Garen Torikian
7e6eecc6cf
Update gutter
2013-05-01 17:01:54 -07:00
Garen Torikian
9d709ea152
Update git
2013-05-01 17:01:54 -07:00
Garen Torikian
eadb3cf98c
Update fold
2013-05-01 17:01:54 -07:00
Garen Torikian
09e9c2f224
Update file
2013-05-01 17:01:53 -07:00
Garen Torikian
dbae05605b
Update eventemitter
2013-05-01 17:01:53 -07:00
Garen Torikian
3c5b721177
Update Editor
2013-05-01 17:01:53 -07:00
Garen Torikian
b0e4ce7bb8
Update EditSession
2013-05-01 17:01:53 -07:00
Garen Torikian
2bf7adef5c
A slight modification to EditSession
2013-05-01 17:01:53 -07:00
Garen Torikian
34fb03fbd3
Update DisplayBuffer
2013-05-01 17:01:53 -07:00
Garen Torikian
a8a28fea18
Update DisplayBufferMarker
2013-05-01 17:01:53 -07:00
Garen Torikian
16cef29925
Update directory
2013-05-01 17:01:53 -07:00
Garen Torikian
26564ee020
Update cursor
2013-05-01 17:01:53 -07:00
Garen Torikian
66a80ade30
Update config
2013-05-01 17:01:53 -07:00
Garen Torikian
685ec5d8d7
Update buffer-marker docs
2013-05-01 16:58:43 -07:00
Garen Torikian
2357f46761
Fix block comments in src
2013-05-01 16:58:43 -07:00
Kevin Sawicki
71e73750e2
Kill negative top margin on path
2013-05-01 16:52:13 -07:00
Kevin Sawicki
37b298fcba
Lessify the base fuzzy finder stylehsheet
2013-05-01 16:51:39 -07:00
Kevin Sawicki
01ad97e7b0
Show ellipsis for long paths in fuzzy finder
...
Previously the directory was shown after the file name
and it would wrap if too long causing inconsistent row
heights.
Now the full path is shown below the name in a smaller font
and both the path and file are set to overflow with an ellipsis.
2013-05-01 16:46:22 -07:00
Nathan Sobo
988f4da6e1
Always restore marker ranges on undo/redo, even for valid markers
2013-05-01 17:32:39 -06:00
Nathan Sobo
a9c599abeb
Isolate folds on a per-display-buffer basis
...
Creating a fold in one pane now has no effect on an edit session
for the same buffer in another pane. Before they were polluting each
other by sharing the same fold markers.
2013-05-01 16:24:32 -06:00
Nathan Sobo
c717d23901
🔫 dead code
2013-05-01 16:15:28 -06:00
Nathan Sobo
6153375c76
Base folds on buffer markers, since they don't rely on screen coords
...
When creating a display buffer for buffers that already have fold
markers, which we'll eventually do on refresh, basing folds on
full-blown display buffer markers is a problem because we end up
creating display buffer markers during construction of the line map.
When we create a display buffer marker it memoizes its screen positions,
but since the line map isn't built yet we have nothing to translate
against. Basically, since the line map depends on folds, folds can't
depend on the line map. Luckily, they don't need to. Buffer markers
work just fine.
2013-05-01 16:14:25 -06:00
probablycorey
0be166bb59
Remove the bottomPaddingInLines from editor
2013-05-01 13:54:37 -07:00
probablycorey
cb2d24baca
Listen for clicks outside of the render lines on the underlayer
2013-05-01 13:54:37 -07:00