

For any property, a value of unset is to remove the effect of that property, even if it has been set before. EditorConfig takes no effect on that part. Generally, if a property is not specified, the editor settings will be used, i.e. editorconfig files search on current file.Ĭurrently all properties and values are case-insensitive.

Textadept api pd windows#
(note the trailing dot), which Windows Explorer will automatically rename to. editorconfig file within Windows Explorer, you need to create a file named. Properties from matching EditorConfig sections are applied in the order they were read, so properties in closer files take precedence.įor Windows Users: To create an. editorconfig files will stop if the root filepath is reached or an EditorConfig file with root=true is found.ĮditorConfig files are read top to bottom and the most recent rules found take precedence. editorconfig in the directory of the opened file and in every parent directory. When opening a file, EditorConfig plugins look for a file named. indent_style = space indent_size = 2Ĭheck the Wiki for some real-world examples of projects using EditorConfig files. end_of_line = lf insert_final_newline = true # Matches multiple files with brace expansion notation When running in a graphical interface Textadept purposely does not save window size or position, leaving this up to the window manager.Root = true # Unix-style newlines with a newline ending every file
Textadept api pd code#
Despite this, the developer states that one of his goals is for the C portion to not exceed 2000 lines of code and for the Lua portion to never exceed 4000 LOC.

In common with Emacs, Textadept is deeply extensible the Lua API has access to any subsystem of the program. Textadept's developer makes the curses wrapper library for Scintilla used by Textadept available separately. Textadept uses the Scintilla editing component. Textadept can use either a graphical user interface or a text-based user interface when running in a terminal window. Distributed under the MIT license, it is written in C and Lua and is extensible using Lua.
Textadept api pd software#
Textadept is a free software minimalist text editor designed for computer programming. Linux, BSD, UNIX, Microsoft Windows, macOS
