Commit Graph

  • 8d8bc58f91 Update html.yaml by adding support for dialog tags (#3255) Kevin Klement 2024-04-18 08:36:19 -04:00
  • 6ffabd626f buffer: Let the user override the default.yaml Jöran Karl 2024-03-17 19:40:33 +01:00
  • 2c53d1fcab test: Perform DoEvent() as long as normal or draw events are present Jöran Karl 2023-09-22 19:28:10 +02:00
  • f265179def buffer: Correct error message in case of failed read Jöran Karl 2023-09-21 21:02:01 +02:00
  • 390794213e syntax: Provide default.yaml as fallback definition Jöran Karl 2023-09-18 23:43:25 +02:00
  • 430da61314 highlighter: Remove EmptyDef since it's superseeded by a nil check of SyntaxDef Jöran Karl 2023-09-20 20:25:09 +02:00
  • f386b29e16 add public keyword to Julia syntax file (#3247) matthias314 2024-04-13 08:47:42 -04:00
  • 4283881591 onSetActive doc: move it Dmytro Maluka 2024-04-12 02:33:16 +02:00
  • 186817d0c4 onSetPane doc: s/panel/bufpane/ Dmytro Maluka 2024-04-12 02:30:56 +02:00
  • 2a1790d15a Don't call onSetActive for an already active pane Dmytro Maluka 2024-04-12 02:21:03 +02:00
  • c6dc5a4b1f Call onSetActive when switching to another tab Dmytro Maluka 2024-04-12 02:07:29 +02:00
  • 426aa9bb8b command: Prevent re-writing settings in case of local option (#3178) Jöran Karl 2024-04-11 18:35:13 +02:00
  • acb0d763df ReHighlightStates: sanity-check startline value (#3237) Dmytro Maluka 2024-04-09 00:31:01 +02:00
  • d1d38d1ed7 chore: fix some typos (#3239) lvyaoting 2024-04-08 18:04:38 +08:00
  • 467c71dbb8 Merge pull request #3224 from JoeKar/fix/line-synchronization Jöran Karl 2024-04-06 00:09:17 +02:00
  • a3ca054371 buffer: Uncomment InitRuntimeFiles(false) in the buffer_test.go Jöran Karl 2024-04-05 11:26:16 +02:00
  • b6dcbfa846 highlighter: Fix race between the async highlighter and the main routine Jöran Karl 2024-04-04 21:55:50 +02:00
  • 6e71e37568 buffer: Rename LineBytes parameter to "lineN" to fit to the rest Jöran Karl 2024-04-04 21:40:54 +02:00
  • dd7134a762 buffer: Remove superfluous rehighlight from LineArray Jöran Karl 2024-04-04 21:38:41 +02:00
  • 2830c4878e buffer: Lock the LineArray in case of modifications and export this lock Jöran Karl 2024-04-04 21:22:22 +02:00
  • 53d56d032c buffer: Remove unneeded recursion of insert() Jöran Karl 2024-04-04 21:26:53 +02:00
  • c493e14eb4 Merge pull request #3220 from dmaluka/tests-rtfiles-fix Jöran Karl 2024-04-05 11:24:40 +02:00
  • 69dc54b407 Temporarily don't initialize runtime files in buffer test Dmytro Maluka 2024-04-03 04:37:44 +02:00
  • c5d32f625b Ignore user-defined runtime files in buffer test and rtfiles test Dmytro Maluka 2024-04-03 03:44:15 +02:00
  • baca0e5cb2 Add param to InitRuntimeFiles() to init built-in files only Dmytro Maluka 2024-04-03 03:41:06 +02:00
  • d67ce731ed Don't initialize plugins in buffer test and rtfiles test Dmytro Maluka 2024-04-03 03:04:42 +02:00
  • 828871acdf Improve crontab filetype detection (#3222) Dmytro Maluka 2024-04-01 19:50:42 +02:00
  • dc833d3552 Check for missing or empty filetype in syntax files Dmytro Maluka 2024-03-26 01:13:32 +01:00
  • 08028cf415 s/filename/filetype/ in jsonnet syntax file Dmytro Maluka 2024-03-26 01:10:08 +01:00
  • 93dd8ca729 help/colors: s/line/file/ Dmytro Maluka 2024-03-28 01:20:16 +01:00
  • 3d7024e059 infocomplete: Complete filetypes (follow-up) (#3218) Jöran Karl 2024-03-27 18:58:12 +01:00
  • b291f27c3f Add missing <release> entries in metainfo file (#3170) blt-r 2024-03-26 22:11:56 +04:00
  • 3903859970 command: Add jump to perform a relative goto (#3210) Jöran Karl 2024-03-25 21:16:23 +01:00
  • 839e86849e Update color groups documentation (#3203) Dmytro Maluka 2024-03-25 21:06:06 +01:00
  • 20bf7096b8 Make set filetype off work as expected (#3216) Dmytro Maluka 2024-03-25 19:38:33 +01:00
  • d96f060b4c Merge pull request #3214 from dmaluka/filetype-autocomplete-unknown Dmytro Maluka 2024-03-25 19:38:10 +01:00
  • 08892b125f Fix crash when syntax file has no rules (#3213) Dmytro Maluka 2024-03-25 19:35:57 +01:00
  • 838f371486 Revert "Don't expose Go timers directly to lua" (#3211) Dmytro Maluka 2024-03-25 17:11:12 +01:00
  • fc7efbdbe9 Merge pull request #3212 from dmaluka/help-misc-improvements Dmytro Maluka 2024-03-25 03:31:02 +01:00
  • 2ab1b3132e Merge pull request #3208 from dmaluka/restore-header-matches Dmytro Maluka 2024-03-25 03:30:32 +01:00
  • d64c9443f5 Autocomplete off value as well Dmytro Maluka 2024-03-25 03:25:13 +01:00
  • ee6519f5cb Autocomplete unknown value in set filetype ... Dmytro Maluka 2024-03-24 22:32:30 +01:00
  • 984c32b513 help/colors: add break before paragraph about colorscheme includes Dmytro Maluka 2024-03-24 19:55:26 +01:00
  • 1595c5ddda help/colors: remove "Syntax file headers" section Dmytro Maluka 2024-03-24 19:50:30 +01:00
  • 1021f61a81 syntax: remove some commented out garbage Dmytro Maluka 2024-03-24 15:22:43 +01:00
  • 053949eac6 UpdateRules: de-densify code arouns signatureMatch Dmytro Maluka 2024-03-23 21:59:40 +01:00
  • 9ee82a6cb3 UpdateRules: rename syntaxFileBuffer to syntaxFileInfo Dmytro Maluka 2024-03-23 21:49:53 +01:00
  • 66a3839589 Update and clarify documentation on filetype detection patterns Dmytro Maluka 2024-03-24 02:07:58 +01:00
  • b2a428f1cd Restore header instead of signature in most syntax files Dmytro Maluka 2024-03-23 21:44:27 +01:00
  • 5492d30953 UpdateRules: add comment about the reason for signature match Dmytro Maluka 2024-03-24 03:19:07 +01:00
  • 6c3b5ad17c UpdateRules: refactor "header.FileType == ft" case Dmytro Maluka 2024-03-24 02:42:33 +01:00
  • 39e410aa46 UpdateRules: reintroduce using header regex for filetype detection Dmytro Maluka 2024-03-23 21:24:44 +01:00
  • 3f4942cedb syntax parser: reintroduce header regex in .hdr files Dmytro Maluka 2024-03-23 18:26:22 +01:00
  • 2b8d925925 UpdateRules: rename syntaxFiles to fnameMatches Dmytro Maluka 2024-03-23 18:37:55 +01:00
  • 0c923aa156 UpdateRules: don't call highlight.ParseFile() needlessly Dmytro Maluka 2024-03-23 18:29:03 +01:00
  • 13483602d5 UpdateRules: fix foundDef logic Dmytro Maluka 2024-03-23 17:49:09 +01:00
  • c2c2b2addf chore: remove repetitive words (follow-up) (#3207) Jöran Karl 2024-03-23 20:40:15 +01:00
  • 8b4e9d2c5e chore: remove repetitive words (#3205) occupyhabit 2024-03-24 00:02:41 +08:00
  • a57d29ada9 command: Fix reload command to correctly initialize and reload all runtime files (#3062) Jöran Karl 2024-03-22 20:47:30 +01:00
  • bb1f4dad77 help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193) Jöran Karl 2024-03-22 17:58:44 +01:00
  • 426e6c600f Fix trailing spaces/tabs in yaml syntax files (#3200) Yevhen Babiichuk (DustDFG) 2024-03-22 18:56:09 +02:00
  • 9ab9f8bc1c Forward resize event to both TabList and InfoBar (#3179) Dmytro Maluka 2024-03-21 21:40:22 +01:00
  • f15db6aa30 improve Rust raw string literal highlighting (#3192) Mikko 2024-03-21 22:34:54 +02:00
  • 4895a29be2 colorscheme: Add capability to include schemes (#2844) Jöran Karl 2024-03-21 18:37:51 +01:00
  • b518bda50c Dont highlight tab/space errors in the BTHelp buffers (#3189) Yevhen Babiichuk (DustDFG) 2024-03-19 17:22:28 +02:00
  • c64add289b command: Fix replace to be able to insert '$' (#2954) Jöran Karl 2024-03-17 21:37:16 +01:00
  • 5ae2799b70 Color material-tc scrollbar (#1838) Paulo S. Costa 2024-03-17 09:57:21 -07:00
  • 16e38b988c cmd: Fix typo in the plugin line of "micro --help" (#2594) Suhaas Joshi 2024-03-17 21:18:41 +05:30
  • 8a3d83f7c7 Add support for rust async/await keywords (#2556) Lizzy Fleckenstein 2024-03-17 16:47:46 +01:00
  • 55b251ffee Revert "command: Add capability to use relative numbers in goto (#2985)" Dmytro Maluka 2024-03-17 16:39:47 +01:00
  • 8724709cf9 Reduce the available string option validators and add autocompletion for them (#3021) Jöran Karl 2024-03-15 22:20:39 +01:00
  • 4a53419c62 option: Don't apply rmtrailingws in case of timed autosave (#2850) Jöran Karl 2024-03-15 18:46:51 +01:00
  • 8af304cc21 Update OSC52 info for Alacritty (#3174) cyqsimon 2024-03-16 01:43:34 +08:00
  • 399134fe5b Escape regex in pre-filled search pattern in Find prompt Dmytro Maluka 2024-03-15 12:25:39 +01:00
  • db26b5fee5 Add TODO about mysterious behavior of ResizeSplit() Dmytro Maluka 2024-03-14 05:26:34 +01:00
  • cb903f414c Remove unused autosave channel leftover (#3024) Dmytro Maluka 2024-03-14 04:58:45 +01:00
  • 0a69cc68dc Merge pull request #3023 from dmaluka/timerchan Dmytro Maluka 2024-03-14 04:58:19 +01:00
  • 1d1b363fa7 Remove lua.Lock Dmytro Maluka 2023-11-13 18:27:36 +01:00
  • 4ffc2206ee Don't expose Go timers directly to lua Dmytro Maluka 2023-11-13 18:17:58 +01:00
  • 9089e9ec83 Add micro's own lua timer function micro.After() Dmytro Maluka 2023-11-13 17:51:19 +01:00
  • c24604d1ab Fix overwriting persistent non-default settings with temporary default settings (#3010) Dmytro Maluka 2024-03-14 04:43:40 +01:00
  • 606bcecf03 Merge pull request #3009 from dmaluka/fix-unneeded-settings-write Dmytro Maluka 2024-03-14 04:40:34 +01:00
  • 94af5f13bd Update commands.md (#2966) Alan 2024-03-13 20:39:17 -07:00
  • 80db98dc81 Merge pull request #2959 from JoeKar/fix/raw-esc-sequence Dmytro Maluka 2024-03-14 04:38:05 +01:00
  • e424537ff8 Merge pull request #2819 from JoeKar/fix/file-detection Dmytro Maluka 2024-03-14 04:37:10 +01:00
  • 5bfda7b5f6 Merge branch 'master' into fix/file-detection Dmytro Maluka 2024-03-14 04:32:09 +01:00
  • 3dba23a348 Minor: fix weird error message text when unable to load help (#2618) Dmytro Maluka 2024-03-14 03:59:36 +01:00
  • 00174bb376 Merge pull request #2606 from dmaluka/mouse-release-and-drag-events Dmytro Maluka 2024-03-14 03:54:04 +01:00
  • c4c5b184c2 Improve support for mouse events handling (#2605) Dmytro Maluka 2024-03-14 03:52:52 +01:00
  • 7b718cb87c Merge pull request #1897 from dmaluka/wserrors Dmytro Maluka 2024-03-14 03:26:09 +01:00
  • 6dc3df646b readme: Mention hltrailingws/hltaberrors feature Dmitry Maluka 2022-11-27 21:30:16 +01:00
  • 13d1407f60 hltrailingws: simpler and better undo/redo handling Dmitry Maluka 2020-10-23 00:17:22 +02:00
  • 53efce72fa hltrailingws: improve behavior with selection Dmitry Maluka 2020-10-22 22:54:46 +02:00
  • f108c90643 hltrailingws: improve updateTrailingWs logic Dmitry Maluka 2020-10-22 22:29:16 +02:00
  • b824e767d6 Add tab-error and trailingws colors to colorschemes Dmitry Maluka 2020-10-21 00:33:18 +02:00
  • c52ccad14b hltrailingws: adjust autoclose plugin implementation Dmitry Maluka 2020-10-20 23:46:55 +02:00
  • 104caf08dd Highlighting trailing whitespaces Dmitry Maluka 2020-10-20 22:52:49 +02:00
  • 64370b70d6 Highlighting tab errors Dmitry Maluka 2020-10-20 22:10:41 +02:00
  • 8368af3cc8 command: Fix set local-only options for the current buffer only (#3042) Jöran Karl 2024-03-13 21:34:52 +01:00
  • ca3a9d0794 command: Add capability to use relative numbers in goto (#2985) Jöran Karl 2024-03-13 21:32:12 +01:00