index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
Age
Commit message (
Expand
)
Author
2013-09-29
Fix error when block commenting in plain text; modules/textadept/editing.lua
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-27
Integrated compile and run commands for most languages.
mitchell
2013-09-27
Fixed incorrect constants introduced in r1574; modules/textadept/editing.lua
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-21
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-18
Support multiple selections with `select_word()`; modules/textadept/editing.lua
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Moved custom markers and indicators into themes and added more properties.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-13
Updated some LuaDoc.
mitchell
2013-09-12
Changed `events.disconnect()` to accept function argument instead of ID.
mitchell
2013-09-09
Use `events.ARG_NONE` constant instead of string.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-08
Expose marker and indicator numbers for greater customization.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-09-01
Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-25
Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-08-11
Fixed some documentation typos.
mitchell
2013-08-10
Updated some documentation.
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-07-09
Fixed bug in previous commit; modules/textadept/init.lua
mitchell
2013-07-08
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
mitchell
2013-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-07-08
Added curses keys to key bindings documentation; modules/textadept/keys.lua
mitchell
2013-07-08
Fixed bug in Lua Pattern "Replace All"; modules/textadept/find.lua
mitchell
2013-07-08
Added file type for Go; modules/textadept/mime_types.conf
mitchell
2013-06-24
Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-21
Do not allow transposing in empty buffer; modules/textadept/editing.lua
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-06-21
Always emit `events.LANGUAGE_MODULE_LOADED`; modules/textadept/mime_types.lua
mitchell
2013-06-20
Fixed bug in find and run double-click event handlers.
mitchell
2013-06-20
Fixed crash when transposing in empty buffer; modules/textadept/editing.lua
mitchell
2013-06-12
`_M.textadept.editing.block_comment()` supports block comment delimiters.
mitchell
2013-06-12
Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.
mitchell
2013-06-12
Renamed Adeptsense image fields.
mitchell
2013-06-12
Removed `_LEXERPATH`.
mitchell
2013-06-09
New makefile 'osx-app' rule for building Textadept.app.
mitchell
2013-05-29
Load a language context menu based solely on lexer; modules/textadept/menu.lua
mitchell
2013-05-28
Rewrote LuaDoc; modules/textadept/adeptsense.lua
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-20
Code cleanup; modules/textadept/editing.lua
mitchell
2013-05-20
Print the results of '=' Lua expressions; modules/textadept/command_entry.lua
mitchell
[next]