index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Collapse
)
Author
2008-11-11
Find functionality is mostly handled by Lua now.
mitchell
2008-11-08
Added Lua interface functions to mimick find box button presses.
mitchell
2008-11-02
Fixed key handling and arg handling for Mac.
mitchell
2008-11-01
Added support for some AppleEvents, use Scintilla namespace on OSX.
mitchell
2008-10-30
Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.lua
mitchell
2008-10-27
Updated Textadept to compile and run on OSX with native GTK framework.
mitchell
2008-10-08
Key commands are quicker and more efficient; core/ext/keys.lua
mitchell
2008-10-04
Added action for 'Find and Replace' menu item; core/ext/menu.lua
mitchell
2008-10-04
Fixed view grow/shrink error when view isn't split; core/ext/menu.lua
mitchell
2008-09-24
Updated LuaDoc for textadept.size property; core/.textadept.lua
mitchell
2008-09-24
Linux comes first; core/file_io.lua
mitchell
2008-09-24
Added textadept.size property.
mitchell
2008-09-24
Added _THEME variable; themes are now directories with view.lua and buffer.lua.
mitchell
Now editing core/events.lua's buffer_new handler function is no longer necessary on a per-user basis. If _THEME is set, that theme's buffer.lua is loaded for a 'buffer_new' event, and view.lua for 'view_new'.
2008-09-21
Adapted lua-dialog file selection to work in Windows; core/file_io.lua
mitchell
2008-09-21
Modified some of the pm browsers to play nice with Windows.
mitchell
2008-09-21
Added uri_dropped handler in core/events.lua to open dragged and dropped files.
mitchell
2008-09-20
Added session support for Windows; core/file_io.lua
mitchell
2008-09-19
Added preliminary support for Textadept on Windows.
mitchell
2008-09-04
Changed core/ext/mime_types.lua to use 'sql' lexer instead of 'mysql'.
mitchell
2008-08-10
Made set_default_*_properties handlers for their respective *_new events.
mitchell
2008-08-09
Added color themes, fixed indentation inconsistencies; core/events.lua
mitchell
2008-08-09
Modified core/events.lua to support new color theme functionality.
mitchell
2008-08-08
Replaced C code for setting default editor and buffer properties with Lua code.
mitchell
2008-08-08
Added first-line pattern matching to determine lexer; core/ext/mime_types.lua
mitchell
2008-08-07
Added menu options and mime types for 3 new lexers.
mitchell
2008-07-23
Can change lexer via the menu in core/ext/menu.lua.
mitchell
2008-07-21
Moved block comment key commands from language modules to _m.textadept.editing.
mitchell
2008-07-21
Added mime type for R files; core/ext/mime_types.lua
mitchell
2008-07-15
Added additional mime types, some for new lexers; core/ext/mime_types.lua
mitchell
2008-07-14
Added mime types for new lexers; core/ext/mime_types.lua
mitchell
2008-07-09
Added LuaDoc from core/ext/find.lua to core/.find.lua.
mitchell
2008-07-08
Added additional standard key commands and added some TODO menu items.
mitchell
2008-07-08
Fixed typo in core/.find.lua LuaDoc.
mitchell
2008-07-08
Updated LuaDoc for textadept.reset function; core/.textadept.lua
mitchell
2008-07-05
Added menu option to show command entry; core/ext/menu.lua
mitchell
2008-07-05
Added skeleton set of standard key commands; core/ext/key_commands_std.lua
mitchell
2008-07-05
Fixed mnemonics, added more PM browsers; core/ext/menu.lua
mitchell
2008-07-05
Bugfixes in core/ext/menu.lua
mitchell
2008-07-05
Updated menu structure; core/ext/menu.lua
mitchell
2008-07-05
Added a comprehensive menu; core/ext/menu.lua
mitchell
2008-06-25
Reverted treating lua_dialog as a program; adds Lua as an unwanted dependency.
mitchell
2008-06-25
Treat lua_dialog.lua as a program, not module; core/init.lua
mitchell
I discovered it was possible to get gtk.so to segfault with repeated textdept.reset() commands and then invoke lua_dialog.
2008-06-25
Colourise from 0, not 1 when refreshing; core/ext/key_commands.lua
mitchell
2008-06-24
Fixed bug with '%' in selected text for replacing; core/ext/find.lua
mitchell
2008-06-20
Added icons to Textadept.
mitchell
2008-06-20
Added to LuaDoc for pm.browser; core/.browser.lua
mitchell
2008-06-19
Added extra note in LuaDoc about quit handler; core/events.lua
mitchell
2008-06-18
Updated modules LuaDoc to include info about the modules browser; core/._m.lua
mitchell
2008-06-18
No need for empty string pixmap in core/ext/pm/modules_browser.lua.
mitchell
2008-06-18
Added modules browser to the Project Manager.
mitchell
[prev]
[next]