rxi / lite

A lightweight text editor written in Lua
MIT License
7.42k stars 353 forks source link

Refactor Node into node.lua #243

Closed ghost closed 8 months ago

ghost commented 3 years ago

This refactors Node out of rootview.lua and into node.lua. In so doing, we are able to modify the draw behavior of tabs via plugins. I will create a separate PR for the plugins repo with the addition of a plugin for hiding tabs.