Commit Graph

  • 052a36b896 Fix docs regarding "Home" key and "StartOfText" and "StartOfLine". (#1611) Ján Jančár 2020-04-07 18:58:30 +02:00
  • a76bf02f5f Add Haskell linter hlint to linter plugin (#1610) jsyedidia 2020-04-05 14:05:01 -04:00
  • 92f4cb7ef7 Clarify regex for git commit --verbose (#1606) Nikita Bobko 2020-04-05 21:04:36 +03:00
  • 1cf9537340 Fix python3 syntax file and make python3 default Zachary Yedidia 2020-03-24 11:42:23 -04:00
  • 60c8c81da3 Relocate during replace Zachary Yedidia 2020-03-24 11:33:52 -04:00
  • c76a973877 Merge Zachary Yedidia 2020-03-24 11:17:12 -04:00
  • 6def99ce24 Clarify replace message if replacing in selection Zachary Yedidia 2020-03-24 11:14:54 -04:00
  • 26930ca81f Better Julia syntax. (#1567) Koki Fushimi 2020-03-24 23:59:48 +09:00
  • cd379cd838 Clarify the Find operation being regex-enabled (#1561) Hugo Locurcio 2020-03-24 15:59:40 +01:00
  • ee157f6503 Add elm as a default comment type in the comment plugin. (#1586) allanderek 2020-03-24 14:56:50 +00:00
  • 48ca19873f Better ordering for reading syntax files Zachary Yedidia 2020-03-24 10:52:15 -04:00
  • fee5528309 Fix term emulator crash if invalid exec given Zachary Yedidia 2020-03-24 10:22:10 -04:00
  • 671a188802 Support +LINE:COL flag syntax for cursor pos Zachary Yedidia 2020-03-24 10:10:44 -04:00
  • 18d540583b Don't clear infobar if not enabled Zachary Yedidia 2020-03-17 14:21:36 -04:00
  • 943ea15fa3 Fix linter c++ entry Zachary Yedidia 2020-03-14 15:40:05 -04:00
  • 2ef57977d7 Add color schemes dukeubuntu-tc, dukedark-tc and dukelight-tc (#1547) Cafe Duke 2020-03-08 08:37:43 +05:30
  • 527750b68d Copy selection to primary on mouse release Zachary Yedidia 2020-03-05 16:00:40 -05:00
  • 629efe5eb7 Add JumpLine action back Zachary Yedidia 2020-03-02 20:09:19 -05:00
  • a19cd2e6d0 Add support for Fastlane and Cocoapods file syntax highlighting (#1544) Andrew Havens 2020-03-02 17:03:28 -08:00
  • d038d3040f Add more sophisticated buffer benchmark system Philipp Emanuel Weidmann 2020-03-01 13:20:10 +05:30
  • 9e8d76f2fa If stdout is a pipe, output to the pipe Zachary Yedidia 2020-02-27 12:39:19 -05:00
  • 8a9a14562f Use bytes.Buffer for LineArray.Bytes Zachary Yedidia 2020-02-27 11:27:00 -05:00
  • a6f5dee45c Fix custom syntax files not highlighting Zachary Yedidia 2020-02-27 00:58:52 -05:00
  • b12886b066 Improve buffer test Zachary Yedidia 2020-02-25 23:59:27 -05:00
  • 56f5b475eb Improve buffer test Zachary Yedidia 2020-02-25 23:21:50 -05:00
  • c51f84955e Update runtime v2.0.2 Zachary Yedidia 2020-02-25 21:08:22 -05:00
  • e4bf1e9984 Undo event chunks instead of single events Zachary Yedidia 2020-02-25 20:53:48 -05:00
  • 917e2922a1 Update readme Zachary Yedidia 2020-02-25 20:40:57 -05:00
  • 59e8f3aa3e mod tidy buffer-unit-tests Zachary Yedidia 2020-02-25 20:28:02 -05:00
  • 53bda0cfa7 Fix buffer tests and selection bug Zachary Yedidia 2020-02-25 20:24:02 -05:00
  • f059541e0d Merge branch 'buffer-tests' of https://github.com/p-e-w/micro into buffer-unit-tests Zachary Yedidia 2020-02-25 10:30:31 -05:00
  • d78fe81e21 line_array insert for eofnewline and make default Zachary Yedidia 2020-02-24 22:31:05 -05:00
  • 25b9342fbe fix eofnewline not running on files with 1 rune (#1535) josh 2020-02-25 03:26:51 +00:00
  • 70bcf9f618 Fix text transformation bug Zachary Yedidia 2020-02-24 20:11:11 -05:00
  • 8848388411 Hide ISSUE_TEMPLATE version help into a comment (#1532) Roman Kornev 2020-02-24 21:49:45 +03:00
  • dff8b33e9c Apply basename option in tabbar as well Zachary Yedidia 2020-02-24 13:48:37 -05:00
  • 8a2048e7f6 Use tabbar color group, and mark modified tabs Zachary Yedidia 2020-02-24 13:45:10 -05:00
  • 0174d7dba4 Move multi-cursors correctly after newlines Zachary Yedidia 2020-02-24 13:39:34 -05:00
  • e1827480c9 Filename completion for all non-command prompts Zachary Yedidia 2020-02-24 13:00:55 -05:00
  • d8584d1ddb Debug off using default "go build" Zachary Yedidia 2020-02-24 12:55:59 -05:00
  • f0cdc3cabb Add buffer test and benchmark suite (and tool to generate it) Philipp Emanuel Weidmann 2020-02-22 08:51:38 +05:30
  • 2ef4f83358 Fix issue with simultaneous buffers Zachary Yedidia 2020-02-19 17:40:54 -05:00
  • a9120ce270 Share more buffer elements and fix rehighlight Zachary Yedidia 2020-02-19 14:41:30 -05:00
  • 190d9d0609 Tweak version build script Zachary Yedidia 2020-02-19 05:27:33 +00:00
  • cf3fdb344a Merge Zachary Yedidia 2020-02-18 21:40:36 -05:00
  • b91242124c Go lint the current directory of file Zachary Yedidia 2020-02-18 21:40:14 -05:00
  • 5ffc19f159 Use filecomplete for shell mode Zachary Yedidia 2020-02-17 22:29:33 -05:00
  • bc974e13f0 Cross compile binaries in release scripts hub-autorelease Zachary Yedidia 2020-02-16 00:40:51 +00:00
  • 11534a2aeb Use hub for creating releases Zachary Yedidia 2020-02-15 19:33:49 -05:00
  • cc994b6241 Fix relocation with softwrap on small buffers Zachary Yedidia 2020-02-15 15:38:20 -05:00
  • 087e7207f7 Add 'xterm' option Zachary Yedidia 2020-02-15 12:53:17 -05:00
  • db32b84cd1 Relocate after rune insert Zachary Yedidia 2020-02-14 15:52:20 -05:00
  • 00006aa2b4 Update snap version info Zachary Yedidia 2020-02-13 21:27:07 -05:00
  • 600d8558b2 Change some default option values Zachary Yedidia 2020-02-13 20:51:56 -05:00
  • 4874823240 Fix makefile tags dependencies Zachary Yedidia 2020-02-13 20:00:35 -05:00
  • 6a0e4b5564 Fetch tags before snapcraft build Zachary Yedidia 2020-02-13 19:57:31 -05:00
  • b2d7c8c5d4 Merge Zachary Yedidia 2020-02-13 19:49:27 -05:00
  • 38f88ade60 Search and replace within a selection Zachary Yedidia 2020-02-13 19:48:48 -05:00
  • 8348cc8ec2 Add transparency (#1509) Tonus1 2020-02-14 00:15:32 +01:00
  • 743d42e417 Syntax file change Zachary Yedidia 2020-02-13 16:50:44 -05:00
  • faa207907c Handle terminal paste and raw events in info bar Zachary Yedidia 2020-02-13 16:10:35 -05:00
  • 9d1c489574 Merge Zachary Yedidia 2020-02-13 16:09:16 -05:00
  • 30ed25859a Support regex capture groups in replace command Zachary Yedidia 2020-02-13 16:05:56 -05:00
  • d2288c5f66 readme: document clipboard support on Wayland (#1508) Simon Ser 2020-02-13 20:00:18 +01:00
  • a07ee26b05 Fix gutter offset when softwrap is enabled Zachary Yedidia 2020-02-13 11:04:10 -05:00
  • a7ce85d6f6 Make default plugin options more explicit Zachary Yedidia 2020-02-12 15:34:13 -05:00
  • 7c71995aaf Merge branch 'utkarsh2102-update-readme' v2.0.1 Zachary Yedidia 2020-02-12 14:26:33 -05:00
  • 357c4b0fcd Update readme Zachary Yedidia 2020-02-12 14:26:17 -05:00
  • 0d4f85304b Merge branch 'update-readme' of https://github.com/utkarsh2102/micro into utkarsh2102-update-readme Zachary Yedidia 2020-02-12 14:22:33 -05:00
  • e18e41eb45 Merge branch 'seitokaichou-autosu' Zachary Yedidia 2020-02-12 14:15:37 -05:00
  • 5519f053ac Merge branch 'autosu' of https://github.com/seitokaichou/micro into seitokaichou-autosu Zachary Yedidia 2020-02-12 14:15:30 -05:00
  • 2f4b3b2a8c Merge branch 'jawahars16-bug-endless-reload-prompt' Zachary Yedidia 2020-02-12 13:56:17 -05:00
  • ea290e4fb5 Merge branch 'bug-endless-reload-prompt' of https://github.com/jawahars16/micro into jawahars16-bug-endless-reload-prompt Zachary Yedidia 2020-02-12 13:56:00 -05:00
  • 8b414e6187 Update readme toc Zachary Yedidia 2020-02-12 13:38:14 -05:00
  • e7ef81ed97 Share hash across equivalent buffers for fastdirty=off Zachary Yedidia 2020-02-12 13:32:42 -05:00
  • 12c286f9b1 Introduce IndentLine action Zachary Yedidia 2020-02-12 13:30:24 -05:00
  • 7b5bc8fe37 Fix issue with global/local settings Zachary Yedidia 2020-02-12 13:18:59 -05:00
  • bad78797bb Clicking tabbar arrow scrolls and fix multicursor Zachary Yedidia 2020-02-12 13:05:15 -05:00
  • bf1258578c Expose OpenLogBuf to plugins Zachary Yedidia 2020-02-12 12:35:40 -05:00
  • 6588f02f7b Only highlight matching brace if one is found Zachary Yedidia 2020-02-12 01:32:23 -05:00
  • 5e9c6375d0 Only fetch tags if no tags are found at all Zachary Yedidia 2020-02-12 01:24:25 -05:00
  • 7d47659481 Fix deleteLines off-by-one error Zachary Yedidia 2020-02-12 01:16:11 -05:00
  • dcd4bae96f Clamp modifications Zachary Yedidia 2020-02-12 00:55:52 -05:00
  • 4f628bf30b Remove incorrect plugin documentation Zachary Yedidia 2020-02-12 00:22:32 -05:00
  • 36e83a46e4 Update installation instruction on Debian systems Utkarsh Gupta 2020-02-12 07:45:07 +05:30
  • 1a64ffb88b Don't expose draw channel to outside packages Zachary Yedidia 2020-02-11 20:39:26 -05:00
  • 7c77927913 Update tcell to v1.4.4 Zachary Yedidia 2020-02-11 20:34:22 -05:00
  • 8224037080 Don't block when redraw channel becomes full Zachary Yedidia 2020-02-11 20:03:32 -05:00
  • d7e3fc99f1 Merge Zachary Yedidia 2020-02-11 19:13:41 -05:00
  • feaf3951d2 Update haskell syntax file Zachary Yedidia 2020-02-11 19:13:36 -05:00
  • 399c629076 Update readme v2.0.0 Zachary Yedidia 2020-02-11 16:40:15 -05:00
  • 47ed7447f1 Update screenshot Zachary Yedidia 2020-02-11 16:30:58 -05:00
  • 62a98ea3c5 Typo Zachary Yedidia 2020-02-11 14:50:15 -05:00
  • 0a9194b883 Fix tag fetching in build-version.go Zachary Yedidia 2020-02-11 14:46:19 -05:00
  • a938917b9b Fetch tags if none are found Zachary Yedidia 2020-02-11 14:14:34 -05:00
  • 695d4c2b1b Use filepath.Join more Zachary Yedidia 2020-02-11 13:09:17 -05:00
  • 34724b941a Recover from internal errors without crashing Zachary Yedidia 2020-02-11 00:50:24 -05:00
  • 8176e8c6f8 Improve one-dark colorscheme divider Zachary Yedidia 2020-02-10 23:37:21 -05:00
  • 0d5b1cd64d Update readme buttons Zachary Yedidia 2020-02-10 22:58:25 -05:00
  • 9fd5b133ea Add svg logo Zachary Yedidia 2020-02-10 22:40:16 -05:00