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
Age
Commit message (
Expand
)
Author
2015-03-10
Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.
mitchell
2015-03-09
Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.
mitchell
2015-03-09
Updated to Scintilla 3.5.4.
mitchell
2015-03-07
Added Fish lexer; modules/textadept/file_types.lua
mitchell
2015-02-18
Consider some view-specific properties as buffer-specific ones.
mitchell
2015-02-09
Return values from abbreviated functions; modules/textadept/command_entry.lua
mitchell
2015-01-29
Fixed snippets bug when name matches lexer name; modules/textadept/snippets.lua
mitchell
2015-01-29
Removed language-specific context menus.
mitchell
2015-01-22
Small code and documentation cleanup.
mitchell
2015-01-20
Updated Lua autocompletion and documentation.
mitchell
2015-01-15
Added events for terminal suspend and resume.
mitchell
2015-01-15
Restore ^Z as undo if terminal suspend is disabled; modules/textadept/keys.lua
mitchell
2015-01-15
Added filetypes for vCard and Texinfo lexers; modules/textadept/file_types.lua
mitchell
2015-01-09
Updated Lua autocompletion and documentation.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-24
Small code and documentation cleanup.
mitchell
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-11-30
Show command entry call tips above it; modules/textadept/command_entry.lua
mitchell
2014-11-30
Updated Lua autocompletion and documentation.
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-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-25
Include buffer constants in completions; modules/textadept/command_entry.lua
mitchell
2014-11-24
Use Bash syntax highlighting for "filter through" via the command entry.
mitchell
2014-11-15
Fixed command entry reset bug now that the entry is a Scintilla buffer.
mitchell
2014-11-12
Code and documentation cleanup.
mitchell
2014-11-11
Added new `_SCINTILLA.next_image_type()` for registering images.
mitchell
2014-11-06
Use the current working directory in fileselect dialogs.
mitchell
2014-10-30
Ensure "find in files" is off when activating normal find.
mitchell
2014-10-29
Fixed bug in ANSI C autocompletion; modules/ansi_c/init.lua
mitchell
2014-10-18
Handle unknown CSI events and bracketed pasted in the terminal version.
mitchell
2014-10-13
Parameterize lexer and height for `ui.command_entry.enter_mode()`.
mitchell
2014-10-11
Grow and shrink views by an integral, not arbitrary, value.
mitchell
2014-10-11
Move the command entry into a split pane on GTK.
mitchell
2014-10-07
Automatically add standard editing keys; modules/textadept/command_entry.lua
mitchell
2014-10-06
Fixed autocomplete bug in curses; modules/textadept/command_entry.lua
mitchell
2014-10-05
Added editing keys for use with other modes; modules/textadept/command_entry.lua
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-09-29
Updated Lua autocompletion and documentation.
mitchell
2014-09-29
Fix replace bug when embedded Lua evals to a number; modules/textadept/find.lua
mitchell
2014-09-17
More LuaDoc updates.
mitchell
2014-09-17
Added terminal key binding to stop the currently running process.
mitchell
2014-09-16
Updated some LuaDoc.
mitchell
2014-09-15
Added Xtend lexer; modules/textadept/file_types.lua
mitchell
2014-09-04
Enable true spawning on Mac OSX GUI version.
mitchell
2014-09-01
Updated Lua autocompletion and documentation.
mitchell
[next]