Commit Graph

  • 98963b19d9 Update readme Zachary Yedidia 2016-06-12 11:24:09 -04:00
  • 73bc12ae72 Add nightly release script Zachary Yedidia 2016-06-12 11:05:19 -04:00
  • 4a860625af Also allow ModShift to be on for windows terminals Zachary Yedidia 2016-06-11 19:41:37 -04:00
  • 553b3d80c4 Fix diff remove problem in ApplyDiff Zachary Yedidia 2016-06-11 11:23:05 -04:00
  • cdfea45a49 Fix cursor line in true color colorschemes Zachary Yedidia 2016-06-09 16:00:43 -04:00
  • f3f14193c2 Fix autocompletion using a slash Zachary Yedidia 2016-06-09 13:36:16 -04:00
  • e2079ac88e Add file completion to OpenFile (CtrlO) with tab Zachary Yedidia 2016-06-09 10:03:50 -04:00
  • 1f89b41070 Fix mouse coordinates when tabbar is open Zachary Yedidia 2016-06-09 09:29:23 -04:00
  • 1295b877e3 Fix tabbar bug Zachary Yedidia 2016-06-08 21:07:40 -04:00
  • 860bc248c4 Fix resizing of tabs opened with the command line Zachary Yedidia 2016-06-08 19:43:05 -04:00
  • 82c7994e68 Add support for tabs Zachary Yedidia 2016-06-08 18:49:08 -04:00
  • 2c73e1c043 Add default bindings for PreviousTab and NextTab Zachary Yedidia 2016-06-08 18:48:59 -04:00
  • a79e964cb6 Make tabs respond to mouse events Zachary Yedidia 2016-06-08 17:47:48 -04:00
  • 059a5c3b89 Resize the view correctly when there is only one tab left Zachary Yedidia 2016-06-08 14:38:15 -04:00
  • 57f769c9a1 Don't display the tab bar if only one tab is open Zachary Yedidia 2016-06-08 13:29:24 -04:00
  • 40affa56c7 Create tab struct and reorganize tab bar Zachary Yedidia 2016-06-08 13:26:50 -04:00
  • a8de4bcd8a Merge pull request #168 from onodera-punpun/syntax_css Zachary Yedidia 2016-06-08 13:11:31 -04:00
  • b9f9c4ca0a fixer :hover, etc., color Camille Scholtz 2016-06-08 18:52:42 +02:00
  • 8a38f897d7 colorize brackets Camille Scholtz 2016-06-08 18:45:12 +02:00
  • e9d14838a8 make normal the defualt color Camille Scholtz 2016-06-08 18:42:02 +02:00
  • bc40d3e4e9 Update css syntax Camille Scholtz 2016-06-08 18:38:53 +02:00
  • 5f19f69681 Tab bar and support for opening multiple files Zachary Yedidia 2016-06-03 16:41:09 -04:00
  • 3080e32a8f Fix multiline remove in lineArray Zachary Yedidia 2016-06-08 10:21:27 -04:00
  • bd0fa7b6c2 Add DeleteLine binding Zachary Yedidia 2016-06-07 21:47:34 -04:00
  • 3deee51537 Fix bug with pasting with new Location system Zachary Yedidia 2016-06-07 18:24:13 -04:00
  • d72da1eb5c Add more descriptive error message if there is an error with gob Zachary Yedidia 2016-06-07 17:03:05 -04:00
  • 8d184c1870 Fix glitch with undo Zachary Yedidia 2016-06-07 16:10:39 -04:00
  • f0b6725000 Minor fix Zachary Yedidia 2016-06-07 14:45:37 -04:00
  • f0faeb3a3e Fix bug with Move() Zachary Yedidia 2016-06-07 12:31:02 -04:00
  • 72f5808025 Replace rope with lineArray Zachary Yedidia 2016-06-07 11:43:28 -04:00
  • d6307b2718 Proper support for double width characters Zachary Yedidia 2016-06-04 16:25:11 -04:00
  • 852bd2c904 Fix redraw bug Zachary Yedidia 2016-06-04 16:00:53 -04:00
  • 3f0c5791b4 Update readme Zachary Yedidia 2016-06-03 11:14:11 -04:00
  • 3d62a1baa0 Don't display cursorline if there is a selection Zachary Yedidia 2016-06-02 13:15:47 -04:00
  • 7e218562a3 Remove "Applying Diff" message on reopen Zachary Yedidia 2016-06-02 13:05:57 -04:00
  • e6c6c7f47d Merge Zachary Yedidia 2016-06-02 13:04:11 -04:00
  • 1d52ef6c54 Add simple way to save with sudo if you forgot to open micro with sudo Zachary Yedidia 2016-06-02 13:01:13 -04:00
  • 119c05a170 Merge pull request #154 from jtolds/master Zachary Yedidia 2016-06-02 11:22:19 -04:00
  • 931a895406 Merge pull request #159 from onodera-punpun/syntax_cleanup Zachary Yedidia 2016-06-02 10:15:02 -04:00
  • 2583f52c8f Clean up shell and fish syntax files Camille Scholtz 2016-06-02 14:35:09 +02:00
  • 646cdd6a9f chainable actions and flexible modifiers JT Olds 2016-06-01 16:06:37 -06:00
  • 9e96623725 Small improvement to line selection Zachary Yedidia 2016-06-01 18:00:49 -04:00
  • 742370646f Add cursorline option Zachary Yedidia 2016-06-01 10:05:17 -04:00
  • 98b006d0be Merge pull request #153 from aerth/simplify-go-get Zachary Yedidia 2016-06-01 07:45:19 -04:00
  • 5e83b2c99a Fix redraw glitch Zachary Yedidia 2016-06-01 07:45:01 -04:00
  • ccd3050361 Simplify go get command aerth 2016-05-31 21:23:48 -07:00
  • cd6389c49e Make CursorPageUp and CursorPageDown default Zachary Yedidia 2016-05-31 19:45:19 -04:00
  • 312595ba4f Merge Zachary Yedidia 2016-05-31 19:25:35 -04:00
  • 64c0446b8d Fix redraw glitch Zachary Yedidia 2016-05-31 19:25:32 -04:00
  • 2ed62509a8 Merge pull request #150 from jtolds/master Zachary Yedidia 2016-05-31 18:15:22 -04:00
  • 8bd23a575f Add CursorPageUp and CursorPageDown actions JT Olds 2016-05-31 16:02:42 -06:00
  • 74cac8291a Screen redraw optimization Zachary Yedidia 2016-05-31 17:23:08 -04:00
  • ef17306f8b Allow changes from external programs to be undone Zachary Yedidia 2016-05-30 21:01:40 -04:00
  • d4caf4510c Fix bug with on reopen Zachary Yedidia 2016-05-30 18:22:10 -04:00
  • b312e7c9ad Refactor ReOpen function Zachary Yedidia 2016-05-30 17:48:33 -04:00
  • 7adcb13c08 Add support for user-created commands Zachary Yedidia 2016-05-30 13:38:50 -04:00
  • 68189fd406 Add ability to bind lua functions defined in plugins Zachary Yedidia 2016-05-30 09:12:04 -04:00
  • e3e50dd6f6 Add DeleteWordRight and DeleteWordLeft bindings Zachary Yedidia 2016-05-29 19:09:27 -04:00
  • 9252be6d3b Update readme Zachary Yedidia 2016-05-29 18:20:43 -04:00
  • 19717dd3ae Check if the file being edited has been modified by an external program Zachary Yedidia 2016-05-29 17:58:06 -04:00
  • ee9f2a3d9c Add persistent undo as the option Zachary Yedidia 2016-05-29 11:02:56 -04:00
  • 1fe18eecb7 Add history navigation with up and down arrows Zachary Yedidia 2016-05-28 18:41:53 -04:00
  • 1c127a6c3f Merge Zachary Yedidia 2016-05-28 17:32:13 -04:00
  • a92a7dc4e6 Add savecursor option Zachary Yedidia 2016-05-28 17:29:49 -04:00
  • 82594b9beb Merge pull request #133 from onodera-punpun/packages Zachary Yedidia 2016-05-28 15:53:48 -04:00
  • 96c7bc67c0 Make Quit() close help if its open and not the whole editor Zachary Yedidia 2016-05-28 14:53:48 -04:00
  • 87d147cf92 Indicate correct help binding in status line Zachary Yedidia 2016-05-28 13:58:42 -04:00
  • a08f457cd0 Allow users to insert \t and \n in replace commands Zachary Yedidia 2016-05-28 11:40:22 -04:00
  • b641d67561 Rematch every time a replacement is made Zachary Yedidia 2016-05-28 11:36:48 -04:00
  • e8d8da1443 Refactor and clean up Zachary Yedidia 2016-05-28 11:32:09 -04:00
  • d9d0af4a99 Merge pull request #139 from onodera-punpun/undo_option Zachary Yedidia 2016-05-27 18:05:37 -04:00
  • 00fe82e9c7 Fix typo Camille 2016-05-27 23:39:53 +02:00
  • 1806ef3ad0 Remove undo options, make stackundo default behavior Camille Scholtz 2016-05-27 23:39:27 +02:00
  • 007ece1e78 Add stackundo option Camille Scholtz 2016-05-26 19:36:59 +02:00
  • 66d448a59c Fix highlighting and searching with unicode characters Zachary Yedidia 2016-05-25 11:49:04 -04:00
  • ca58fc949e Make sure there is a selection before deleting it Zachary Yedidia 2016-05-24 17:46:46 -04:00
  • e553815501 make undothresthold a setting (part 2) Camille Scholtz 2016-05-24 21:40:05 +02:00
  • 3da2a870b6 make undothresthold a setting Camille Scholtz 2016-05-24 21:38:46 +02:00
  • f730864e9f Do a bounds check for charpos function Zachary Yedidia 2016-05-24 09:15:01 -04:00
  • 55a6b6701d Fix crash Zachary Yedidia 2016-05-22 20:59:31 -04:00
  • 7d1d118fee Improve the scrollmargin behavior at the end of the buffer Zachary Yedidia 2016-05-22 17:52:42 -04:00
  • 6ece5bc41a Fix tabstospaces problem Zachary Yedidia 2016-05-22 15:47:28 -04:00
  • 4cc85868d9 Rename to tabstospaces for consistency Zachary Yedidia 2016-05-22 15:35:57 -04:00
  • 74e55f03fe Merge pull request #130 from onodera-punpun/center_search Zachary Yedidia 2016-05-22 15:35:29 -04:00
  • f9adcd525d Add ability to bind alt keys Zachary Yedidia 2016-05-22 15:33:40 -04:00
  • df684ec505 Store cursor and eventhandler in buffer instead of view Zachary Yedidia 2016-05-22 15:01:02 -04:00
  • e13b856773 Remove dollar sign Camille Scholtz 2016-05-22 00:28:29 +02:00
  • 8a3780c695 Add Arch and CRUX installation guides Camille Scholtz 2016-05-22 00:25:49 +02:00
  • 52f1be5725 simplify scrollmargins Camille Scholtz 2016-05-20 20:06:01 +02:00
  • 9791f192f8 Move scrollmargin declaration Camille Scholtz 2016-05-20 19:46:18 +02:00
  • 116b247439 Add scrollmargin option, rename scrollSpeed to scrollspeed for consistency, make help.md more consistent (replaced some spaces with tabs) Camille Scholtz 2016-05-20 19:44:16 +02:00
  • 096221fd0e Add padding to relocate func (fixes weird scrolling behavior) Camille Scholtz 2016-05-20 17:43:26 +02:00
  • bbcd33d9fd Add a bit of "padding" to relocate Camille Scholtz 2016-05-20 17:34:20 +02:00
  • 6eeda5d21f Merge branch 'onodera-punpun-duplicate' Zachary Yedidia 2016-05-20 09:47:18 -04:00
  • 0673396335 Merge branch 'duplicate' of https://github.com/onodera-punpun/micro into onodera-punpun-duplicate Zachary Yedidia 2016-05-20 09:46:54 -04:00
  • 009792b6b1 Fix ctrl modifiers Zachary Yedidia 2016-05-20 09:41:00 -04:00
  • 3d6eba376d Merge Zachary Yedidia 2016-05-20 09:19:28 -04:00
  • ebaad9b00c Use the new and updated version of tcell Zachary Yedidia 2016-05-20 09:19:25 -04:00
  • 2d99d0d57a Forgot a comma there Camille Scholtz 2016-05-20 00:06:09 +02:00
  • 81e1a6e157 Give shortcuts more message feedback, add duplicate line option (fixes #124) Camille Scholtz 2016-05-20 00:04:53 +02:00