Commit graph

1226 commits

Author SHA1 Message Date
Zachary Yedidia
ab4abf2a93 Fix makefile 2016-04-23 13:14:52 -04:00
Zachary Yedidia
c30ef4de13 Merge 2016-04-23 08:56:53 -04:00
Zachary Yedidia
7281cdbadd Fix autoindent setting 2016-04-23 08:56:45 -04:00
Zachary Yedidia
9da4073f0c Merge pull request #62 from aerth/patch-1
ignore binary explicitly
2016-04-22 22:45:37 -04:00
aerth
f57f9d506d ignore binary explicitly 2016-04-23 00:59:52 +00:00
Zachary Yedidia
7365f0f785 Fix selection highlighting 2016-04-22 19:31:50 -04:00
Zachary Yedidia
3d76898afe Fix elementary mouse issue
Fixes #34

This commit requires a modification to tcell before it will work.
2016-04-22 19:12:32 -04:00
Zachary Yedidia
fedb8b03da Fix horizontal scrolling
Fixes #59
2016-04-22 18:50:01 -04:00
Zachary Yedidia
89fe881f18 Merge pull request #58 from aerth/toggle-line-numbers
Toggle line numbers
2016-04-22 16:27:03 -04:00
aerth
23248c3a6f
Add ruler to possibleSettings 2016-04-22 20:15:38 +00:00
aerth
0440ca45cd
Toggle line numbers 2016-04-22 20:02:26 +00:00
Zachary Yedidia
acabfcb8bb Expand ~ in file opening 2016-04-22 09:23:01 -04:00
Zachary Yedidia
15dbf37154 Possible fix for elementary mouse issue 2016-04-22 09:11:44 -04:00
Zachary Yedidia
bbda5d59d0 Fix makefile 2016-04-21 19:27:47 -04:00
Zachary Yedidia
568f638e70 Add nicer deleting for soft tabs 2016-04-21 19:15:46 -04:00
Zachary Yedidia
5112fa6fa7 Automatically update tcell every time make is run 2016-04-21 18:54:52 -04:00
Zachary Yedidia
408fbbabeb Merge pull request #55 from OneOfOne/patch-1
typos in solarized-tc.micro
2016-04-21 17:25:23 -04:00
Ahmed W
5b6c011c17 typos in solarized-tc.micro 2016-04-21 22:19:37 +02:00
Zachary Yedidia
23678245e3 Update readme 2016-04-21 12:46:30 -04:00
Zachary Yedidia
b34523435a Merge pull request #52 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-04-21 12:42:39 -04:00
The Gitter Badger
d8be665a9e Add Gitter badge 2016-04-21 16:40:23 +00:00
Zachary Yedidia
77caf5878d Fix windows binary links
Fixes #47
2016-04-21 07:05:15 -04:00
Zachary Yedidia
6d3344e4bd Add auto indent 2016-04-20 21:47:52 -04:00
Zachary Yedidia
6aab17f445 Set last visual x after SetLoc is called
Fixes #46
2016-04-20 20:03:53 -04:00
Zachary Yedidia
3b4521e9c6 Remove unused syntax highlighting code and optimize IsDirty() 2016-04-20 13:52:10 -04:00
Zachary Yedidia
89493a3e80 Merge 2016-04-20 12:50:36 -04:00
Zachary Yedidia
b5b84d9068 Don't adjust mouse coordinates
Fixes #23
2016-04-20 12:50:13 -04:00
Zachary Yedidia
4f6a6866d1 Set encoding fallback to ASCII
See #45
2016-04-20 07:23:16 -04:00
Zachary Yedidia
0d1ba36044 Merge 2016-04-19 21:33:30 -04:00
Zachary Yedidia
65745a6b43 Much improved terminal mode (Ctrl-b)
This commit splits "Boss mode" into to different actions. Executing
a command with Ctrl-b will now open an interactive terminal. If you
would simply like to execute a background job in the shell, press
Ctrl-e and then type `run shell-command`.
2016-04-19 21:25:13 -04:00
Zachary Yedidia
9603baa6ec Merge pull request #44 from aerth/fork1
stdout and stderr buffers for command execution
2016-04-19 19:03:30 -04:00
Zachary Yedidia
c767b3dc0c Add OpenBuffer() function to View
Fixes #43
2016-04-19 18:58:52 -04:00
aerth
838a932dd9
stdout and stderr buffers for command execution 2016-04-19 19:49:43 +00:00
Zachary Yedidia
aaa0f29540 Update binary table 2016-04-19 14:10:51 -04:00
Zachary Yedidia
4305c71f6a Use a buffer for help screen
Fixes #24
2016-04-19 13:58:02 -04:00
Zachary Yedidia
2355f2fa51 Use variadic args for messenger Message and Error
Closes #41
2016-04-19 13:45:24 -04:00
Zachary Yedidia
87108bfed8 Add -version option
Fixes #33
2016-04-19 13:40:30 -04:00
Zachary Yedidia
f0ad01d1ec Add option to save and quit
Fixes #40
2016-04-19 13:16:08 -04:00
Zachary Yedidia
ef89697b59 Merge pull request #32 from aerth/fork
Boss mode
2016-04-19 13:12:01 -04:00
Zachary Yedidia
e304bf1698 Update cross compilation script for more systems
Closes #30
2016-04-19 12:09:18 -04:00
aerth
54f00cb937
shell command output is held in buffer until completion 2016-04-19 13:40:05 +00:00
aerth
f3e9271cae
boss mode: Single line output stays in messenger, multiline output goes to a help-style screen 2016-04-19 05:10:53 +00:00
aerth
bbe78fbdff
Display nonblank output on full screen 2016-04-19 04:53:56 +00:00
aerth
a2ca47a496
Boss mode 2016-04-19 04:33:54 +00:00
Zachary Yedidia
c264fec472 Fix end key behavior
Fixes #28
2016-04-18 21:24:15 -04:00
Zachary Yedidia
aa129c1ddf Add support for other encodings 2016-04-18 17:10:47 -04:00
Zachary Yedidia
0a8aca2abe Update readme 2016-04-18 16:30:34 -04:00
Zachary Yedidia
d10c401a97 Change the help binding to Ctrl-g from Ctrl-h
This is necessary because some terminals send Backspace and Ctrl-h as
the same key, so Ctrl-h must be reserved for deleting. See #8.
2016-04-18 16:28:53 -04:00
Zachary Yedidia
fdceddefe1 Fix IsDirty 2016-04-18 16:13:49 -04:00
Zachary Yedidia
4428d893b5 More comments and a slight optimization for syntax file loading 2016-04-18 16:12:34 -04:00