内容简介: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.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Web高级编程
威廉斯 (Nicholas S.Williams) / 王肖锋 / 清华大学出版社 / 2015-6-1 / CNY 99.80
Java成为世界上编程语言之一是有其优势的。熟悉JavaSE的程序员可以轻松地进入到Java EE开发中,构建出安全、可靠和具有扩展性的企业级应用程序。编写《Java Web高级编程——涵盖WebSockets、Spring Framework、JPA Hibernate和 Spring Security》一书的目的正是如此。 《Java Web高级编程:涵盖WebSockets、Sp......一起来看看 《Java Web高级编程》 这本书的介绍吧!