Corey Johnson
|
e7c3282f53
|
Add font-family spec
|
2013-01-30 10:15:34 -08:00 |
|
Justin Palmer
|
164b50d795
|
zero pad minutes
|
2013-01-30 10:14:26 -08:00 |
|
Justin Palmer
|
1afb2fbeb5
|
highlight the max minute
|
2013-01-30 10:14:12 -08:00 |
|
Justin Palmer
|
bc61c3ca98
|
remove when detached
|
2013-01-30 10:14:04 -08:00 |
|
Corey Johnson
|
129b574df4
|
Remove lineHeight config option and rename @rowHeight back to @lineHeight
|
2013-01-30 09:59:53 -08:00 |
|
Corey Johnson
|
e17387e7f0
|
Remove lineHeight example from docs
|
2013-01-30 09:59:53 -08:00 |
|
Justin Palmer
|
f138a29a87
|
add config option for line height
This renames the original lineHeight variable to rowHeight to avoid
collision
|
2013-01-30 09:59:53 -08:00 |
|
Justin Palmer
|
a83460452e
|
add config option for setting the font family
|
2013-01-30 09:59:53 -08:00 |
|
Justin Palmer
|
2abe3e47de
|
show actual time on scale
|
2013-01-30 09:41:49 -08:00 |
|
Justin Palmer
|
6080ba66e1
|
tweak x axis display
|
2013-01-30 09:33:39 -08:00 |
|
Corey Johnson & Kevin Sawicki
|
4db876aed1
|
Deleting before fold no longer unfolds after undo
Use same row delta computation for updating start and
end rows in folds.
|
2013-01-30 09:10:26 -08:00 |
|
Justin Palmer
|
ebc7daf1dc
|
more styles
|
2013-01-30 09:00:48 -08:00 |
|
Justin Palmer
|
0c878c5e7d
|
put editor stats in the document flow so it doesn't overlap the status bar
|
2013-01-30 09:00:40 -08:00 |
|
Justin Palmer
|
29b3a1d582
|
add keymap for editor stats
|
2013-01-30 09:00:16 -08:00 |
|
Corey Johnson
|
a2b1f33518
|
Merge branch 'word-regex-config' into dev
|
2013-01-30 08:40:04 -08:00 |
|
Corey Johnson
|
97fa9d522a
|
end/beginning word implementations are now more similar
|
2013-01-30 08:39:32 -08:00 |
|
Corey Johnson
|
f698d7e9dc
|
💄
|
2013-01-30 08:20:11 -08:00 |
|
Corey Johnson
|
086c7ef987
|
multiline regex not needed
|
2013-01-30 08:15:28 -08:00 |
|
Corey Johnson
|
1a8986aae2
|
Fix start/end for range
|
2013-01-30 08:02:19 -08:00 |
|
Kevin Sawicki
|
7a186b1ab6
|
Add python bundle as submodule
|
2013-01-29 18:21:38 -08:00 |
|
Kevin Sawicki
|
05314ae215
|
Call delete() from deleteRows()
|
2013-01-29 17:16:33 -08:00 |
|
Corey Johnson
|
a34b9296e9
|
Escape \ in editor.nonWordCharachters
|
2013-01-29 17:14:10 -08:00 |
|
Corey Johnson
|
c32836ad2c
|
_ and - both considered non word characters. Fixes #82
Maybe @defunkt wanted the reverse though (consider _ and - word characters)? Either way, it's a config option you can change now.
|
2013-01-29 17:10:27 -08:00 |
|
Corey Johnson
|
c71f58a652
|
💄
|
2013-01-29 17:08:07 -08:00 |
|
Corey Johnson
|
167b9c28fa
|
Rename wordSeparators to nonWordCharacters
|
2013-01-29 17:06:39 -08:00 |
|
Corey Johnson
|
46aefc75ab
|
Make EditSession specs match vim style word behavior
|
2013-01-29 16:57:23 -08:00 |
|
Corey Johnson
|
8973a66cfe
|
selection.selectWord will consider whitespace a word
|
2013-01-29 16:57:22 -08:00 |
|
Corey Johnson
|
dac92ca6e7
|
Make cursor.moveCursorToBeginningOfWord behave like vim
|
2013-01-29 16:57:22 -08:00 |
|
Corey Johnson
|
b66efbe3e7
|
cursor.getBeginningOfCurrentWordBufferPosition behaves like vim
|
2013-01-29 16:57:22 -08:00 |
|
Corey Johnson & Kevin Sawicki
|
1d2fa089e5
|
editor.wordRegex is now a config option.
|
2013-01-29 16:57:22 -08:00 |
|
Kevin Sawicki
|
1303e58a87
|
Don't move trailing newline for multiline selections
|
2013-01-29 16:51:33 -08:00 |
|
Justin Palmer
|
aa5660ba81
|
syntax yo
|
2013-01-29 15:46:19 -08:00 |
|
Justin Palmer
|
57c9412d99
|
fix scales
|
2013-01-29 15:44:16 -08:00 |
|
Justin Palmer
|
168f08611c
|
color dem bars
|
2013-01-29 15:44:09 -08:00 |
|
Kevin Sawicki
|
4bfa5dd7a0
|
Remove unneeded Range.fromObject call
|
2013-01-29 15:40:34 -08:00 |
|
Kevin Sawicki
|
1a04fa31d1
|
Clip range specified to Buffer.getTextInRange()
|
2013-01-29 15:35:14 -08:00 |
|
Kevin Sawicki
|
367927faa1
|
Remove unneeded empty selection logic
|
2013-01-29 15:08:21 -08:00 |
|
Kevin Sawicki
|
096566ab2a
|
Bind ctrl-meta-down to move line(s) down
Refs #134
|
2013-01-29 14:58:52 -08:00 |
|
Kevin Sawicki
|
348a0a3d9a
|
Return normalized point
|
2013-01-29 14:58:51 -08:00 |
|
Kevin Sawicki
|
66df860329
|
💄
|
2013-01-29 14:58:51 -08:00 |
|
Kevin Sawicki
|
ad7e4b63c0
|
Bind ctrl-meta-up to move line(s) up
Refs #134
|
2013-01-29 14:58:51 -08:00 |
|
Justin Palmer
|
e9ba5f8f85
|
update working smoothly
|
2013-01-29 14:57:47 -08:00 |
|
Justin Palmer
|
4b0a7a135d
|
append the bars
|
2013-01-29 13:56:53 -08:00 |
|
Justin Palmer
|
3cb4519230
|
store x and y scales
|
2013-01-29 13:56:44 -08:00 |
|
Justin Palmer
|
7b586d85f8
|
update drawing on every event
|
2013-01-29 13:39:06 -08:00 |
|
Justin Palmer
|
f6c9dc1b1c
|
append svg element
|
2013-01-29 13:38:57 -08:00 |
|
Justin Palmer
|
b065a67605
|
fat arrow detach
|
2013-01-29 13:38:38 -08:00 |
|
Justin Palmer
|
740d929cdd
|
expose d3 to the view
|
2013-01-29 13:38:19 -08:00 |
|
Justin Palmer
|
e3831dddba
|
cancel command
|
2013-01-29 13:38:00 -08:00 |
|
Justin Palmer
|
fd7358cb9a
|
maintain the event log length at 60 items
|
2013-01-29 13:21:01 -08:00 |
|