aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* More LuaDoc updates.Gravatar mitchell2013-12-12
|
* Look for `~/.textadept/osx_env.sh` for OSX environment variables.Gravatar mitchell2013-11-20
| | | | Also clarified `ta` launcher since `--help` is unavailable.
* Disable strip trailing spaces by default.Gravatar mitchell2013-11-10
| | | | | It's probably better to have users enable it manually than to do something unexpected.
* Store the full Lua pattern match in "%0" for use in replacement text.Gravatar mitchell2013-11-10
|
* Added support for tabs.Gravatar mitchell2013-11-07
|
* Added links to order the book and make donations.Gravatar mitchell2013-11-02
|
* More documentation updates.Gravatar mitchell2013-10-29
|
* More LuaDoc updates.Gravatar mitchell2013-10-21
|
* More LuaDoc updates.Gravatar mitchell2013-10-18
|
* More LuaDoc updates.Gravatar mitchell2013-10-09
|
* Changed `ui.set_theme()` API to accept a table of properties to assign.Gravatar mitchell2013-10-02
|
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
| | | | | | As a result, removed `ui.filteredlist()` and changed `io.open_file()` and `io.snapopen()` APIs to accept tables of files and paths instead of "\n" delimited strings.
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
| | | | | | | Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns.
* Code and documentation cleanup.Gravatar mitchell2013-09-23
|
* Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.Gravatar mitchell2013-09-21
|
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
|
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
| | | | Also removed more unused constants.
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
|
* Fixed typo; doc/12_Compiling.mdGravatar mitchell2013-09-11
|
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
| | | | Menus and key bindings do not need `events.INITIALIZED`.
* Expose marker and indicator numbers for greater customization.Gravatar mitchell2013-09-08
| | | | Removed their respective color settings.
* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.Gravatar mitchell2013-09-05
|
* Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.Gravatar mitchell2013-09-01
|
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
| | | | A side effect is more efficient event emission during startup.
* Commented on the new role of `_M` in the migration guide; doc/14_Appendix.htmlGravatar mitchell2013-08-26
|
* Forgot to update some documentation with newly renamed `LEXER_LOADED` event.Gravatar mitchell2013-08-26
|
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
|
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
|
* Fixed some documentation typos.Gravatar mitchell2013-08-11
|
* Updated some documentation.Gravatar mitchell2013-08-10
|
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
| | | | Also ensure backward-compatibility with existing session files.
* Renamed Textadept module's "mime_types" to "file_types" and removed config file.Gravatar mitchell2013-07-08
|
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
|
* Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.Gravatar mitchell2013-06-24
|
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
|
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
| | | | Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
* `gui.set_theme()` accepts key-value argument pairs for theme properties to set.Gravatar mitchell2013-06-21
|
* New makefile rules for preparing build environments on various platforms.Gravatar mitchell2013-06-14
|
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
| | | | | Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box.
* Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.Gravatar mitchell2013-06-12
|
* New makefile 'osx-app' rule for building Textadept.app.Gravatar mitchell2013-06-09
| | | | | Also added some OSX scripts from the bundle to the repository. Requires the latest "GTK+ for OSX bundle".
* Added Makefile rules for creating cross-platform UI build environments.Gravatar mitchell2013-06-06
|
* Fixed broken GTK links; doc/12_Compiling.mdGravatar mitchell2013-06-06
|
* Setting "style." properties updates styles immediately; doc/09_Themes.mdGravatar mitchell2013-06-06
| | | | Requires Scintillua r370.
* Added more theme change documentation to migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-29
|
* Allow "%()" property expansion in themes like with compile/run macros.Gravatar mitchell2013-05-29
|
* Updated migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-26
|
* Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.mdGravatar mitchell2013-05-25
|
* Rewrote migration guides; doc/14_Appendix.mdGravatar mitchell2013-05-24
|
* Added section on customizing themes; doc/09_Themes.mdGravatar mitchell2013-05-24
|