{"id":13562724,"url":"https://github.com/orbitalquark/textadept","last_synced_at":"2025-04-04T20:15:51.531Z","repository":{"id":37500926,"uuid":"294280296","full_name":"orbitalquark/textadept","owner":"orbitalquark","description":"Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.","archived":false,"fork":false,"pushed_at":"2024-05-20T04:24:52.000Z","size":89901,"stargazers_count":604,"open_issues_count":28,"forks_count":37,"subscribers_count":23,"default_branch":"default","last_synced_at":"2024-05-22T05:05:54.394Z","etag":null,"topics":["cross-platform","curses","editor","gtk","lua","qt","scintilla","terminal","text-editor","textadept"],"latest_commit_sha":null,"homepage":"https://orbitalquark.github.io/textadept","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orbitalquark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://gum.co/textadept?wanted=true"]}},"created_at":"2020-09-10T02:22:33.000Z","updated_at":"2024-05-30T01:09:47.145Z","dependencies_parsed_at":"2023-12-20T23:51:19.734Z","dependency_job_id":"f6e2e45f-e88b-486a-b1f6-44e668d9126d","html_url":"https://github.com/orbitalquark/textadept","commit_stats":null,"previous_names":[],"tags_count":144,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orbitalquark","download_url":"https://codeload.github.com/orbitalquark/textadept/tar.gz/refs/heads/default","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242681,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-platform","curses","editor","gtk","lua","qt","scintilla","terminal","text-editor","textadept"],"created_at":"2024-08-01T13:01:11.623Z","updated_at":"2025-04-04T20:15:51.506Z","avatar_url":"https://github.com/orbitalquark.png","language":"Lua","funding_links":["https://gum.co/textadept?wanted=true"],"categories":["Applications","Lua"],"sub_categories":["Text Editors"],"readme":"# Textadept\n\nTextadept is a fast, minimalist, and remarkably extensible cross-platform text editor for\nprogrammers. Written in a combination of C, C++, and [Lua][] and relentlessly optimized for\nspeed and minimalism for more than 12 years, Textadept is an ideal editor for programmers who\nwant endless extensibility without sacrificing speed and disk space, and without succumbing to\ncode bloat and a superabundance of features. The application has both a graphical user interface\n(GUI) version that runs in a desktop environment, and a terminal version that runs within a\nterminal emulator.\n\n![Linux](https://orbitalquark.github.io/textadept/images/linux.png)\n![macOS](https://orbitalquark.github.io/textadept/images/macosx.png)\n![Windows](https://orbitalquark.github.io/textadept/images/win32.png)\n![Terminal](https://orbitalquark.github.io/textadept/images/ncurses.png)\n\n[Lua]: https://lua.org\n\n## Features\n\n- Fast and minimalist.\n- Cross platform, and with a terminal version, too.\n- Self-contained executable -- no installation necessary.\n- Support for over 100 programming languages.\n- Unlimited split views.\n- Can be entirely keyboard driven.\n- Powerful snippets and key commands.\n- Code autocompletion and documentation lookup.\n- Remarkably extensible, with a heavily documented Application Programming Interface (API).\n\n![Textadept](https://orbitalquark.github.io/textadept/images/splitviews.png)\n\n## Requirements\n\nIn its bid for minimalism, Textadept depends on very little to run. On Windows and macOS,\nit has no external dependencies. On Linux, the GUI version depends only on either [Qt][] or\n[GTK][] (cross-platform GUI toolkits), and the terminal version depends only on [ncurses][].\nBSD depends on Qt and ncurses. Lua and any other third-party dependencies are compiled into\nthe application itself.\n\n[Qt]: https://www.qt.io/\n[GTK]: https://gtk.org\n[ncurses]: https://invisible-island.net/ncurses/ncurses.html\n\n## Download\n\nTextadept releases can be found [here][1]. Select the appropriate package for your platform. A\ncomprehensive list of changes between releases can be found [here][2]. You can also download\na separate set of modules that provide extra features and functionality to the core application.\n\n[1]: https://github.com/orbitalquark/textadept/releases\n[2]: https://orbitalquark.github.io/textadept/changelog.html\n\n## Installation and Usage\n\nTextadept comes with a comprehensive [user manual][] in its *docs/* directory. It covers all\nof Textadept's main features, including installation, usage, configuration, theming, scripting,\nand compilation.\n\nSince nearly every aspect of Textadept can be scripted using Lua, the editor's API is heavily\ndocumented. This [API documentation][] is also located in *docs/*. It serves as the ultimate\nresource when it comes to scripting the application.\n\n[user manual]: https://orbitalquark.github.io/textadept/manual.html\n[API documentation]: https://orbitalquark.github.io/textadept/api.html\n\n## Compile\n\nTextadept can be built on Windows, macOS, Linux, and BSD using [CMake][]. CMake will automatically\ndetect which platforms you can compile Textadept for (e.g. Qt, GTK, and/or Curses) and build\nfor them. On Windows and macOS you can then use CMake to create a self-contained application\nto run from anywhere. On Linux and BSD you can either use CMake to install Textadept, or place\ncompiled binaries into Textadept's root directory and run it from there.\n\nGeneral requirements:\n\n- [CMake][] 3.16+\n- A C and C++ compiler, such as:\n\t- [GNU C compiler][] (*gcc*) 7.1+\n\t- [Microsoft Visual Studio][] 2019+\n\t- [Clang][] 13+\n- A UI toolkit (at least one of the following):\n\t- [Qt][] 5 or Qt 6 development libraries for the GUI version\n\t- [GTK][] 3 development libraries for the GUI version (GTK 2.24 is also supported)\n\t- [ncurses][](w) development libraries (wide character support) for the terminal version\n\nBasic procedure:\n\n1. Configure CMake to build Textadept by pointing it to Textadept's source directory (where\n  *CMakeLists.txt* is) and specifying a binary directory to compile to.\n2. Build Textadept.\n3. Either copy the built Textadept binaries to Textadept's directory or use CMake to install it.\n\nFor example:\n\n\tcmake -S . -B build_dir -D CMAKE_BUILD_TYPE=RelWithDebInfo \\\n\t\t-D CMAKE_INSTALL_PREFIX=build_dir/install\n\tcmake --build build_dir -j # compiled binaries are in build_dir/\n\tcmake --install build_dir # self-contained installation is in build_dir/install/\n\nCMake boolean variables that affect the build:\n\n- `NIGHTLY`: Whether or not to build Textadept with bleeding-edge dependencies (i.e. the nightly\n  version). Defaults to off.\n- `QT`: Unless off, builds the Qt version of Textadept. The default is auto-detected.\n- `GTK3`: Unless off, builds the Gtk 3 version of Textadept. The default is auto-detected.\n- `GTK2`: Unless off, builds the Gtk 2 version of Textadept. The default is auto-detected.\n- `CURSES`: Unless off, builds the Curses (terminal) version of Textadept. The default is\n  auto-detected.\n\nFor more information on compiling Textadept, please see the [manual][].\n\n[CMake]: https://cmake.org\n[GNU C compiler]: https://gcc.gnu.org\n[Microsoft Visual Studio]: https://visualstudio.microsoft.com/\n[Clang]: https://clang.llvm.org/\n[Qt]: https://www.qt.io\n[GTK]: https://gtk.org\n[ncurses]: https://invisible-island.net/ncurses/ncurses.html\n[manual]: https://orbitalquark.github.io/textadept/manual.html#compiling\n\n## Contribute\n\nTextadept is [open source][]. Feel free to discuss features, report bugs, and submit patches. You\ncan also contact me personally (code att foicica.com).\n\n[open source]: https://github.com/orbitalquark/textadept\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forbitalquark%2Ftextadept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept/lists"}