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
2008-03-05
Added list of symbols to export when compiling Lua; src/lua.sym
mitchell
2008-03-04
No external Lua dependency; Textadept compiles with Lua and exports its symbols.
mitchell
2008-03-04
Updated to use new modular lua_dialog.lua; core/init.lua
mitchell
2008-03-04
Fixed bugs with tonumber(cocoa_dialog(...)) in various files.
mitchell
2008-03-04
Modified Makefile option flag to optimize for size; src/Makefile
mitchell
2008-03-04
Added scripts/ directory.
mitchell
2008-03-03
Modified some package paths for consistency.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-03-03
Need non-negative return value from goto dialog; modules/textadept/editing.lua
mitchell
2008-02-29
Fixed typo; src/lua_interface.c
mitchell
2008-02-29
Fixed empty buffer.filename bug in save_as(); core/file_io.lua
mitchell
2008-02-29
Fixed select_indented_block() bug; modules/textadept/editing.lua
mitchell
2008-02-23
Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).
mitchell
2008-02-23
Updated LuaDoc error; core/.browser.lua
mitchell
2008-02-10
Removed boolean redundancy; core/ext/pm/ctags_browser.lua
mitchell
2008-02-10
Added new find in files project manager browser.
mitchell
2008-02-10
Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.
mitchell
2008-02-03
Added textadept.reset() function for resetting the Lua state.
mitchell
2007-12-24
Fixed setting of Ruby lexer after detecting filetype; core/ext/mime_types.lua
mitchell
2007-12-21
Source code cleanup; src/lua_interface.c
mitchell
2007-12-20
Added tag beta_r2 for changeset 9f2fc88306e2
mitchell
2007-12-20
Updated to include the setting of 8 style bits by default; osx.patch
mitchell
2007-12-20
Set 8 style bits by default; src/textadept.c
mitchell
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
[next]