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
2013-05-24
Added section on customizing themes; doc/09_Themes.md
mitchell
2013-05-22
Use 'font' and 'fontsize' properties for theme fonts.
mitchell
2013-05-21
Renamed "settings.lua" to "properties.lua".
mitchell
2013-05-20
Updated README.md.
mitchell
2013-05-20
Rewrote the manual to use the active voice.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-29
Fixed crash caused by split views.
mitchell
2013-05-25
Added tag textadept_6.6 for changeset 73a9a9058189
mitchell
2013-05-25
Updated CHANGELOG.md.
mitchell
2013-05-25
Updated Lua Adeptsense.
mitchell
2013-05-25
Updated for 6.6.
mitchell
2013-05-22
Documented extended styles in Scintilla; core/.buffer.luadoc
mitchell
2013-05-22
Fixed tags for global tables within modules; modules/lua/adeptsensedoc.lua
mitchell
2013-05-21
Use '\n' keycode in curses instead of '\r'; src/textadept.c
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
2013-05-20
Updated to Scintilla 3.3.2.
mitchell
2013-05-20
Fix caret placement in block comment/uncomment.
mitchell
2013-05-16
Allow empty tables as keychains if they have metatables; core/keys.lua
mitchell
2013-05-16
Reverted r1412 to allow hiding command entry on focus lost; src/textadept.c
mitchell
2013-05-15
Fixed misspelling; THANKS.md
mitchell
2013-05-15
Fix absolute field tags; modules/lua/adeptsensedoc.lua
mitchell
2013-05-15
Fixed GTK assertion errors when removing find history items; src/textadept.c
mitchell
2013-05-15
Set language-specific buffer properties through an event instead of a function.
mitchell
2013-05-15
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-05-15
Updated old documentation.
mitchell
2013-05-12
Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/Makefile
mitchell
2013-05-09
Added notes on compiling the Win32 terminal version; doc/12_Compiling.md
mitchell
2013-05-01
Fixed bug in file encodings; core/file_io.lua
mitchell
2013-04-30
Added tag textadept_6.6_beta for changeset a931a4c8cb27
mitchell
2013-04-30
Word highlighting is supported in curses; doc/06_AdeptEditing.md
mitchell
2013-04-30
Updated CHANGELOG.md.
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-30
Refactored find and replace all; modules/textadept/find.lua
mitchell
2013-04-30
Renamed `io.try_encodings` to `io.encodings`; core/file_io.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-27
Updated Lua Adeptsense.
mitchell
2013-04-27
Updated manual images.
mitchell
2013-04-27
Updated for 6.6 beta.
mitchell
2013-04-26
Fixed compilation error for CDK on Mac OSX.
mitchell
2013-04-26
Updated documentation; modules/textadept/run.lua
mitchell
2013-04-26
Consolidated the editing module's `grow_selection()` into `enclose_selected()`.
mitchell
2013-04-26
Handle new "lexer/current" format from LPeg lexer's API change.
mitchell
2013-04-25
Added icons to msgbox dialogs.
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
2013-04-24
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-04-24
Hide `handlers` table from the API; core/events.lua
mitchell
2013-04-24
Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.lua
mitchell
[prev]
[next]