内容简介:A lightweight text editor written in Lualite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty,
lite
A lightweight text editor written in Lua
- Get lite — Download for Windows and Linux
- Get plugins — Add additional functionality
- Get color themes — Add additional colors themes
Overview
lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, small and fast, implemented as simply as possible; easy to modify and extend, or to use without doing either.
Customization
Additional functionality can be added through plugins which are available from the plugins repository ; additional color themes can be found in the colors repository . The editor can be customized by making changes to the user module .
Building
You can build the project yourself on Linux using the provided build.sh script. Note that the project does not need to be rebuilt if you are only making changes to the Lua portion of the code.
Contributing
Any additional functionality that can be added through a plugin should be done so as a plugin, after which a pull request to the plugins repository can be made. In hopes of remaining lightweight, pull requests adding additional functionality to the core will likely not be merged. Bug reports and bug fixes are welcome.
License
This project is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
React 进阶之路
徐超 / 清华大学出版社 / 2018-4 / 69.00元
《React进阶之路》详细介绍了React技术栈涉及的主要技术。本书分为基础篇、进阶篇和实战篇三部分。基础篇主要介绍React的基本用法,包括React 16的新特性;进阶篇深入讲解组件state、虚拟DOM、高阶组件等React中的重要概念,同时对初学者容易困惑的知识点做了介绍;实战篇介绍React Router、Redux和MobX 3个React技术栈的重要成员,并通过实战项目讲解这些技术如......一起来看看 《React 进阶之路》 这本书的介绍吧!