Neko Box Coder
Neko Box Coder
I think what you are saying is similar but a different issue, possibly an incorrect behavior from `Cut`. If `Cut` does what you described ( I haven't checked the code...
I understand it is good to have consistency but if `DeleteLine` just deletes the selection, then it is doing the same job as `Delete`, which I could have just used...
This is a small change, could we get this merged please if there are no concerns? @JoeKar @dmaluka
Updated skip regex. It was skipping in some cases where it shouldn't, now it won't. Here's the updated test cases: ```C++ char testGoodChar = 'a' char testBadChar = 'aba' char...
I have just updated the branch to split into all the categories and scenarios for both interger literal and decimal literal. I have only updated for `cpp.yaml` but intended the...
> Micro uses a [signature](https://github.com/zyedidia/micro/blob/9eb8782ff2ce4b2bab358317bcaeb6ea11efb56c/runtime/syntax/cpp.yaml#L5) to try to detect when it should highlight .h as C++ instead of C. Feel free to propose improvements to this signature to make it...
@dmaluka Cool, thanks for taking the time reviewing this PR. > (BTW, why not just `..+'`?) It doesn't work with ```cpp const std::unordered_set CharTokens = {'(', ')', ';', '{', '}',...
I think adding an example on how to edit a file using micro is great, but using micro codebase itself as an example requires a bit of effort. (Needs git...
> > I personally think editing either bindings.json or settings.json is relatively straightforward and practical as a tutorial example. Or even extending it to init.lua would be quite nice as...
@techtonik No, I meant copying things from the help page to the user's `settings.json` or `bindings.json` as an example. For example, we can say something like we want to set...