You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list could be made "global" by puting it at the top of the plugin. Then you get treeView.Buf.Cursor.Loc.Y and put that into list[y_loc + 1] (+1 because it returns a zero-based index from Go, while Lua uses one-based indicies) to get the selection without visually selecting anything.
I already tested this and it works, but there's a small visual bug where after the click, it hightlings where your mouse was. The only solution I can think of to fix that is to change the refreshTree to only run after MouseUp, if that's possible.
When picking a directory with the mouse it highlights files and directorys when it should not.
This is on Linux gnome terminal.
Micro editor v1.3.3
The text was updated successfully, but these errors were encountered: