aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Updated LuaDoc.Gravatar mitchell2013-09-06
* 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
* 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
* Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.Gravatar mitchell2013-08-25
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Fixed some documentation typos.Gravatar mitchell2013-08-11
* Updated Lua Adeptsense.Gravatar mitchell2013-08-10
* Updated some documentation.Gravatar mitchell2013-08-10
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
* Updated Lua Adeptsense.Gravatar mitchell2013-07-10
* Fixed bug in previous commit; modules/textadept/init.luaGravatar mitchell2013-07-09
* 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
* Added curses keys to key bindings documentation; modules/textadept/keys.luaGravatar mitchell2013-07-08
* Fixed bug in Lua Pattern "Replace All"; modules/textadept/find.luaGravatar mitchell2013-07-08
* Added file type for Go; modules/textadept/mime_types.confGravatar mitchell2013-07-08
* Updated Lua Adeptsense.Gravatar mitchell2013-06-29
* 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
* Do not allow transposing in empty buffer; modules/textadept/editing.luaGravatar mitchell2013-06-21
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
* Always emit `events.LANGUAGE_MODULE_LOADED`; modules/textadept/mime_types.luaGravatar mitchell2013-06-21
* Fixed bug in find and run double-click event handlers.Gravatar mitchell2013-06-20
* Fixed crash when transposing in empty buffer; modules/textadept/editing.luaGravatar mitchell2013-06-20
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
* Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.Gravatar mitchell2013-06-12
* Renamed Adeptsense image fields.Gravatar mitchell2013-06-12
* Removed `_LEXERPATH`.Gravatar mitchell2013-06-12
* New makefile 'osx-app' rule for building Textadept.app.Gravatar mitchell2013-06-09
* Updated Lua Adeptsense.Gravatar mitchell2013-05-29
* Load a language context menu based solely on lexer; modules/textadept/menu.luaGravatar mitchell2013-05-29
* Rewrote LuaDoc; modules/textadept/adeptsense.luaGravatar mitchell2013-05-28
* Rewrote some LuaDoc to use the active voice.Gravatar mitchell2013-05-26
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Updated Lua Adeptsense.Gravatar mitchell2013-05-25
* Fixed tags for global tables within modules; modules/lua/adeptsensedoc.luaGravatar mitchell2013-05-22
* Code cleanup; modules/textadept/editing.luaGravatar mitchell2013-05-20
* Print the results of '=' Lua expressions; modules/textadept/command_entry.luaGravatar mitchell2013-05-20
* Fix caret placement in block comment/uncomment.Gravatar mitchell2013-05-20
* Fix absolute field tags; modules/lua/adeptsensedoc.luaGravatar mitchell2013-05-15
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* More code cleanup.Gravatar mitchell2013-04-30
* Refactored find and replace all; modules/textadept/find.luaGravatar mitchell2013-04-30
* More code cleanup.Gravatar mitchell2013-04-29
* Updated Lua Adeptsense.Gravatar mitchell2013-04-27
* Updated documentation; modules/textadept/run.luaGravatar mitchell2013-04-26
* Consolidated the editing module's `grow_selection()` into `enclose_selected()`.Gravatar mitchell2013-04-26
* Handle new "lexer/current" format from LPeg lexer's API change.Gravatar mitchell2013-04-26