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
2014-12-24
Fixed C module's ctag autocompletion and utilize project or directory tags.
mitchell
2014-12-23
Enable suspend in the terminal version.
mitchell
2014-12-17
Fixed curses bug with toggling find options via API; src/textadept.c
mitchell
2014-12-17
Fix CDK warning; src/cdk.patch
mitchell
2014-12-16
Updated Luadoc; core/.buffer.luadoc
mitchell
2014-12-12
Removed unused variable; src/Makefile
mitchell
2014-12-09
Updated to Scintilla 3.5.2.
mitchell
2014-12-01
Added tag textadept_7.8_beta for changeset 966fad09c4aa
mitchell
2014-11-30
Updated CHANGELOG.md.
mitchell
2014-11-30
Show command entry call tips above it; modules/textadept/command_entry.lua
mitchell
2014-11-30
Patch Scintilla to sometimes prevent call tip repositioning; src/scintilla.patch
mitchell
2014-11-30
Updated Lua autocompletion and documentation.
mitchell
2014-11-30
Updated for 7.8 beta.
mitchell
2014-11-30
Show character info with lexer and style call tip; modules/textadept/keys.lua
mitchell
2014-11-30
Added UTF-8 input mode for OSX and curses; modules/textadept/keys.lua
mitchell
2014-11-29
Fixed command entry reset bug for real instead of in r1861.
mitchell
2014-11-29
Show symbol documentation in the Lua command entry; modules/textadept/keys.lua
mitchell
2014-11-27
Small code cleanup.
mitchell
2014-11-26
Integrated Chris Emerson's curses split view window manager.
mitchell
2014-11-26
Fixed bug in jumping to compile/run errors and clear annotations before builds.
mitchell
2014-11-26
Allow connection to `events.QUIT` without requiring index of 1.
mitchell
2014-11-26
Fixed documentation on terminal colors; doc/manual.md
mitchell
2014-11-25
Change long line color in terminal version; themes/term.lua
mitchell
2014-11-25
Fixed bug when iterating over root directory; core/lfs_ext.lua
mitchell
2014-11-25
Do not highlight the caret line in the command entry; properties.lua
mitchell
2014-11-25
Include buffer constants in completions; modules/textadept/command_entry.lua
mitchell
2014-11-24
Updated curses compatibility notes; doc/manual.md
mitchell
2014-11-24
Use Bash syntax highlighting for "filter through" via the command entry.
mitchell
2014-11-24
Keep command entry focus when window loses focus; src/textadept.c
mitchell
2014-11-24
No need for a separate build dir for automated builds; src/Makefile
mitchell
2014-11-23
Patch CDK for basic UTF-8 support.
mitchell
2014-11-23
File dialogs in the terminal should span the entire view; core/file_io.lua
mitchell
2014-11-22
Small Makefile changes; src/Makefile
mitchell
2014-11-20
Updated Scintilla patch to match upstream patch; src/scintilla.patch
mitchell
2014-11-18
Use labels in the statusbar instead of statusbar widgets; src/textadept.c
mitchell
2014-11-15
Fixed command entry reset bug now that the entry is a Scintilla buffer.
mitchell
2014-11-13
Added Arabic translation.
mitchell
2014-11-12
Updated properties based on Scinterm updates.
mitchell
2014-11-12
Code and documentation cleanup.
mitchell
2014-11-11
Added new `_SCINTILLA.next_image_type()` for registering images.
mitchell
2014-11-11
Added keysym for Keypad Enter; core/keys.lua
mitchell
2014-11-09
Patch Scintilla in order to allow custom line markers; src/scintilla.patch
mitchell
2014-11-08
Patch Scintilla in order to allow custom wrap visuals; src/scintilla.patch
mitchell
2014-11-07
Patch Scintilla in order to allow custom tab arrow drawing; src/scintilla.patch
mitchell
2014-11-06
Fixed return values from `ui.dialogs.optionselect()`; core/ui.lua
mitchell
2014-11-06
Use the current working directory in fileselect dialogs.
mitchell
2014-10-31
Change rectangular selection mouse modifier back to Alt on Linux.
mitchell
2014-10-30
Added `LINUX` and `BSD` platform flags for the sake of completeness.
mitchell
2014-10-30
Ensure "find in files" is off when activating normal find.
mitchell
2014-10-29
Fixed compiler warnings.
mitchell
[next]