index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2011-06-16
Use functions for generating unique IDs for markers, indicators, and user lists.
mitchell
2011-06-16
Fixed bug for when gui.dialog steals focus; src/textadept.c
mitchell
2011-06-12
Add support for GTK 3.0.
mitchell
2011-06-12
Added tag textadept_3.8 for changeset b846df0e22e9
mitchell
2011-06-10
Updated for 3.8.
mitchell
2011-06-10
Updated Lua Adeptsense.
mitchell
2011-06-10
There are more than 80 languages now; doc/manual/1_Introduction.md
mitchell
2011-06-09
Updated to Scintilla 2.26; core/iface.lua
mitchell
2011-06-08
Added instruction for installing official modules; doc/manual/2_Installation.md
mitchell
2011-06-06
Add support for indicator and hotspot events from Brian; core/events.lua
mitchell
2011-05-30
Added menu accelerators for indentation size; modules/textadept/menu.lua
mitchell
2011-05-09
The events.handlers table is now available; core/events.lua
mitchell
2011-05-09
Fixed bug in snippets.get_end_position(); modules/textadept/snippets.lua
mitchell
2011-05-05
Removed non-existant key chain; modules/textadept/keys.lua
mitchell
2011-05-01
Updated adeptsense and documentation.
mitchell
2011-05-01
Added tag textadept_3.7 for changeset 44fcaf702a8d
mitchell
2011-04-29
Added note to use tabs in snippets; modules/textadept/snippets.lua
mitchell
2011-04-27
Updated for 3.7.
mitchell
2011-04-25
Include php module in release; src/Makefile
mitchell
2011-04-25
Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.
mitchell
2011-04-20
Fixed incorrect key command; modules/textadept/keys.lua
mitchell
2011-04-20
Fixed bug in buffer:get_lexer(); modules/textadept/mime_types.lua
mitchell
2011-04-03
Added syntax.type_declarations_exclude Luadoc; modules/textadept/adeptsense.lua
mitchell
2011-04-01
Updated manual; doc/manual/9_Preferences.md
mitchell
2011-04-01
Added tag textadept_3.7_beta_3 for changeset 2a194b40b6b6
mitchell
2011-03-29
Officially supported modules are available as a separate download.
mitchell
2011-03-29
Updated Lua module tags and apidoc.
mitchell
2011-03-29
Allow specific documentation to be updated; scripts/update_doc
mitchell
2011-03-29
Updated for version 3.7 beta 3.
mitchell
2011-03-29
Fixed some snippet bugs; modules/textadept/snippets.lua
mitchell
2011-03-29
Handle nil args in gui.print() and set caret after printing.
mitchell
2011-03-27
Added hg commands for updating modules to the manual; doc/manual/7_Modules.md
mitchell
2011-03-27
Change menu caption for snippet's 'Insert' to 'Expand'.
mitchell
2011-03-27
Updated manual.
mitchell
2011-03-27
Add modules repository information to manual; doc/manual/7_Modules.md
mitchell
2011-03-26
Fixed bug in reset() with new menu and key command handling; src/textadept.c
mitchell
2011-03-26
Applied patches from Robert for minor fixes.
mitchell
2011-03-26
Updated snippets escape sequence documentation; modules/textadept/snippets.lua
mitchell
2011-03-25
Added Lua C API to cpp module.
mitchell
2011-03-25
Snapopen allows multiple files to be selected now.
mitchell
2011-03-24
Changes to key and menu command definitions.
mitchell
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime.
2011-03-24
Allow exclusions for type_declaration matches; modules/textadept/adeptsense.lua
mitchell
2011-03-24
Use indicators instead of markers at snippet end; modules/textadept/snippets.lua
mitchell
2011-03-23
Updated language modules to use new snippet syntax.
mitchell
2011-03-23
Code cleanup and fixed bugs introduced; modules/textadept/snippets.lua
mitchell
2011-03-23
Rewrote _m.textadept.snippets module.
mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-03-20
Fixed bug with Adeptsense apidoc calltip; modules/textadept/adeptsense.lua
mitchell
2011-03-20
Add module field doc to Lua module apidoc.
mitchell
2011-03-18
Fixed snippet bugs; modules/textadept/snippets.lua
mitchell
2011-03-17
Updated mime-types; modules/textadept/mime_types.conf
mitchell
[next]