aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAge
* Build macOS executables using GTK 3.Gravatar mitchell2022-03-01
| | | | Requires my new gtkosx archive. The minimum required macOS is now 10.10 (Yosemite).
* Updated copyright year.Gravatar mitchell2022-01-31
|
* Updated to a more recent version of cloc for counting code.Gravatar mitchell2021-06-16
|
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
| | | | Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
* Updated Scintilla iface LuaDoc.Gravatar mitchell2021-04-14
|
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
| | | | Some of the Scintilla API has changed, and by extension the Scintillua API.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated copyright information.Gravatar mitchell2021-01-29
|
* Moved 'docs/markdowndoc.lua' into 'scripts/markdowndoc.lua'.Gravatar mitchell2020-10-01
|
* Updated copyright information.Gravatar mitchell2020-09-29
|
* Added code counting script and inline plots.Gravatar mitchell2020-09-20
| | | | Removed redundant stats link.
* Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.Gravatar mitchell2020-09-19
|
* No need for "-e" in simple sed invocations.Gravatar mitchell2020-09-16
|
* More small documentation updates.Gravatar mitchell2020-09-14
|
* Lots of documentation updates.Gravatar mitchell2020-09-13
| | | | | | | | | | Updated header id generation, anchors, links, and header levels. Added dedicated book page and support data. Removed extra module autocompletion and documentation from Lua module. Removed GPG signing and verification, as everything is built and distributed on GitHub. Removed all release links prior to 10.8 since there is no point in uploading the relevant files to GitHub.
* Simplified and generalized documentation generation script.Gravatar mitchell2020-09-09
|
* Changed processing pipeline for manually generating documentation.Gravatar mitchell2020-09-08
|
* Moved all top-level .md files into docs/ except README.md.Gravatar mitchell2020-09-04
| | | | Also fixed lack of header anchors in generated HTML.
* Renamed doc/ to docs/ and removed bombay dependency.Gravatar mitchell2020-09-04
| | | | | Added some documentation infrastructure for eventual migration to a new build service. Use a simple Lua script for generating documentation offline.
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
|
* Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.Gravatar mitchell2020-07-16
| | | | Australian English to American English.
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
| | | | This requires theme updates, primarily due to colour -> color.
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
| | | | | | | This allows for a superficial separation of buffer- and view-specific Scintilla functionality. buffers and views can now be used interchangeably for the most part, and the APIs are guidance, not hard requirements. User scripts do not require any modification and will continue to function normally.
* Updated to Scintilla 3.20.0.Gravatar mitchell2020-05-09
|
* Handle more Scintilla constants that need to be incremented by one.Gravatar mitchell2020-04-16
|
* Updated to latest Scintilla to fix embedded lexer issue.Gravatar mitchell2020-03-29
| | | | This fixes PHP, Django, and other lexers that embed themselves.
* Committing temporary iface changes until Scintilla's iface is patched.Gravatar mitchell2020-03-26
|
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
|
* When generating iface for Scintilla events, move modifiers parameter to end.Gravatar mitchell2020-03-12
|
* Added `_SCINTILLA.events` and use it for SCNotifications.Gravatar mitchell2020-02-24
|
* Updated copyright year.Gravatar mitchell2019-12-31
|
* Updated to latest Scintilla LongTerm3 revision.Gravatar mitchell2019-07-11
| | | | | Scintilla.iface has changed, as has some of its underlying platform API. Testing sooner is better than later.
* Updated copyright year.Gravatar mitchell2019-02-16
|
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
| | | | Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
* Attempt to fix experimental 64-bit Mac build issues.Gravatar mitchell2018-04-21
|
* Updated to pre-release version of Scintilla 3.8.0.Gravatar mitchell2018-03-24
|
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
| | | | | Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
* Added Scintilla backporting script.Gravatar mitchell2018-02-18
|
* Updated copyright year.Gravatar mitchell2018-01-25
|
* Updated Info.plist such that Textadept appears in the "Open With..." menu.Gravatar mitchell2017-08-27
| | | | Thanks to Franck Guadagnini.
* Updated copyright information.Gravatar mitchell2016-12-31
|
* Updated to Scintilla 3.7.1.Gravatar mitchell2016-12-05
|
* Fixed passing of quoted arguments to OSX `ta` script; scripts/osx/taGravatar mitchell2016-07-29
|
* Updated copyright date.Gravatar mitchell2015-12-31
|
* Added tags for the Lua C API to the ansi_c module.Gravatar mitchell2015-10-22
|
* Updated to Scintilla 3.6.0.Gravatar mitchell2015-08-02
|
* Updated for 8.1.Gravatar mitchell2015-06-30
|
* Updated for 7.9.Gravatar mitchell2015-03-10
|
* Stop documenting some non-useful buffer functions and fields.Gravatar mitchell2015-03-10
|
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
|