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 (
Expand
)
Author
2011-11-08
Fixed bug with opening files in current dir from command line; core/file_io.lua
mitchell
2011-11-01
Added tag textadept_4.2 for changeset 74df1a2cc69a
mitchell
2011-10-31
Updated for 4.2.
mitchell
2011-10-31
Updated to Scintilla 3.0.0.
mitchell
2011-10-26
Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.lua
mitchell
2011-10-04
Fixed bug with %n in replace introduced by r960; modules/textadept/find.lua
mitchell
2011-10-02
Updated manual.
mitchell
2011-10-02
Added tag textadept_4.1 for changeset 7dee90d09b2d
mitchell
2011-09-28
Use lexer at the caret for key commands and snippets.
mitchell
2011-09-28
Updated Lua adeptsense.
mitchell
2011-09-28
Fixed bug with autocomplete and capitalizations; modules/textadept/editing.lua
mitchell
2011-09-28
Use LuaCoco patch for Lua 5.1.4.
mitchell
2011-09-28
Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.lua
mitchell
2011-09-28
Updated for 4.1.
mitchell
2011-09-28
Added gui.goto_file() for the 'find' and 'run' modules.
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-27
Added language-specific context menu support.
mitchell
2011-09-26
Add manual sidebar link to Language Modules; doc/sidebar.md
mitchell
2011-09-26
Added manual documentation on Lua 5.1 configuration.
mitchell
2011-09-26
Change directory on io.open_file() or buffer:save_as(); core/file_io.lua
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-09-25
Updated Doxygen doc; src/textadept.c
mitchell
2011-09-25
Added luaopen_lfs and luaopen_lpeg; src/lua.sym
mitchell
2011-09-25
Refactored textadept.c and changed Lua interface a bit.
mitchell
2011-09-21
Emit 'SCN' on SCNotification instead of calling events.notification().
mitchell
2011-09-21
Renamed 'editor' variables to 'view'; src/textadept.c
mitchell
2011-09-21
Rearranged Tools menu.
mitchell
2011-09-20
No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.lua
mitchell
2011-09-08
Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadoc
mitchell
2011-09-08
Fix bug with CALL_TIP_CLICK event disconnect; modules/textadept/adeptsense.lua
mitchell
2011-09-08
Only fold when clicking on fold margin, not any sensitive one; core/gui.lua
mitchell
2011-09-05
Handle mouse dwell events.
mitchell
2011-09-01
Added tag textadept_4.0 for changeset be4a98382cec
mitchell
2011-08-31
Indicate UTF-8 charset for manual pages; scripts/update_doc
mitchell
2011-08-31
Added Lua debug.traceback documentation.
mitchell
2011-08-30
Updated Lua apidoc; modules/lua/api
mitchell
2011-08-30
Updated for 4.0.
mitchell
2011-08-30
Updated manual.
mitchell
2011-08-28
Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.
mitchell
2011-08-25
Do not hide the statusbar when command entry is focused; src/textadept.c
mitchell
2011-08-25
Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.lua
mitchell
2011-08-24
Added note for OSX environment variables; doc/manual/2_Installation.md
mitchell
2011-08-22
Changed some key commands.
mitchell
2011-08-22
Added Russian translation from Vladimir; core/locales/locale.ru.conf
mitchell
2011-08-18
Fixed split view focus bug with the same buffer in two views; src/textadept.c
mitchell
2011-08-18
Updated LuaDoc.
mitchell
2011-08-17
LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.lua
mitchell
2011-08-17
Autocompletion list sort order respects buffer.auto_c_ignore_case.
mitchell
2011-08-15
Sort autocomplete word list; modules/textadept/editing.lua
mitchell
2011-08-15
Fixed Lua Adeptsense `table.sort` apidoc.
mitchell
[next]