KTGH

Results 69 comments of KTGH

Here's some simple cmake for enabling all errors that should work on most compilers. Optionally add on some more code for sanitizers if you want that. ```cmake target_compile_options(${PROJECT_NAME} PRIVATE $...

@Tacolizard Are you still working on this? I don't mind if you leave the double-click as-is, but I can't merge if you don't make the changes to using `pre` over...

Fine by me either way.

It's not a bad idea, but this won't work if a file is opened in a way other than using the filemanager. People might be annoyed at this type of...

@parke The branch isn't done (one minor bug atm), but I have a fix for the index out of range bug here https://github.com/sum01/filemanager-plugin/commit/838a3a8d42b99dd3dd1da6a37c789b7246975656 The minor bug is that CursorDown on...

This is a nice walkthrough of Typescript, Flow, and even Elm http://djcordhose.github.io/flow-vs-typescript/elm-flow-typescript.html#/

Are you on the new v2 of Micro? I'm pretty sure the update broke this plugin.

Putting https://github.com/micro-editor/updated-plugins/tree/master/filemanager-plugin in your `~/.config/micro/plug/` might work as a temporary fix, but I haven't tried it.

Not actually sure how to get current open files. I know it's contained in the `tabs` variable, but that's about it.

This should be possible now with https://github.com/zyedidia/micro/commit/cb45481526ab893f092ae27b6868731cb428b935 I'll look into it, but I encourage PR's as well :)