]> git.lizzy.rs Git - micro.git/log
micro.git
8 years agoMerge pull request #62 from aerth/patch-1
Zachary Yedidia [Sat, 23 Apr 2016 02:45:37 +0000 (22:45 -0400)]
Merge pull request #62 from aerth/patch-1

ignore binary explicitly

8 years agoignore binary explicitly
aerth [Sat, 23 Apr 2016 00:59:52 +0000 (00:59 +0000)]
ignore binary explicitly

8 years agoFix selection highlighting
Zachary Yedidia [Fri, 22 Apr 2016 23:31:50 +0000 (19:31 -0400)]
Fix selection highlighting

8 years agoFix horizontal scrolling
Zachary Yedidia [Fri, 22 Apr 2016 22:50:01 +0000 (18:50 -0400)]
Fix horizontal scrolling

Fixes #59

8 years agoMerge pull request #58 from aerth/toggle-line-numbers
Zachary Yedidia [Fri, 22 Apr 2016 20:27:03 +0000 (16:27 -0400)]
Merge pull request #58 from aerth/toggle-line-numbers

Toggle line numbers

8 years agoAdd ruler to possibleSettings
aerth [Fri, 22 Apr 2016 20:15:38 +0000 (20:15 +0000)]
Add ruler to possibleSettings

8 years agoToggle line numbers
aerth [Fri, 22 Apr 2016 20:02:26 +0000 (20:02 +0000)]
Toggle line numbers

8 years agoExpand ~ in file opening
Zachary Yedidia [Fri, 22 Apr 2016 13:23:01 +0000 (09:23 -0400)]
Expand ~ in file opening

8 years agoFix makefile
Zachary Yedidia [Thu, 21 Apr 2016 23:27:47 +0000 (19:27 -0400)]
Fix makefile

8 years agoAdd nicer deleting for soft tabs
Zachary Yedidia [Thu, 21 Apr 2016 23:15:46 +0000 (19:15 -0400)]
Add nicer deleting for soft tabs

8 years agoAutomatically update tcell every time make is run
Zachary Yedidia [Thu, 21 Apr 2016 22:54:52 +0000 (18:54 -0400)]
Automatically update tcell every time make is run

8 years agoMerge pull request #55 from OneOfOne/patch-1
Zachary Yedidia [Thu, 21 Apr 2016 21:25:23 +0000 (17:25 -0400)]
Merge pull request #55 from OneOfOne/patch-1

typos in solarized-tc.micro

8 years agotypos in solarized-tc.micro
Ahmed W [Thu, 21 Apr 2016 20:19:37 +0000 (22:19 +0200)]
typos in solarized-tc.micro

8 years agoUpdate readme
Zachary Yedidia [Thu, 21 Apr 2016 16:46:30 +0000 (12:46 -0400)]
Update readme

8 years agoMerge pull request #52 from gitter-badger/gitter-badge
Zachary Yedidia [Thu, 21 Apr 2016 16:42:39 +0000 (12:42 -0400)]
Merge pull request #52 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

8 years agoAdd Gitter badge
The Gitter Badger [Thu, 21 Apr 2016 16:40:23 +0000 (16:40 +0000)]
Add Gitter badge

8 years agoFix windows binary links
Zachary Yedidia [Thu, 21 Apr 2016 11:05:15 +0000 (07:05 -0400)]
Fix windows binary links

Fixes #47

8 years agoAdd auto indent
Zachary Yedidia [Thu, 21 Apr 2016 01:47:52 +0000 (21:47 -0400)]
Add auto indent

8 years agoSet last visual x after SetLoc is called
Zachary Yedidia [Thu, 21 Apr 2016 00:03:53 +0000 (20:03 -0400)]
Set last visual x after SetLoc is called

Fixes #46

8 years agoRemove unused syntax highlighting code and optimize IsDirty()
Zachary Yedidia [Wed, 20 Apr 2016 17:52:10 +0000 (13:52 -0400)]
Remove unused syntax highlighting code and optimize IsDirty()

8 years agoMerge
Zachary Yedidia [Wed, 20 Apr 2016 16:50:36 +0000 (12:50 -0400)]
Merge

8 years agoDon't adjust mouse coordinates
Zachary Yedidia [Wed, 20 Apr 2016 16:50:13 +0000 (12:50 -0400)]
Don't adjust mouse coordinates

Fixes #23

8 years agoSet encoding fallback to ASCII
Zachary Yedidia [Wed, 20 Apr 2016 11:23:16 +0000 (07:23 -0400)]
Set encoding fallback to ASCII

See #45

8 years agoMerge
Zachary Yedidia [Wed, 20 Apr 2016 01:33:30 +0000 (21:33 -0400)]
Merge

8 years agoMuch improved terminal mode (Ctrl-b)
Zachary Yedidia [Wed, 20 Apr 2016 01:25:13 +0000 (21:25 -0400)]
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`.

8 years agoMerge pull request #44 from aerth/fork1
Zachary Yedidia [Tue, 19 Apr 2016 23:03:30 +0000 (19:03 -0400)]
Merge pull request #44 from aerth/fork1

stdout and stderr buffers for command execution

8 years agoAdd OpenBuffer() function to View
Zachary Yedidia [Tue, 19 Apr 2016 22:58:52 +0000 (18:58 -0400)]
Add OpenBuffer() function to View

Fixes #43

8 years agostdout and stderr buffers for command execution
aerth [Tue, 19 Apr 2016 19:49:43 +0000 (19:49 +0000)]
stdout and stderr buffers for command execution

8 years agoUpdate binary table
Zachary Yedidia [Tue, 19 Apr 2016 18:10:51 +0000 (14:10 -0400)]
Update binary table

8 years agoUse a buffer for help screen
Zachary Yedidia [Tue, 19 Apr 2016 17:58:02 +0000 (13:58 -0400)]
Use a buffer for help screen

Fixes #24

8 years agoUse variadic args for messenger Message and Error
Zachary Yedidia [Tue, 19 Apr 2016 17:45:24 +0000 (13:45 -0400)]
Use variadic args for messenger Message and Error

Closes #41

8 years agoAdd -version option
Zachary Yedidia [Tue, 19 Apr 2016 17:40:30 +0000 (13:40 -0400)]
Add -version option

Fixes #33

8 years agoAdd option to save and quit
Zachary Yedidia [Tue, 19 Apr 2016 17:16:08 +0000 (13:16 -0400)]
Add option to save and quit

Fixes #40

8 years agoMerge pull request #32 from aerth/fork
Zachary Yedidia [Tue, 19 Apr 2016 17:12:01 +0000 (13:12 -0400)]
Merge pull request #32 from aerth/fork

Boss mode

8 years agoUpdate cross compilation script for more systems
Zachary Yedidia [Tue, 19 Apr 2016 16:09:18 +0000 (12:09 -0400)]
Update cross compilation script for more systems

Closes #30

8 years agoshell command output is held in buffer until completion
aerth [Tue, 19 Apr 2016 13:40:05 +0000 (13:40 +0000)]
shell command output is held in buffer until completion

8 years agoboss mode: Single line output stays in messenger, multiline output goes to a help...
aerth [Tue, 19 Apr 2016 05:10:53 +0000 (05:10 +0000)]
boss mode: Single line output stays in messenger, multiline output goes to a help-style screen

8 years agoDisplay nonblank output on full screen
aerth [Tue, 19 Apr 2016 04:53:56 +0000 (04:53 +0000)]
Display nonblank output on full screen

8 years agoBoss mode
aerth [Tue, 19 Apr 2016 04:33:54 +0000 (04:33 +0000)]
Boss mode

8 years agoFix end key behavior
Zachary Yedidia [Tue, 19 Apr 2016 01:24:15 +0000 (21:24 -0400)]
Fix end key behavior

Fixes #28

8 years agoAdd support for other encodings
Zachary Yedidia [Mon, 18 Apr 2016 21:10:47 +0000 (17:10 -0400)]
Add support for other encodings

8 years agoUpdate readme
Zachary Yedidia [Mon, 18 Apr 2016 20:30:34 +0000 (16:30 -0400)]
Update readme

8 years agoChange the help binding to Ctrl-g from Ctrl-h
Zachary Yedidia [Mon, 18 Apr 2016 20:28:53 +0000 (16:28 -0400)]
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.

8 years agoFix IsDirty
Zachary Yedidia [Mon, 18 Apr 2016 20:13:49 +0000 (16:13 -0400)]
Fix IsDirty

8 years agoMore comments and a slight optimization for syntax file loading
Zachary Yedidia [Mon, 18 Apr 2016 20:12:34 +0000 (16:12 -0400)]
More comments and a slight optimization for syntax file loading

8 years agoFix makefile for people who don't have GOPATH/bin on their path
Zachary Yedidia [Mon, 18 Apr 2016 18:41:40 +0000 (14:41 -0400)]
Fix makefile for people who don't have GOPATH/bin on their path

8 years agoMajor optimization for loading syntax files
Zachary Yedidia [Mon, 18 Apr 2016 18:40:07 +0000 (14:40 -0400)]
Major optimization for loading syntax files

8 years agoOptimization for IsDirty()
Zachary Yedidia [Mon, 18 Apr 2016 18:20:40 +0000 (14:20 -0400)]
Optimization for IsDirty()

8 years agoUpdate readme
Zachary Yedidia [Mon, 18 Apr 2016 18:04:42 +0000 (14:04 -0400)]
Update readme

8 years agoAdd bindings for Home and End keys
Zachary Yedidia [Mon, 18 Apr 2016 18:02:39 +0000 (14:02 -0400)]
Add bindings for Home and End keys

See #21

8 years agoAdd tabsToSpaces option
Zachary Yedidia [Mon, 18 Apr 2016 17:01:39 +0000 (13:01 -0400)]
Add tabsToSpaces option

8 years agoPrevent panic if mouse y coordinate is below 0
Zachary Yedidia [Mon, 18 Apr 2016 15:54:32 +0000 (11:54 -0400)]
Prevent panic if mouse y coordinate is below 0

See #7

8 years agoFix make install
Zachary Yedidia [Mon, 18 Apr 2016 15:36:51 +0000 (11:36 -0400)]
Fix make install

8 years agoAutomatically create ~/.config or if it does not exist
Zachary Yedidia [Mon, 18 Apr 2016 14:36:41 +0000 (10:36 -0400)]
Automatically create ~/.config or  if it does not exist

8 years agoUse XDG_CONFIG_HOME for configuration directory
Zachary Yedidia [Mon, 18 Apr 2016 14:31:19 +0000 (10:31 -0400)]
Use XDG_CONFIG_HOME for configuration directory

Fixes #18

8 years agoFix cross crompiler
Zachary Yedidia [Mon, 18 Apr 2016 13:42:09 +0000 (09:42 -0400)]
Fix cross crompiler

8 years agoCreate ~/.micro if it does not exist
Zachary Yedidia [Mon, 18 Apr 2016 13:40:27 +0000 (09:40 -0400)]
Create ~/.micro if it does not exist

8 years agoEmbed runtime files in the go binary
Zachary Yedidia [Mon, 18 Apr 2016 13:35:53 +0000 (09:35 -0400)]
Embed runtime files in the go binary

8 years agoUpdate readme to add go get instructions
Zachary Yedidia [Mon, 18 Apr 2016 12:10:22 +0000 (08:10 -0400)]
Update readme to add go get instructions

8 years agoMerge pull request #14 from aerth/master
Zachary Yedidia [Mon, 18 Apr 2016 12:08:41 +0000 (08:08 -0400)]
Merge pull request #14 from aerth/master

now is go gettable and with updated make file and .gitignore to reflect that

8 years agoMerge pull request #15 from scorredoira/master
Zachary Yedidia [Mon, 18 Apr 2016 11:30:05 +0000 (07:30 -0400)]
Merge pull request #15 from scorredoira/master

Update readme.md with how to have clipboard support on linux.

8 years agoUpdate readme.md with how to have clipboard support on linux.
Santi [Mon, 18 Apr 2016 11:24:31 +0000 (13:24 +0200)]
Update readme.md with how to have clipboard support on linux.

8 years agonow is go gettable and updated make file
aerth [Mon, 18 Apr 2016 10:59:41 +0000 (10:59 +0000)]
now is go gettable and updated make file

8 years agoAdd explanation for setting the colorscheme to readme
Zachary Yedidia [Mon, 18 Apr 2016 02:35:17 +0000 (22:35 -0400)]
Add explanation for setting the colorscheme to readme

8 years agoUpdate wording in readme
Zachary Yedidia [Mon, 18 Apr 2016 02:22:11 +0000 (22:22 -0400)]
Update wording in readme

8 years agoDon't search if the search string is empty
Zachary Yedidia [Mon, 18 Apr 2016 02:11:05 +0000 (22:11 -0400)]
Don't search if the search string is empty

Fixes #6

8 years agoUpdate readme
Zachary Yedidia [Mon, 18 Apr 2016 01:55:57 +0000 (21:55 -0400)]
Update readme

8 years agoOnly use settings.json if ~/.micro exists
Zachary Yedidia [Mon, 18 Apr 2016 01:49:36 +0000 (21:49 -0400)]
Only use settings.json if ~/.micro exists

Fixes #3

8 years agoAdd install instructions for brew to readme
Zachary Yedidia [Mon, 18 Apr 2016 01:21:30 +0000 (21:21 -0400)]
Add install instructions for brew to readme

8 years agoAdd find previous and documentation
Zachary Yedidia [Sun, 17 Apr 2016 18:30:49 +0000 (14:30 -0400)]
Add find previous and documentation

8 years agoAdd next match functionality for search
Zachary Yedidia [Sun, 17 Apr 2016 18:10:49 +0000 (14:10 -0400)]
Add next match functionality for search

8 years agoImplement better search functionality (not finished)
Zachary Yedidia [Sun, 17 Apr 2016 13:24:14 +0000 (09:24 -0400)]
Implement better search functionality (not finished)

8 years agoSmall update to readme
Zachary Yedidia [Sun, 17 Apr 2016 13:04:51 +0000 (09:04 -0400)]
Small update to readme

8 years agoUpdate todolist, and readme
Zachary Yedidia [Sat, 16 Apr 2016 21:33:13 +0000 (17:33 -0400)]
Update todolist, and readme

Add binaries to readme and a screenshot of micro.

8 years agoUpdate todolist
Zachary Yedidia [Sat, 16 Apr 2016 13:58:11 +0000 (09:58 -0400)]
Update todolist

8 years agoImprove the search functionality and improve selection
Zachary Yedidia [Sat, 16 Apr 2016 13:55:40 +0000 (09:55 -0400)]
Improve the search functionality and improve selection

8 years agoInitial attempt at search
Zachary Yedidia [Sun, 10 Apr 2016 21:27:02 +0000 (17:27 -0400)]
Initial attempt at search

8 years agoAdd syntax highlighting option
Zachary Yedidia [Sun, 10 Apr 2016 22:02:58 +0000 (18:02 -0400)]
Add syntax highlighting option

8 years agoFix edit bar cursor
Zachary Yedidia [Fri, 8 Apr 2016 13:30:36 +0000 (09:30 -0400)]
Fix edit bar cursor

8 years agoUpdate readme
Zachary Yedidia [Fri, 8 Apr 2016 13:24:08 +0000 (09:24 -0400)]
Update readme

8 years agoFix syntax file readme
Zachary Yedidia [Fri, 8 Apr 2016 13:23:24 +0000 (09:23 -0400)]
Fix syntax file readme

8 years agoUpdate syntax files
Zachary Yedidia [Fri, 8 Apr 2016 13:22:36 +0000 (09:22 -0400)]
Update syntax files

8 years agoRemove unecessary function
Zachary Yedidia [Thu, 7 Apr 2016 18:37:54 +0000 (14:37 -0400)]
Remove unecessary function

8 years agoFix syntax highlighting bug
Zachary Yedidia [Wed, 6 Apr 2016 20:37:45 +0000 (16:37 -0400)]
Fix syntax highlighting bug

8 years agoFix
Zachary Yedidia [Wed, 6 Apr 2016 20:09:38 +0000 (16:09 -0400)]
Fix

8 years agoSyntax highlighting optimizations
Zachary Yedidia [Wed, 6 Apr 2016 19:59:26 +0000 (15:59 -0400)]
Syntax highlighting optimizations

8 years agoFix save message
Zachary Yedidia [Wed, 6 Apr 2016 17:45:52 +0000 (13:45 -0400)]
Fix save message

8 years agoFix bug in syntax highlighting
Zachary Yedidia [Tue, 5 Apr 2016 21:16:21 +0000 (17:16 -0400)]
Fix bug in syntax highlighting

8 years agoFix half page down bug
Zachary Yedidia [Tue, 5 Apr 2016 16:50:07 +0000 (12:50 -0400)]
Fix half page down bug

8 years agoMinor bug fixes
Zachary Yedidia [Mon, 4 Apr 2016 22:05:34 +0000 (18:05 -0400)]
Minor bug fixes

8 years agoUpdate todolist
Zachary Yedidia [Mon, 4 Apr 2016 20:54:25 +0000 (16:54 -0400)]
Update todolist

8 years agoMerge
Zachary Yedidia [Mon, 4 Apr 2016 19:11:21 +0000 (15:11 -0400)]
Merge

8 years agoFix 256 color lookup
Zachary Yedidia [Mon, 4 Apr 2016 19:11:14 +0000 (15:11 -0400)]
Fix 256 color lookup

8 years agoImplement lastX for cursor movement
Zachary Yedidia [Mon, 4 Apr 2016 18:09:24 +0000 (14:09 -0400)]
Implement lastX for cursor movement

8 years agoMerge
Zachary Yedidia [Mon, 4 Apr 2016 18:03:38 +0000 (14:03 -0400)]
Merge

8 years agoAdd horizontal scrolling
Zachary Yedidia [Mon, 4 Apr 2016 18:03:17 +0000 (14:03 -0400)]
Add horizontal scrolling

8 years agoAdd flags and yes no prompt
Zachary Yedidia [Sun, 3 Apr 2016 21:48:21 +0000 (17:48 -0400)]
Add flags and yes no prompt

8 years agoAdd search and replace
Zachary Yedidia [Sun, 3 Apr 2016 19:22:31 +0000 (15:22 -0400)]
Add search and replace

8 years agoAdd shorthand for commands if it is unambiguous
Zachary Yedidia [Sun, 3 Apr 2016 20:19:21 +0000 (16:19 -0400)]
Add shorthand for commands if it is unambiguous

8 years agoAdd timed undo
Zachary Yedidia [Fri, 1 Apr 2016 13:54:10 +0000 (09:54 -0400)]
Add timed undo