Jump to content
Ketarin forum
Textadept (x32) + modules
Guest
By Guest, 10/10/2021
  • 16 downloads
  • Updated:

File Details

  • Website URL https://orbitalquark.github.io/textadept/
  • User Agent
  • Category офис (office) / редакторы маленькие (text editors)
  • User Notes Textadept (x32) A fast, minimalist, and remarkably extensible cross-platform text editor https://orbitalquark.github.io/textadept/ https://github.com/orbitalquark/textadept OS: Windows, macOS, Linux, and BSD + terminal version Textadept’s user interface is sleek and simple. Relentlessly optimized for speed and minimalism over the years, the editor consists of less than 2000 lines of C code and less than 4000 lines of Lua code. - Remarkably Extensible Textadept is an ideal editor for programmers who want endless extensibility without sacrificing speed or succumbing to code bloat and featuritis. The editor gives you complete control over the entire application using the Lua programming language. Everything from moving the caret to changing menus and key bindings on-the-fly to handling core events is possible. Its potential is vast. - Multiple Language Support Being a programmer’s editor, Textadept excels at editing source code. It understands the syntax and structure of more than 100 different programming languages and recognizes hundreds of file types. Textadept uses this knowledge to make viewing and editing code faster and easier. It can also compile and run simple source files. - Unlimited Split Views Both the graphical version and the terminal version of Textadept support unlimited vertical and horizontal view splitting, even of the same file. - Split Views - Customizable Themes Textadept uses themes to customize its look and feel. It comes with built-in light, dark, and terminal themes. - Code Autocompletion Not only can Textadept autocomplete words in files, but it can also autocomplete symbols for programming languages and display API documentation. - Keyboard Driven Textadept can be entirely keyboard driven. The editor defines key bindings for nearly every action. You can easily reassign existing bindings or create new ones. Keys may be chained together or grouped into language-specific keys or key modes. - Self Contained Textadept’s binary packages are self-contained and need not be installed. No administrator privilages are required either. - Comprehensive Manual Textadept comes with a comprehensive user manual in the application’s docs/ directory. It covers all of Textadept’s main features, including installation, usage, configuration, theming, scripting, and compilation. - Exhaustive API Documentation Since Textadept is entirely scriptable with Lua, its API is heavily documented. This documentation is also located in docs/ and is the ultimate resource on scripting Textadept. (The editor’s Lua internals also provide abundant scripting examples.) Still Not Convinced? - Textadept has a proven track record, with at least one release every 2 months for 8+ years and no signs of inactivity. Also, as an open-source project, the editor will never fade away. - Textadept is a real cross-platform desktop application, backed by a world-class editing engine that dozens of editors and IDEs have depended on for over 19 years. - Textadept is scriptable in a language that was carefully designed to run on any platform at high speed and with a minimal memory footprint. Lua is used everywhere from video games to embedded devices. It is easy to learn too! - Textadept is very resource efficient, consuming merely 15MB of RAM at startup and hardly any CPU while under load. Even with over 20 of its own source files open at once, Textadept does not exceed 20MB of RAM usage and has no input lag at all. - Textadept does not rely on external packages to provide its functionality and does not depend on a package ecosystem to thrive. The editor gives you plenty of the tools you need out of the box. - Textadept has sensible defaults and does not expect you to spend hours customizing it before you can start being productive. - With fewer than 30 main source files comprising roughly 6000 lines of heavily documented code, Textadept’s internals are remarkably easy to read, understand, keep track of, and extend to your liking. - Did you see that there is a terminal version in case you need to do work on a remote server? - Textadept does not track you. It does not attempt to connect to the internet. It is just a text editor.

(Show)XML Contents

            <?xml version="1.0" encoding="utf-8"?>
<Jobs>
  <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="e0f1bfc6-3033-465b-a3e9-5cb910c427c9">
    <Category>офис (office) / редакторы маленькие (text editors)</Category>
    <WebsiteUrl>https://orbitalquark.github.io/textadept/</WebsiteUrl>
    <UserAgent/>
    <UserNotes>Textadept (x32)
A fast, minimalist, and remarkably extensible cross-platform text editor
https://orbitalquark.github.io/textadept/
https://github.com/orbitalquark/textadept

  OS: Windows, macOS, Linux, and BSD + terminal version

   Textadept’s user interface is sleek and simple. Relentlessly optimized for speed and minimalism over the years, the editor consists of less than 2000 lines of C code and less than 4000 lines of Lua code.

 - Remarkably Extensible
   Textadept is an ideal editor for programmers who want endless extensibility without sacrificing speed or succumbing to code bloat and featuritis. The editor gives you complete control over the entire application using the Lua programming language. Everything from moving the caret to changing menus and key bindings on-the-fly to handling core events is possible. Its potential is vast.
  
 - Multiple Language Support
   Being a programmer’s editor, Textadept excels at editing source code. It understands the syntax and structure of more than 100 different programming languages and recognizes hundreds of file types. Textadept uses this knowledge to make viewing and editing code faster and easier. It can also compile and run simple source files.
  
 - Unlimited Split Views
   Both the graphical version and the terminal version of Textadept support unlimited vertical and horizontal view splitting, even of the same file.

 - Split Views

 - Customizable Themes
   Textadept uses themes to customize its look and feel. It comes with built-in light, dark, and terminal themes.

 - Code Autocompletion
   Not only can Textadept autocomplete words in files, but it can also autocomplete symbols for programming languages and display API documentation.

 - Keyboard Driven
   Textadept can be entirely keyboard driven. The editor defines key bindings for nearly every action. You can easily reassign existing bindings or create new ones. Keys may be chained together or grouped into language-specific keys or key modes.

 - Self Contained
   Textadept’s binary packages are self-contained and need not be installed. No administrator privilages are required either.

 - Comprehensive Manual
   Textadept comes with a comprehensive user manual in the application’s docs/ directory. It covers all of Textadept’s main features, including installation, usage, configuration, theming, scripting, and compilation.

 - Exhaustive API Documentation
  Since Textadept is entirely scriptable with Lua, its API is heavily documented. This documentation is also located in docs/ and is the ultimate resource on scripting Textadept. (The editor’s Lua internals also provide abundant scripting examples.)

  Still Not Convinced?
 - Textadept has a proven track record, with at least one release every 2 months for 8+ years and no signs of inactivity. Also, as an open-source project, the editor will never fade away.
 - Textadept is a real cross-platform desktop application, backed by a world-class editing engine that dozens of editors and IDEs have depended on for over 19 years.
 - Textadept is scriptable in a language that was carefully designed to run on any platform at high speed and with a minimal memory footprint. Lua is used everywhere from video games to embedded devices. It is easy to learn too!
 - Textadept is very resource efficient, consuming merely 15MB of RAM at startup and hardly any CPU while under load. Even with over 20 of its own source files open at once, Textadept does not exceed 20MB of RAM usage and has no input lag at all.
 - Textadept does not rely on external packages to provide its functionality and does not depend on a package ecosystem to thrive. The editor gives you plenty of the tools you need out of the box.
 - Textadept has sensible defaults and does not expect you to spend hours customizing it before you can start being productive.
 - With fewer than 30 main source files comprising roughly 6000 lines of heavily documented code, Textadept’s internals are remarkably easy to read, understand, keep track of, and extend to your liking.
 - Did you see that there is a terminal version in case you need to do work on a remote server?
 - Textadept does not track you. It does not attempt to connect to the internet. It is just a text editor.
</UserNotes>
    <LastFileSize>13315874</LastFileSize>
    <LastFileDate>2022-02-01T23:21:52.318428</LastFileDate>
    <IgnoreFileInformation>true</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate xsi:nil="true"/>
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator>ver</VariableChangeIndicator>
    <HashVariable/>
    <HashType>None</HashType>
    <CanBeShared>true</CanBeShared>
    <ShareApplication>true</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer/>
    <SetupInstructions/>
    <Variables>
      <item>
        <key>
          <string>ver</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>(?<=Latest.*?textadept_*?)[0-9.]{2,}</Regex>
            <Url>https://github.com/orbitalquark/textadept/releases</Url>
            <Name>ver</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>url</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>(https://[^"]*textadept_{ver}.win32.zip)</Regex>
            <Url>https://github.com/orbitalquark/textadept/releases/latest</Url>
            <Name>url</Name>
          </UrlVariable>
        </value>
      </item>
    </Variables>
    <ExecuteCommand/>
    <ExecutePreCommand/>
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation/>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId/>
    <LastUpdated>2022-02-01T23:21:52.318428</LastUpdated>
    <TargetPath>d:\--software\!@__office\!@__small_text_editors\</TargetPath>
    <FixedDownloadUrl>{url}</FixedDownloadUrl>
    <Name>Textadept (x32) + modules</Name>
  </ApplicationJob>
</Jobs>

        

Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add your comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.