Jon Rohan
ccb95dbefc
Merge pull request #215 from github/no-family
...
Not adding a font family when the user doesn't have it set
2013-01-31 08:29:27 -08:00
Jon Rohan
11c0637220
Not adding a font family when the user doesn't have it set
2013-01-31 10:19:41 -05:00
Kevin Sawicki
f126f58921
Revert "Set white-space property to nowrap on editor lines"
...
This reverts commit 9a2db26393 .
2013-01-30 19:18:10 -08:00
Kevin Sawicki
983f1ab18b
Bind meta-~ to focus previous window
...
Closes #212
2013-01-30 18:42:04 -08:00
Kevin Sawicki
9a2db26393
Set white-space property to nowrap on editor lines
...
Allows inline-block elements adding to the line to no
be wrapped when the window is resized.
Closes #211
2013-01-30 17:54:16 -08:00
Kevin Sawicki
45dfea0559
Start tracking commands when package is activated
...
When the command logger was moved to a deferred package
the custom trigger to track events wasn't registered
until the instance was created causing most events to go
untracked.
Now the custom trigger is registered in the index.coffee
file and passed to the view instance when toggling.
2013-01-30 16:15:08 -08:00
Corey Johnson
4e7b1888b4
include ' in editor.nonWordCharacters
2013-01-30 16:04:29 -08:00
Nathan Sobo
aeb1e3fd3c
Add a script to fix the author w/ git-filter-branch
2013-01-30 16:53:36 -07:00
Kevin Sawicki
45d5e714fa
Make snippets keymaps valid CSON
...
Closes #209
2013-01-30 15:25:03 -08:00
Kevin Sawicki
8b3ade2904
Set path as tab title attribute
2013-01-30 15:08:23 -08:00
Kevin Sawicki
034281a638
💄
2013-01-30 15:06:57 -08:00
Kevin Sawicki
d30532c6aa
Show directory in tab when duplicate names are open
...
Closes #181
2013-01-30 15:05:36 -08:00
Kevin Sawicki
ed824469c1
Add initial CONTRIBUTING.md
...
Refs #189
2013-01-30 14:25:36 -08:00
Kevin Sawicki
5f343d74b2
Use new EditSession.isFoldedAtBufferRow method when moving lines
2013-01-30 13:54:26 -08:00
Kevin Sawicki
1acf0b870f
Support translating points and ranges
2013-01-30 13:49:10 -08:00
Kevin Sawicki
06f64b5572
Use rotated locate icon for folded line marker
2013-01-30 13:23:59 -08:00
Corey Johnson
c650deea01
Merge branch 'font-config' into dev
2013-01-30 13:24:12 -08:00
Corey Johnson
74cec989bb
Use getFontSize()
2013-01-30 13:19:09 -08:00
Justin Palmer
14f761ec37
small doc tweak…hopefully fixes bold formatting on docs tab
2013-01-30 12:20:32 -08:00
Corey Johnson
9b1cb29e1f
Don't store fontSize and fontFamily as instance variables
2013-01-30 12:20:02 -08:00
Corey Johnson
29ccd271de
Set font-size css property using style tag
2013-01-30 12:11:17 -08:00
Corey Johnson
9ea29b2899
Set font-family css property using style tag
2013-01-30 12:07:23 -08:00
Kevin Sawicki
f90d29262c
Use octicon as folding indicator
2013-01-30 11:50:29 -08:00
Kevin Sawicki
8dbcefa932
Style color of folded line numbers
2013-01-30 11:50:23 -08:00
Corey Johnson
e7c3282f53
Add font-family spec
2013-01-30 10:15:34 -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
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
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
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