

- #TEXTADEPT EDITOR HOW TO#
- #TEXTADEPT EDITOR INSTALL#
- #TEXTADEPT EDITOR SOFTWARE#
- #TEXTADEPT EDITOR CODE#
- #TEXTADEPT EDITOR DOWNLOAD#
That is, if you want to do any extension, you just need to understand Lua. Similarly, Lua is used to writing lexer files. Textadept’s API is very clear, and many editor APIs can’t do this. Generally, we just want to implement some small functions. Writing extensions in Lua can sometimes be done without too long code.
#TEXTADEPT EDITOR CODE#
You need automatic completion, code folding, code highlighting, automatic indentation, multiple cursor editing, window splitting, and even simple compilation functions, Textadept has nothing less.įor functions other than a simple text editor, you need to expand.
#TEXTADEPT EDITOR DOWNLOAD#
If you are new to Textadept, I think you need to establish a concept that the core you download is only an editor, but it is also an editor that strives to do what an editor should do. But some of the functions you will use may not be available either. Textadept is small and has no extra features.

Textadept is an ideal editor for programmers who want endless extensibility without sacrificing speed or succumbing to code bloat and featuritis. This is exactly what the official website says
#TEXTADEPT EDITOR HOW TO#
Just like writing extensions for Wikipedia with Javascript, no compilation is required, and a browser can meet my debugging needs.Īlthough the Textadept community is very small, it can be seen that the people who play this are some who know how to program. Maybe it is my taste, I like this kind of extension that can be written by hand.
#TEXTADEPT EDITOR INSTALL#
The compilation is inevitable to install a compiler and related development environment, which I am too lazy to do. I think an important reason is the need to compile. I have used Notepad++ for a long time, but I didn’t take the initiative to write any extensions for it. I think this greatly reduces the difficulty of extending this text editor. Since Lua is a scripting language, you don’t need to perform any compilation when adding functions to it. For using this editor well, I think you need to have a little exploration spirit. Taking into account the English proficiency of the Chinese, translation is even more necessary. But first I translated the interface into Chinese. But for Textadept’s File browser extension like Vim, opening a directory tree does not cause too much overhead.Ī good editor should not have such a small user base. Notepad++ can be said to be the first-class minimalist text editor on Windows, but when I use Notepad++, I still find it difficult to load large projects. But because of its fast opening speed, minimalism, and strong scalability, it still attracted me. After all, the author chose gray as the background color, which is not in line with everyone’s habits. The interface he showed didn’t attract me too much. Through the AlternativeTo website, I found Textadept at a lower position. We all have our work, there will not always be time to develop extensions, so the extensions that can be used in the latest version are the default ones in the gedit package, as well as the few official plugins in the gedit-plugins package.
#TEXTADEPT EDITOR SOFTWARE#
Although it is normal for open source software to be updated frequently, the core APIs used for expansion needs to be stable to a certain extent. The plug-ins that can be used in the previous versions cannot be used in later versions. The functions of Gedit itself are very limited, and the extension API changes frequently. If you commonly use Gedit under Linux to edit general text files (including source code, of course), I suggest you try Gedit under Windows as well, you will have a familiar feeling. One important benefit of Gedit is that it can be done in a way that is consistent with the experience on Linux. I was under Windows, but I used Gedit for quite a long time, and it also signaled my success in installing programs under Windows in a Mingw64/MSYS environment. Before using Textadept I was using Notepad++, Cudatext, and Gedit. I’ve been using Vim steadily for command-line editing, and that shouldn’t change for a long time Vim is simple and easy to learn, and that’s what I appreciate about it. My colleagues may have known that I recently changed the text editor quite often. Textadept’s philosophy is very similar to Vim’s in that it’s an easy-to-use, yet highly extensible text editor. It’s a great replacement for some complicated and clunky IDEs or viewing tools. For a minimalist like me, a good text editor is even more necessary. A text editor can do as little or as much as you want. A text editor is arguably a tool that comes with all systems, for Windows it comes with Notepad, for Linux it might be gedit (of course there are many Linux distributions and they may ship various text editors). First of all, I want to talk about why I want to introduce a text editor, why I would look for a text editor.
