]> git.lizzy.rs Git - micro.git/log
micro.git
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

8 years agoUpdate todolist
Zachary Yedidia [Wed, 30 Mar 2016 00:53:53 +0000 (20:53 -0400)]
Update todolist

8 years agoUpdate help text
Zachary Yedidia [Wed, 30 Mar 2016 00:53:08 +0000 (20:53 -0400)]
Update help text

8 years agoAdd more commands
Zachary Yedidia [Wed, 30 Mar 2016 00:51:32 +0000 (20:51 -0400)]
Add more commands

8 years agoAdd simple commands
Zachary Yedidia [Wed, 30 Mar 2016 00:44:33 +0000 (20:44 -0400)]
Add simple commands

8 years agoAdd splits to todolist
Zachary Yedidia [Tue, 29 Mar 2016 01:37:24 +0000 (21:37 -0400)]
Add splits to todolist

8 years agoAdd automatic settings to ~/.micro/settings.json
Zachary Yedidia [Tue, 29 Mar 2016 01:10:10 +0000 (21:10 -0400)]
Add automatic settings to ~/.micro/settings.json

8 years agoFix small bug with word selection
Zachary Yedidia [Mon, 28 Mar 2016 23:31:32 +0000 (19:31 -0400)]
Fix small bug with word selection

8 years agoUpdate makefile
Zachary Yedidia [Mon, 28 Mar 2016 16:55:30 +0000 (12:55 -0400)]
Update makefile

8 years agoAdd more comments to syntax highlighter
Zachary Yedidia [Mon, 28 Mar 2016 15:24:46 +0000 (11:24 -0400)]
Add more comments to syntax highlighter

8 years agoAdd word selection with double click
Zachary Yedidia [Mon, 28 Mar 2016 12:43:08 +0000 (08:43 -0400)]
Add word selection with double click

8 years agoUpdate todolist
Zachary Yedidia [Sun, 27 Mar 2016 21:53:53 +0000 (17:53 -0400)]
Update todolist

8 years agoAdd help text
Zachary Yedidia [Sun, 27 Mar 2016 21:53:00 +0000 (17:53 -0400)]
Add help text

8 years agoUpdate todolist
Zachary Yedidia [Sun, 27 Mar 2016 20:47:26 +0000 (16:47 -0400)]
Update todolist

8 years agoLine selection with triple click
Zachary Yedidia [Sun, 27 Mar 2016 20:35:54 +0000 (16:35 -0400)]
Line selection with triple click

8 years agoUse a different rope implementation
Zachary Yedidia [Sun, 27 Mar 2016 19:22:57 +0000 (15:22 -0400)]
Use a different rope implementation

8 years agoFix build error
Zachary Yedidia [Sun, 27 Mar 2016 17:02:02 +0000 (13:02 -0400)]
Fix build error

8 years agoDetect double and triple clicks
Zachary Yedidia [Sat, 26 Mar 2016 20:32:19 +0000 (16:32 -0400)]
Detect double and triple clicks

8 years agoFix build error
Zachary Yedidia [Sun, 27 Mar 2016 16:44:17 +0000 (12:44 -0400)]
Fix build error

8 years agoMerge branch 'cursor'
Zachary Yedidia [Sun, 27 Mar 2016 16:27:59 +0000 (12:27 -0400)]
Merge branch 'cursor'

8 years agoFix cursor bug
Zachary Yedidia [Sun, 27 Mar 2016 16:27:26 +0000 (12:27 -0400)]
Fix cursor bug

8 years agoAdd comments
Zachary Yedidia [Sat, 26 Mar 2016 21:25:55 +0000 (17:25 -0400)]
Add comments

8 years agoCompletely rework the cursor
Zachary Yedidia [Sat, 26 Mar 2016 21:23:52 +0000 (17:23 -0400)]
Completely rework the cursor

8 years agoAdd options
Zachary Yedidia [Sat, 26 Mar 2016 14:54:18 +0000 (10:54 -0400)]
Add options

8 years agoSmall optimization
Zachary Yedidia [Sat, 26 Mar 2016 01:21:10 +0000 (21:21 -0400)]
Small optimization

8 years agoFix multiline highlight issue
Zachary Yedidia [Sat, 26 Mar 2016 00:23:23 +0000 (20:23 -0400)]
Fix multiline highlight issue

8 years agoWorking by-line syntax highlighting
Zachary Yedidia [Fri, 25 Mar 2016 23:18:29 +0000 (19:18 -0400)]
Working by-line syntax highlighting

8 years agoUpdate syntax files
Zachary Yedidia [Fri, 25 Mar 2016 20:41:36 +0000 (16:41 -0400)]
Update syntax files

8 years agoUpdate readme
Zachary Yedidia [Fri, 25 Mar 2016 19:09:24 +0000 (15:09 -0400)]
Update readme

8 years agoChange make test to also download deps
Zachary Yedidia [Fri, 25 Mar 2016 19:06:34 +0000 (15:06 -0400)]
Change make test to also download deps

8 years agoFix travis
Zachary Yedidia [Fri, 25 Mar 2016 19:04:24 +0000 (15:04 -0400)]
Fix travis

8 years agoAdd test script
Zachary Yedidia [Fri, 25 Mar 2016 19:02:19 +0000 (15:02 -0400)]
Add test script

8 years agoAdd travis
Zachary Yedidia [Fri, 25 Mar 2016 18:59:01 +0000 (14:59 -0400)]
Add travis

8 years agoSlight cleanup
Zachary Yedidia [Fri, 25 Mar 2016 18:56:29 +0000 (14:56 -0400)]
Slight cleanup

8 years agoUpdate todolist
Zachary Yedidia [Fri, 25 Mar 2016 18:52:52 +0000 (14:52 -0400)]
Update todolist

8 years agoFix build error
Zachary Yedidia [Fri, 25 Mar 2016 18:49:55 +0000 (14:49 -0400)]
Fix build error

8 years agoFix homedir more
Zachary Yedidia [Fri, 25 Mar 2016 18:48:22 +0000 (14:48 -0400)]
Fix homedir more