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
2007-12-03
Fixed package precedence bug; init.lua
mitchell
2007-12-02
Fixed command line parameters bug; init.lua
mitchell
2007-12-01
Added tag beta_r1 for changeset 1652db2b9d3e
mitchell
2007-11-30
Added Usage LuaDoc for textadept.find; core/.find.lua
mitchell
2007-11-30
Removed TODO in LuaDoc; core/ext/pm.lua
mitchell
2007-11-30
Added LuaDoc for pm browsers.
mitchell
2007-11-30
Warn that pm_view content item ID is a string type; src/lua_interface.c
mitchell
2007-11-30
Scintilla 1.75 adds a new iface function; core/iface.lua
mitchell
2007-11-29
Hide completions buffer on c_activated; src/textadept.c
mitchell
2007-11-22
Removed Alt+* key commands in favor of using gtkrc files; src/textadept.c
mitchell
2007-11-17
Changed font back from Monaco to Bitstream Vera Sans Mono; osx.patch
mitchell
2007-11-16
Added Mac OSX patch file for CocoaDialog.
mitchell
2007-11-16
Fixed assertion error caused by replace_target; modules/textadept/editing.lua
mitchell
2007-11-16
Prevent data loss by opening file after 'prepare'ing for save; core/file_io.lua
mitchell
2007-11-08
Moved GTK/GDK keypress mask logic from lua_interface.c to textadept.c.
mitchell
2007-11-08
Added widget names to GtkEntrys for theming.
mitchell
2007-11-03
Various reformatting for consistency.
mitchell
2007-10-16
Added LICENSE.
mitchell
2007-10-08
find_toggle_focus function code makes more sense; src/find_replace.c
mitchell
2007-10-08
command_entry visibility is toggled on focus toggle; src/textadept.c
mitchell
2007-10-08
Switched statusbar and docstatusbar; src/textadept.c
mitchell
2007-10-08
Set initial window and Scintilla window sizes to be sane; src/textadept.c
mitchell
2007-10-07
Moved key command manager to core.
mitchell
2007-10-07
Added refresh key for syntax highlighting; modules/textadept/key_commands.lua
mitchell
2007-10-06
The run function uses textadept.print now; modules/lua/commands.lua
mitchell
2007-10-06
Added textadept.print function that prints to the error buffer.
mitchell
2007-10-06
Added support for "double-click, goto error" in error buffer; core/events.lua
mitchell
2007-09-27
Added buffer:reload() function.
mitchell
2007-09-26
Changed warn to be static to fix compile errors; src/textadept.h
mitchell
2007-09-26
Fixed focus error between multiple instances of Textadept; src/textadept.c
mitchell
2007-09-24
Updated documentation.
mitchell
2007-09-23
Rearranged and cleaned up src/lua_interface.c; moved warn to src/textadept.h.
mitchell
2007-09-23
Added textadept.popupmenu function; src/lua_interface.c
mitchell
2007-09-23
Renamed l_handle_signal to l_handle_event.
mitchell
2007-09-23
Replaced l_handle_completion with overloaded l_handle_signal.
mitchell
2007-09-23
Added dynamically defined GTK menus and menubar.
mitchell
2007-09-22
Modified snippet key commands; modules/textadept/key_commands.lua
mitchell
2007-09-20
Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.lua
mitchell
2007-09-19
Pressing escape anywhere in the project manager refocuses the buffer; src/pm.c
mitchell
2007-09-19
Added interactive search documentation; core/ext/pm.lua
mitchell
2007-09-17
Added usage documentation; core/ext/pm.lua
mitchell
2007-09-17
Added core/._m.lua dummy file.
mitchell
2007-09-17
Fixed typo; modules/new
mitchell
2007-09-06
Words can be autocompleted from a specified dictionary.
mitchell
2007-08-21
Added events defined by modules/textadept/macros.lua to the module's LuaDoc.
mitchell
2007-08-21
Moved @usage LuaDocs to comment blocks inside the modules.
mitchell
2007-08-21
Pruned C++ code, added additional comments.
mitchell
2007-08-16
Renamed l_*_buffer_prop to l_*_bufferp, get arg changed; src/lua_interface.c
mitchell
2007-08-16
If l_ta_get for "views" or "buffers" fails, throw an error; src/lua_interface.c
mitchell
2007-08-16
Restructured modules/textadept/key_commands.lua
mitchell
[next]