usfbih8u
usfbih8u
> I also agree the main stream can't have tons of colorschemes, but if the decision is to include some by default, let’s include the most used ones, right? Of...
You can emulate this behavior using multicursors. Use `SpawnMultiCursor` (default: `Alt-n`) to select the word under the cursor and then use `SkipMultiCursor` (default: `Alt-x`) to go to the next. And...
Is this the same problem that happens in markdown syntax? ```markdown **For example, this phrase loses the bold syntax after using `backticks`**. > Similar happens here after using `backticks` this...
> [#3127](https://github.com/zyedidia/micro/pull/3127):  Great! Thank you.
I implemented a Lua module that creates tooltips and made a plugin to show autocompletions in a tooltip under the cursor. You can check it here: https://github.com/usfbih8u/micro-autocomplete-tooltip To make it...
# TLDR Having almost full access to Go structs inside Lua is a blessing. However, closing that access with an overlay API and losing control over the buffer itself and...
I think we are proposing different approaches. You want a low-level API with access to tcells, and I want floating BufPanes and all its functionalities. Losing access to the BufPane...
> As a consequence, these methods can now be used from within the onBeforeTextEvent callback, which receives a SharedBuffer as argument With this PR, how a plugin can differentiate between...
I misread your first message. What I was asking was whether adding a Message, etc., now triggers the `onBeforeTextEvent()` callback. Now I see that what you are doing is checking...
> is there a way to avoid create so much duplicated files and merge user.micro to any colorscheme selected, maybe an option? Yes, I made a plugin for myself that...