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
2010-11-15
Updated links to Gtk Framework for Mac OSX.
mitchell
2010-11-11
Code cleanup.
mitchell
2010-11-11
Simplify modules/textadept/menu.lua by Robert Gieseke.
mitchell
2010-11-10
Updated LuaDoc; modules/lua/commands.lua
mitchell
2010-11-10
Changes to Lua module.
mitchell
Added syntax checking for file saving. Changed autocomplete of 'end' to take advantage of key propagation; Pressing Shift+Return is no longer necessary; Return is used.
2010-11-01
Added tag textadept_3.4 for changeset dacf8e997667
mitchell
2010-10-28
Fixed syntax error in modules/textadept/run.lua.
mitchell
2010-10-28
Rename MAC variable in to OSX in Lua, __OSX__ in C.
mitchell
2010-10-28
Fixed bug in modules/textadept/run.lua from localization changes.
mitchell
2010-10-28
Display expected error messages in file IO.
mitchell
2010-10-28
Use new Scintilla API for saving fold state; core/events.lua
mitchell
2010-10-28
Updated for version 3.4.
mitchell
2010-10-27
Updated to Scintillua 2.22.
mitchell
2010-10-27
Do not try to check for file updates if it cannot be read; core/file_io.lua
mitchell
2010-10-25
Fix compiler warning; src/textadept.c
mitchell
2010-10-25
Do not clear statusbar text if set by key command; modules/textadept/keys.lua
mitchell
2010-10-25
Speed up find in files; modules/textadept/find.lua
mitchell
2010-10-25
Allow access to find_in_files() through the gui.find API.
mitchell
2010-10-25
Fix gui.dialog() bug with more than one table arg; src/textadept.c
mitchell
2010-10-24
Updated LuaDoc; core/._G.luadoc
mitchell
2010-10-24
Added _G.timeout function.
mitchell
2010-10-24
Condensed textadept.h, textadept.c, lua_interface.c into textadept.c.
mitchell
2010-10-24
C code consolidation and updated Doxygen doc.
mitchell
2010-10-22
Load lpeg and lfs manually instead of modifying Lua itself.
mitchell
2010-10-22
Use '\' when opening files on WIN32; core/file_io.lua
mitchell
2010-10-18
Use luaL_checkstring for Scintilla string parameters; src/lua_interface.c
mitchell
2010-10-18
Set Lua locale for string comparisons; core/init.lua
mitchell
This is needed to sort tables for Scintilla autocompletion lists correctly.
2010-10-18
Added JSP lexer; modules/textadept/mime_types.conf
mitchell
2010-10-18
Updated LuaDoc; core/.buffer.luadoc
mitchell
2010-10-17
Do not allow gui.statusbar_text to be set to nil.
mitchell
2010-10-15
Make word highlight colors more universal; modules/textadept/editing.lua
mitchell
2010-10-15
Added key commands and changed LuaDoc for highlighting words.
mitchell
2010-10-15
Can highlight all occurances of a word; adapted from Brian Schott.
mitchell
2010-10-15
Fix compiler warning; src/lua_interface.c
mitchell
2010-10-15
Make gui.statusbar_text accessible for keys.lua; src/lua_interface.c
mitchell
2010-10-15
C code cleanup.
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Removed some useless editing module functions.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-10-13
Fix switch buffers dialog bug when cancelling; core/gui.lua
mitchell
2010-10-13
Make recursion depth a parameter; modules/textadept/snapopen.lua
mitchell
2010-10-13
Think before clearing key command statusbar updates; modules/textadept/keys.lua
mitchell
2010-10-11
gui.dialog() can take tables of strings as arguments.
mitchell
2010-10-09
Fixed some snapopen Luadoc; modules/textadept/snapopen.lua
mitchell
2010-10-09
Fix menu item conflicts; modules/textadept/menu.lua
mitchell
2010-10-09
Remove extra slash from snapopen currentdir menu; modules/textadept/menu.lua
mitchell
2010-10-09
Update UI after command entry command; modules/textadept/command_entry.lua
mitchell
2010-10-01
Added tag textadept_3.3 for changeset 4d82a0d491f3
mitchell
2010-09-30
Performance improvement; modules/textadept/snapopen.lua
mitchell
2010-09-30
Set max list size for snapopen to prevent blocking.
mitchell
[next]