NicolaiSoeborg / filemanager-plugin

A file manager plugin for the editor "Micro"
MIT License
228 stars 16 forks source link

Option to change split direction from verticle to horizontal on file open? #43

Open MelonFunction opened 5 years ago

MelonFunction commented 5 years ago

.

sum01 commented 5 years ago

I guess a public function could be made (so it can be used from the API) as to allow it to open horizontally.

Something like try_open_at_cursor_horizontal or whatever. Then perhaps adding a bool to the params of try_open_at_y that internally tells it whether it should use VSplitIndex or HSplitIndex here