aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-28Updated lexer fold properties test.mitchell
Scintilla 5 and ILexer5 appear to fetch lexer properties with SCI_GETPROPERTY now.
2021-03-28Updated for 11.2 beta.mitchell
2021-03-28Updated .gitignore.mitchell
2021-03-28Updated debugger tests with new project commands.mitchell
2021-03-27Updated to Scintilla 5.0.0 and Lexilla 5.0.0.mitchell
Also updated to latest Scintillua and Scinterm that compile against 5.0.0.
2021-03-11Do not mark GCC-style "note:" output as compile/run/build/test errors.mitchell
2021-03-01Fixed accidental change in lua.sym.mitchell
2021-03-01Fixed new theme's overriding of default theme's colors.mitchell
This only happens on startup when recording initial buffer settings with the `lexer` module mimic.
2021-02-20Updated to Lua 5.4.2.mitchell
2021-02-15Fixed inability to replace found text with escapes like '\n' and '\t'.mitchell
2021-02-13Take advantage of Scinterm being able to use a native terminal caret.mitchell
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.
2021-02-11Added support for TypeScript.mitchell
Requires latest Scintillua.
2021-02-10Fixed failing test in the terminal version.mitchell
2021-02-09Fixed curses compile error introduced in previous commit.mitchell
2021-02-09Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.mitchell
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.
2021-02-09Updated download links for 11.1.mitchell
2021-02-08Expose "lines_added" field for SCN_MODIFIED notifications.mitchell
Note that connecting to `events.MODIFIED` is still intentionally undocumented.
2021-02-03Updated FAQ mentioning initial Git repository size and how to shrink it.mitchell
2021-02-01Added tag textadept_11.1 for changeset 48372345dd92mitchell
2021-01-29Updated changelog.mitchell
2021-01-29Updated for 11.1.mitchell
2021-01-29Updated copyright information.mitchell
2021-01-29Fixed typo in unit tests.mitchell
2021-01-29Updated to Scintillua 4.4.5-2.mitchell
2021-01-28Fixed navigating back through history from a print buffer.mitchell
2021-01-26Updated .gitignore.mitchell
Without the anchor, the textadept modules directory was not being included.
2021-01-25Updated .gitignore.mitchell
Try listing executables explicitly.
2021-01-25GitHub builds should probably use Ubuntu 18.04, not latest, which is variable.mitchell
This version meets the minimum compiler version requirements.
2021-01-25Attempt to fix failing build.mitchell
The build is failing for macOS with 'textadept.icns' not found. `git archive` may be reading from *.gitignore*.
2021-01-24Added basic .gitignore file.mitchell
This is for the convenience of others, as I use Mercurial behind the scenes.
2021-01-24Added sponsorship links.mitchell
2021-01-24Fixed bug restoring view state in an intermediate buffer after closing one.mitchell
2021-01-22`io.get_project_root()` accepts an optional flag for returning a submodule root.mitchell
This is for systems like git that have '.git' files (not directories) for submodules under a parent '.git' directory.
2021-01-22Added `textadept.run.test()` and `textadept.run.test_commands`.mitchell
This enables the running of project tests.
2021-01-22Small code cleanup.mitchell
2021-01-22Compile, run, and build command functions can also return environment tables.mitchell
2021-01-12Added Xs support.mitchell
Requires latest Scintillua.
2021-01-12Added systemd support.mitchell
Requires latest Scintillua.
2021-01-12Added Spin support.mitchell
Requires latest Scintillua.
2021-01-12Added RouterOS support.mitchell
Requires latest Scintillua.
2021-01-12Added fstab support.mitchell
Requires latest Scintillua.
2021-01-12Added systemd-networkd support.mitchell
Requires latest Scintillua.
2021-01-12Added Zig support.mitchell
Requires latest Scintillua.
2021-01-11Added Reason support.mitchell
Requires latest Scintillua.
2021-01-11Added Pony support.mitchell
Requires latest Scintillua.
2021-01-11Added Meson support.mitchell
Requires latest Scintillua.
2021-01-11Added Julia support.mitchell
Requires latest Scintillua.
2021-01-11Added Fantom support.mitchell
Requires latest Scintillua.
2021-01-11Added Elm support.mitchell
Requires latest Scintillua.
2021-01-11Added Clojure support.mitchell
Requires latest Scintillua.