]> git.lizzy.rs Git - micro.git/log
micro.git
4 years agoAdd buffer test and benchmark suite (and tool to generate it)
Philipp Emanuel Weidmann [Sat, 22 Feb 2020 03:21:38 +0000 (08:51 +0530)]
Add buffer test and benchmark suite (and tool to generate it)

4 years agoFix issue with simultaneous buffers
Zachary Yedidia [Wed, 19 Feb 2020 22:40:54 +0000 (17:40 -0500)]
Fix issue with simultaneous buffers

4 years agoShare more buffer elements and fix rehighlight
Zachary Yedidia [Wed, 19 Feb 2020 19:41:30 +0000 (14:41 -0500)]
Share more buffer elements and fix rehighlight

Fixes #1521

4 years agoTweak version build script
Zachary Yedidia [Wed, 19 Feb 2020 05:27:33 +0000 (05:27 +0000)]
Tweak version build script

4 years agoMerge
Zachary Yedidia [Wed, 19 Feb 2020 02:40:36 +0000 (21:40 -0500)]
Merge

4 years agoGo lint the current directory of file
Zachary Yedidia [Wed, 19 Feb 2020 02:40:14 +0000 (21:40 -0500)]
Go lint the current directory of file

Closes #1520

4 years agoUse filecomplete for shell mode
Zachary Yedidia [Tue, 18 Feb 2020 03:29:33 +0000 (22:29 -0500)]
Use filecomplete for shell mode

4 years agoFix relocation with softwrap on small buffers
Zachary Yedidia [Sat, 15 Feb 2020 20:38:20 +0000 (15:38 -0500)]
Fix relocation with softwrap on small buffers

Fixes #1512

4 years agoAdd 'xterm' option
Zachary Yedidia [Sat, 15 Feb 2020 17:53:17 +0000 (12:53 -0500)]
Add 'xterm' option

Ref #1489

4 years agoRelocate after rune insert
Zachary Yedidia [Fri, 14 Feb 2020 20:52:20 +0000 (15:52 -0500)]
Relocate after rune insert

Fixes #1510

4 years agoUpdate snap version info
Zachary Yedidia [Fri, 14 Feb 2020 02:27:07 +0000 (21:27 -0500)]
Update snap version info

4 years agoChange some default option values
Zachary Yedidia [Fri, 14 Feb 2020 01:51:56 +0000 (20:51 -0500)]
Change some default option values

4 years agoFix makefile tags dependencies
Zachary Yedidia [Fri, 14 Feb 2020 01:00:35 +0000 (20:00 -0500)]
Fix makefile tags dependencies

4 years agoFetch tags before snapcraft build
Zachary Yedidia [Fri, 14 Feb 2020 00:57:31 +0000 (19:57 -0500)]
Fetch tags before snapcraft build

4 years agoMerge
Zachary Yedidia [Fri, 14 Feb 2020 00:49:27 +0000 (19:49 -0500)]
Merge

4 years agoSearch and replace within a selection
Zachary Yedidia [Fri, 14 Feb 2020 00:48:48 +0000 (19:48 -0500)]
Search and replace within a selection

Closes #1098

4 years agoAdd transparency (#1509)
Tonus1 [Thu, 13 Feb 2020 23:15:32 +0000 (00:15 +0100)]
Add transparency (#1509)

4 years agoSyntax file change
Zachary Yedidia [Thu, 13 Feb 2020 21:50:44 +0000 (16:50 -0500)]
Syntax file change

4 years agoHandle terminal paste and raw events in info bar
Zachary Yedidia [Thu, 13 Feb 2020 21:10:35 +0000 (16:10 -0500)]
Handle terminal paste and raw events in info bar

4 years agoMerge
Zachary Yedidia [Thu, 13 Feb 2020 21:09:16 +0000 (16:09 -0500)]
Merge

4 years agoSupport regex capture groups in replace command
Zachary Yedidia [Thu, 13 Feb 2020 21:05:56 +0000 (16:05 -0500)]
Support regex capture groups in replace command

See https://golang.org/pkg/regexp/syntax/ for the
supported syntax. Here are some examples:

```
replace "(foo)" "$1-bar"
replace "(foo)" "${1}-bar"
replace "(?P<group>foo)" "$group-bar"
replace "(?P<group>foo)" "$group-bar"
replace "(?P<key>\w+):\s+(?P<value>\w+)$" "$key=$value"
```

Closes #1115

4 years agoreadme: document clipboard support on Wayland (#1508)
Simon Ser [Thu, 13 Feb 2020 19:00:18 +0000 (20:00 +0100)]
readme: document clipboard support on Wayland (#1508)

4 years agoFix gutter offset when softwrap is enabled
Zachary Yedidia [Thu, 13 Feb 2020 16:04:10 +0000 (11:04 -0500)]
Fix gutter offset when softwrap is enabled

4 years agoMake default plugin options more explicit
Zachary Yedidia [Wed, 12 Feb 2020 20:34:13 +0000 (15:34 -0500)]
Make default plugin options more explicit

Ref #1305

4 years agoMerge branch 'utkarsh2102-update-readme' v2.0.1
Zachary Yedidia [Wed, 12 Feb 2020 19:26:33 +0000 (14:26 -0500)]
Merge branch 'utkarsh2102-update-readme'

4 years agoUpdate readme
Zachary Yedidia [Wed, 12 Feb 2020 19:26:17 +0000 (14:26 -0500)]
Update readme

4 years agoMerge branch 'update-readme' of https://github.com/utkarsh2102/micro into utkarsh2102...
Zachary Yedidia [Wed, 12 Feb 2020 19:22:33 +0000 (14:22 -0500)]
Merge branch 'update-readme' of https://github.com/utkarsh2102/micro into utkarsh2102-update-readme

4 years agoMerge branch 'seitokaichou-autosu'
Zachary Yedidia [Wed, 12 Feb 2020 19:15:37 +0000 (14:15 -0500)]
Merge branch 'seitokaichou-autosu'

4 years agoMerge branch 'autosu' of https://github.com/seitokaichou/micro into seitokaichou...
Zachary Yedidia [Wed, 12 Feb 2020 19:15:30 +0000 (14:15 -0500)]
Merge branch 'autosu' of https://github.com/seitokaichou/micro into seitokaichou-autosu

4 years agoMerge branch 'jawahars16-bug-endless-reload-prompt'
Zachary Yedidia [Wed, 12 Feb 2020 18:56:17 +0000 (13:56 -0500)]
Merge branch 'jawahars16-bug-endless-reload-prompt'

4 years agoMerge branch 'bug-endless-reload-prompt' of https://github.com/jawahars16/micro into...
Zachary Yedidia [Wed, 12 Feb 2020 18:56:00 +0000 (13:56 -0500)]
Merge branch 'bug-endless-reload-prompt' of https://github.com/jawahars16/micro into jawahars16-bug-endless-reload-prompt

4 years agoUpdate readme toc
Zachary Yedidia [Wed, 12 Feb 2020 18:38:14 +0000 (13:38 -0500)]
Update readme toc

4 years agoShare hash across equivalent buffers for fastdirty=off
Zachary Yedidia [Wed, 12 Feb 2020 18:32:42 +0000 (13:32 -0500)]
Share hash across equivalent buffers for fastdirty=off

4 years agoIntroduce IndentLine action
Zachary Yedidia [Wed, 12 Feb 2020 18:30:24 +0000 (13:30 -0500)]
Introduce IndentLine action

Closes #1476

4 years agoFix issue with global/local settings
Zachary Yedidia [Wed, 12 Feb 2020 18:18:59 +0000 (13:18 -0500)]
Fix issue with global/local settings

4 years agoClicking tabbar arrow scrolls and fix multicursor
Zachary Yedidia [Wed, 12 Feb 2020 18:05:15 +0000 (13:05 -0500)]
Clicking tabbar arrow scrolls and fix multicursor

Closes #1503

4 years agoExpose OpenLogBuf to plugins
Zachary Yedidia [Wed, 12 Feb 2020 17:35:40 +0000 (12:35 -0500)]
Expose OpenLogBuf to plugins

4 years agoOnly highlight matching brace if one is found
Zachary Yedidia [Wed, 12 Feb 2020 06:32:23 +0000 (01:32 -0500)]
Only highlight matching brace if one is found

Fixes #1505

4 years agoOnly fetch tags if no tags are found at all
Zachary Yedidia [Wed, 12 Feb 2020 06:24:25 +0000 (01:24 -0500)]
Only fetch tags if no tags are found at all

Fixes #1504

4 years agoFix deleteLines off-by-one error
Zachary Yedidia [Wed, 12 Feb 2020 06:16:11 +0000 (01:16 -0500)]
Fix deleteLines off-by-one error

Fixes #1501

4 years agoClamp modifications
Zachary Yedidia [Wed, 12 Feb 2020 05:55:52 +0000 (00:55 -0500)]
Clamp modifications

Fixes #1502

4 years agoRemove incorrect plugin documentation
Zachary Yedidia [Wed, 12 Feb 2020 05:22:32 +0000 (00:22 -0500)]
Remove incorrect plugin documentation

4 years agoUpdate installation instruction on Debian systems
Utkarsh Gupta [Wed, 12 Feb 2020 02:15:07 +0000 (07:45 +0530)]
Update installation instruction on Debian systems

4 years agoDon't expose draw channel to outside packages
Zachary Yedidia [Wed, 12 Feb 2020 01:39:26 +0000 (20:39 -0500)]
Don't expose draw channel to outside packages

4 years agoUpdate tcell to v1.4.4
Zachary Yedidia [Wed, 12 Feb 2020 01:34:22 +0000 (20:34 -0500)]
Update tcell to v1.4.4

4 years agoDon't block when redraw channel becomes full
Zachary Yedidia [Wed, 12 Feb 2020 01:03:32 +0000 (20:03 -0500)]
Don't block when redraw channel becomes full

Fixes #1497

4 years agoMerge
Zachary Yedidia [Wed, 12 Feb 2020 00:13:41 +0000 (19:13 -0500)]
Merge

4 years agoUpdate haskell syntax file
Zachary Yedidia [Wed, 12 Feb 2020 00:13:36 +0000 (19:13 -0500)]
Update haskell syntax file

4 years agoUpdate readme v2.0.0
Zachary Yedidia [Tue, 11 Feb 2020 21:40:15 +0000 (16:40 -0500)]
Update readme

4 years agoUpdate screenshot
Zachary Yedidia [Tue, 11 Feb 2020 21:30:58 +0000 (16:30 -0500)]
Update screenshot

4 years agoTypo
Zachary Yedidia [Tue, 11 Feb 2020 19:50:15 +0000 (14:50 -0500)]
Typo

4 years agoFix tag fetching in build-version.go
Zachary Yedidia [Tue, 11 Feb 2020 19:46:19 +0000 (14:46 -0500)]
Fix tag fetching in build-version.go

4 years agoFetch tags if none are found
Zachary Yedidia [Tue, 11 Feb 2020 19:14:34 +0000 (14:14 -0500)]
Fetch tags if none are found

4 years agoUse filepath.Join more
Zachary Yedidia [Tue, 11 Feb 2020 18:09:17 +0000 (13:09 -0500)]
Use filepath.Join more

4 years agoRecover from internal errors without crashing
Zachary Yedidia [Tue, 11 Feb 2020 05:50:24 +0000 (00:50 -0500)]
Recover from internal errors without crashing

4 years agoImprove one-dark colorscheme divider
Zachary Yedidia [Tue, 11 Feb 2020 04:37:21 +0000 (23:37 -0500)]
Improve one-dark colorscheme divider

4 years agoUpdate readme buttons
Zachary Yedidia [Tue, 11 Feb 2020 03:58:25 +0000 (22:58 -0500)]
Update readme buttons

4 years agoAdd svg logo
Zachary Yedidia [Tue, 11 Feb 2020 03:40:16 +0000 (22:40 -0500)]
Add svg logo

4 years agoMerge branch 'FJduFou-patch-1'
Zachary Yedidia [Tue, 11 Feb 2020 03:37:03 +0000 (22:37 -0500)]
Merge branch 'FJduFou-patch-1'

4 years agoUpdate README.md
François-Joseph du Fou [Thu, 5 Sep 2019 16:22:38 +0000 (18:22 +0200)]
Update README.md

4 years agobetter top
François-Joseph du Fou [Sat, 31 Aug 2019 20:47:23 +0000 (22:47 +0200)]
better top

add a center logo + 3 news buttons

4 years agoUpdate readme
Zachary Yedidia [Tue, 11 Feb 2020 03:19:47 +0000 (22:19 -0500)]
Update readme

4 years agoMerge branch 'Calinou-improve-readme'
Zachary Yedidia [Tue, 11 Feb 2020 03:17:51 +0000 (22:17 -0500)]
Merge branch 'Calinou-improve-readme'

4 years agoMerge branch 'improve-readme' of https://github.com/Calinou/micro into Calinou-improv...
Zachary Yedidia [Tue, 11 Feb 2020 03:17:46 +0000 (22:17 -0500)]
Merge branch 'improve-readme' of https://github.com/Calinou/micro into Calinou-improve-readme

4 years agoAdd note in readme about winpty
Zachary Yedidia [Tue, 11 Feb 2020 03:10:01 +0000 (22:10 -0500)]
Add note in readme about winpty

4 years agoMerge
Zachary Yedidia [Tue, 11 Feb 2020 00:56:17 +0000 (19:56 -0500)]
Merge

4 years agoDraw FakeCursor in infobar when on a character
Zachary Yedidia [Tue, 11 Feb 2020 00:55:13 +0000 (19:55 -0500)]
Draw FakeCursor in infobar when on a character

Fixes #1496

4 years agoTerm should return error on unsupported systems
Zachary Yedidia [Tue, 11 Feb 2020 00:09:03 +0000 (19:09 -0500)]
Term should return error on unsupported systems

Fixes #1494

4 years agoDocument all options
Zachary Yedidia [Mon, 10 Feb 2020 20:07:00 +0000 (15:07 -0500)]
Document all options

4 years agoMerge
Zachary Yedidia [Mon, 10 Feb 2020 19:59:47 +0000 (14:59 -0500)]
Merge

4 years agoMerge branch 'sum01-issue_1008'
Zachary Yedidia [Mon, 10 Feb 2020 19:59:40 +0000 (14:59 -0500)]
Merge branch 'sum01-issue_1008'

4 years agoMerge branch 'issue_1008' of https://github.com/sum01/micro into sum01-issue_1008
Zachary Yedidia [Mon, 10 Feb 2020 19:59:31 +0000 (14:59 -0500)]
Merge branch 'issue_1008' of https://github.com/sum01/micro into sum01-issue_1008

4 years agoUpdate documentation to include Material colorscheme (#1279)
Kyle Barron [Mon, 10 Feb 2020 19:53:27 +0000 (14:53 -0500)]
Update documentation to include Material colorscheme (#1279)

4 years agoFix rehighlight for retab
Zachary Yedidia [Mon, 10 Feb 2020 19:49:08 +0000 (14:49 -0500)]
Fix rehighlight for retab

4 years agoUpdate readme
Zachary Yedidia [Mon, 10 Feb 2020 05:38:57 +0000 (00:38 -0500)]
Update readme

4 years agoChange diffgutter default to false
Zachary Yedidia [Mon, 10 Feb 2020 05:30:13 +0000 (00:30 -0500)]
Change diffgutter default to false

4 years agoMerge branch 'diff-gutter' of https://github.com/p-e-w/micro
Zachary Yedidia [Mon, 10 Feb 2020 05:28:43 +0000 (00:28 -0500)]
Merge branch 'diff-gutter' of https://github.com/p-e-w/micro

4 years agoSanitize inputs to insert and remove
Zachary Yedidia [Mon, 10 Feb 2020 05:18:08 +0000 (00:18 -0500)]
Sanitize inputs to insert and remove

4 years agoMerge
Zachary Yedidia [Mon, 10 Feb 2020 03:40:20 +0000 (22:40 -0500)]
Merge

4 years agoUpdate tcell dep
Zachary Yedidia [Mon, 10 Feb 2020 03:40:18 +0000 (22:40 -0500)]
Update tcell dep

4 years agoupdated man page (#1492)
Rein F [Mon, 10 Feb 2020 02:53:42 +0000 (03:53 +0100)]
updated man page (#1492)

4 years agoDon't autocomplete in the middle of a word
Zachary Yedidia [Sun, 9 Feb 2020 21:46:53 +0000 (16:46 -0500)]
Don't autocomplete in the middle of a word

Fixes #1490

4 years agoFix save callbacks
Zachary Yedidia [Sun, 9 Feb 2020 21:36:15 +0000 (16:36 -0500)]
Fix save callbacks

Fixes #1491

4 years agoCreate bindings.json if it does not exist
Zachary Yedidia [Sun, 9 Feb 2020 21:27:39 +0000 (16:27 -0500)]
Create bindings.json if it does not exist

4 years agoProperly flush bufio writer
Zachary Yedidia [Sun, 9 Feb 2020 20:36:31 +0000 (15:36 -0500)]
Properly flush bufio writer

4 years agoImprove disk performance with buffered io
Zachary Yedidia [Sun, 9 Feb 2020 20:21:23 +0000 (15:21 -0500)]
Improve disk performance with buffered io

4 years agoImprove remove performance
Zachary Yedidia [Sun, 9 Feb 2020 19:58:37 +0000 (14:58 -0500)]
Improve remove performance

4 years agoStart insert performance improvements
Zachary Yedidia [Sun, 9 Feb 2020 19:30:20 +0000 (14:30 -0500)]
Start insert performance improvements

4 years agoFix errcheck in clean
Zachary Yedidia [Sun, 9 Feb 2020 05:42:16 +0000 (00:42 -0500)]
Fix errcheck in clean

4 years agoMerge
Zachary Yedidia [Sun, 9 Feb 2020 05:40:55 +0000 (00:40 -0500)]
Merge

4 years agoMinor improvements
Zachary Yedidia [Sun, 9 Feb 2020 05:40:50 +0000 (00:40 -0500)]
Minor improvements

4 years agoAdd jsonnet syntax file (#1320)
Indiana Kernick [Sun, 9 Feb 2020 05:23:49 +0000 (15:53 +1030)]
Add jsonnet syntax file (#1320)

4 years agocsharp bracket highlighting problem #1172 (#1199)
Tommy [Sun, 9 Feb 2020 05:21:27 +0000 (05:21 +0000)]
csharp bracket highlighting problem #1172 (#1199)

4 years agoMerge
Zachary Yedidia [Sun, 9 Feb 2020 05:19:21 +0000 (00:19 -0500)]
Merge

4 years agoMerge branch 'Paalon-master'
Zachary Yedidia [Sun, 9 Feb 2020 05:19:11 +0000 (00:19 -0500)]
Merge branch 'Paalon-master'

4 years agoMerge branch 'master' of https://github.com/Paalon/micro into Paalon-master
Zachary Yedidia [Sun, 9 Feb 2020 05:19:02 +0000 (00:19 -0500)]
Merge branch 'master' of https://github.com/Paalon/micro into Paalon-master

4 years agoMerge pull request #1324 from konsumer/master
Zachary Yedidia [Sun, 9 Feb 2020 05:18:09 +0000 (00:18 -0500)]
Merge pull request #1324 from konsumer/master

add support for input and scalar defintiions (for graphql-tools schema)

4 years agoMerge pull request #1321 from zonuexe/add/php-fn-keyword
Zachary Yedidia [Sun, 9 Feb 2020 05:17:41 +0000 (00:17 -0500)]
Merge pull request #1321 from zonuexe/add/php-fn-keyword

Add `fn` keyword (arrow function) added in PHP 7.4 to coloring

4 years agoMerge pull request #1333 from the-sushi/patch-1
Zachary Yedidia [Sun, 9 Feb 2020 05:17:24 +0000 (00:17 -0500)]
Merge pull request #1333 from the-sushi/patch-1

Add Forth highlighting

4 years agoUpdate third party licenses
Zachary Yedidia [Sun, 9 Feb 2020 05:03:03 +0000 (00:03 -0500)]
Update third party licenses