aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated changelog.Gravatar mitchell2021-03-31
|
* Textadept Quick Reference is no longer considered newly published.Gravatar mitchell2021-03-31
|
* Added lexilla to clean-deps Makefile rule.Gravatar mitchell2021-03-28
|
* Updated lexer fold properties test.Gravatar mitchell2021-03-28
| | | | | Scintilla 5 and ILexer5 appear to fetch lexer properties with SCI_GETPROPERTY now.
* Updated for 11.2 beta.Gravatar mitchell2021-03-28
|
* Updated .gitignore.Gravatar mitchell2021-03-28
|
* Updated debugger tests with new project commands.Gravatar mitchell2021-03-28
|
* Updated to Scintilla 5.0.0 and Lexilla 5.0.0.Gravatar mitchell2021-03-27
| | | | Also updated to latest Scintillua and Scinterm that compile against 5.0.0.
* Do not mark GCC-style "note:" output as compile/run/build/test errors.Gravatar mitchell2021-03-11
|
* Fixed accidental change in lua.sym.Gravatar mitchell2021-03-01
|
* Fixed new theme's overriding of default theme's colors.Gravatar mitchell2021-03-01
| | | | | This only happens on startup when recording initial buffer settings with the `lexer` module mimic.
* Updated to Lua 5.4.2.Gravatar mitchell2021-02-20
|
* Fixed inability to replace found text with escapes like '\n' and '\t'.Gravatar mitchell2021-02-15
|
* Take advantage of Scinterm being able to use a native terminal caret.Gravatar mitchell2021-02-13
| | | | | | | Also change brace highlight style to not change the background color, as some terminal cursors invert the current cell, so this would cause the highlighted brace at the current position to "unhighlight", causing confusion. This requires latest Scinterm.
* Added support for TypeScript.Gravatar mitchell2021-02-11
| | | | Requires latest Scintillua.
* Fixed failing test in the terminal version.Gravatar mitchell2021-02-10
|
* Fixed curses compile error introduced in previous commit.Gravatar mitchell2021-02-09
|
* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.Gravatar mitchell2021-02-09
| | | | | | Textadept hides the first tab by default since its information is duplicated in the titlebar and screen space is wasted. However, some users choose to hide titlebars (e.g. on window maximize/fullscreen), so this option now exists.
* Updated download links for 11.1.Gravatar mitchell2021-02-09
|
* Expose "lines_added" field for SCN_MODIFIED notifications.Gravatar mitchell2021-02-08
| | | | Note that connecting to `events.MODIFIED` is still intentionally undocumented.
* Updated FAQ mentioning initial Git repository size and how to shrink it.Gravatar mitchell2021-02-03
|
* Added tag textadept_11.1 for changeset 48372345dd92Gravatar mitchell2021-02-01
|
* Updated changelog.Gravatar mitchell2021-01-29
|
* Updated for 11.1.Gravatar mitchell2021-01-29
|
* Updated copyright information.Gravatar mitchell2021-01-29
|
* Fixed typo in unit tests.Gravatar mitchell2021-01-29
|
* Updated to Scintillua 4.4.5-2.Gravatar mitchell2021-01-29
|
* Fixed navigating back through history from a print buffer.Gravatar mitchell2021-01-28
|
* Updated .gitignore.Gravatar mitchell2021-01-26
| | | | Without the anchor, the textadept modules directory was not being included.
* Updated .gitignore.Gravatar mitchell2021-01-25
| | | | Try listing executables explicitly.
* GitHub builds should probably use Ubuntu 18.04, not latest, which is variable.Gravatar mitchell2021-01-25
| | | | This version meets the minimum compiler version requirements.
* Attempt to fix failing build.Gravatar mitchell2021-01-25
| | | | | The build is failing for macOS with 'textadept.icns' not found. `git archive` may be reading from *.gitignore*.
* Added basic .gitignore file.Gravatar mitchell2021-01-24
| | | | This is for the convenience of others, as I use Mercurial behind the scenes.
* Added sponsorship links.Gravatar mitchell2021-01-24
|
* Fixed bug restoring view state in an intermediate buffer after closing one.Gravatar mitchell2021-01-24
|
* `io.get_project_root()` accepts an optional flag for returning a submodule root.Gravatar mitchell2021-01-22
| | | | | This is for systems like git that have '.git' files (not directories) for submodules under a parent '.git' directory.
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
| | | | This enables the running of project tests.
* Small code cleanup.Gravatar mitchell2021-01-22
|
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
|
* Added Xs support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added systemd support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added Spin support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added RouterOS support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added fstab support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added systemd-networkd support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added Zig support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added Reason support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Pony support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Meson support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.