aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-08Changed src/Makefile to make different ARCHes easier to compile and package for.mitchell
2008-11-08Added Lua interface functions to mimick find box button presses.mitchell
2008-11-02Fixed typo in src/lua_interface.c for compiling on Mac.mitchell
2008-11-02Fixed key handling and arg handling for Mac.mitchell
2008-11-01Added support for some AppleEvents, use Scintilla namespace on OSX.mitchell
2008-10-30Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.luamitchell
2008-10-27Fixed indentation in src/textadept.cmitchell
2008-10-27Updated Textadept to compile and run on OSX with native GTK framework.mitchell
2008-10-08Key commands are quicker and more efficient; core/ext/keys.luamitchell
2008-10-04Added action for 'Find and Replace' menu item; core/ext/menu.luamitchell
2008-10-04Fixed view grow/shrink error when view isn't split; core/ext/menu.luamitchell
2008-09-27Fixed modules/textadept/lsnippets.lua bug for placeholders.mitchell
If placeholders occured just before an EOL, Scintilla regex matching cannot recognize newline characters as [^(]. Had to explicitly search for the case where an EOL occurs after the placeholder being searched for.
2008-09-24Added tag beta_r6 for changeset 15efa8aeb048mitchell
2008-09-24Updated LuaDoc for textadept.size property; core/.textadept.luamitchell
2008-09-24Linux comes first; core/file_io.luamitchell
2008-09-24Added textadept.size property.mitchell
2008-09-24Added _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-23Updated Doxygen docs.mitchell
2008-09-23Merged overloaded 'l_handle_event' functions into one with default parameter.mitchell
2008-09-23Merged 'set_docstatusbar_text' function into 'set_statusbar_text' with a flag.mitchell
2008-09-23If view.size is given a negative number, make it zero; src/lua_interface.cmitchell
2008-09-23Removed unused 'resize_split' function.mitchell
2008-09-21Edited code to suppress warnings generated by MSVC++; src/lua_interface.cmitchell
2008-09-21Textadept gracefully exits when errors occur in core/init.lua.mitchell
Originally the error message was displayed in Textadept, but any attempts to close the program would fail because core/init.lua wasn't properly loaded. Errors from 'l_load_script' are displayed in a dialog box now.
2008-09-21Adapted lua-dialog file selection to work in Windows; core/file_io.luamitchell
2008-09-21Modified some of the pm browsers to play nice with Windows.mitchell
2008-09-21Code cleanup.mitchell
2008-09-21Added LuaDoc to WinMain function, use C++ style cast in it; src/textadept.cmitchell
2008-09-21Added uri_dropped handler in core/events.lua to open dragged and dropped files.mitchell
2008-09-21Use textadept.exe path as textadept_home instead of C:\Program Files\textadept.mitchell
2008-09-20Added session support for Windows; core/file_io.luamitchell
2008-09-19Added preliminary support for Textadept on Windows.mitchell
2008-09-04Changed core/ext/mime_types.lua to use 'sql' lexer instead of 'mysql'.mitchell
2008-08-10Updated Doxygen doc; src/textadept.cmitchell
2008-08-10Made set_default_*_properties handlers for their respective *_new events.mitchell
2008-08-09Added SciTE theme for Textadept; themes/scite.luamitchell
2008-08-09Added color themes, fixed indentation inconsistencies; core/events.luamitchell
2008-08-09Modified core/events.lua to support new color theme functionality.mitchell
2008-08-08Replaced C code for setting default editor and buffer properties with Lua code.mitchell
2008-08-08Added first-line pattern matching to determine lexer; core/ext/mime_types.luamitchell
2008-08-07Added menu options and mime types for 3 new lexers.mitchell
2008-07-23Added tag beta_r5 for changeset f1c7e688ed8bmitchell
2008-07-23Can change lexer via the menu in core/ext/menu.lua.mitchell
2008-07-22Fixed goto_line bug when cancelling dialog; modules/textadept/editing.luamitchell
2008-07-21Moved block comment key commands from language modules to _m.textadept.editing.mitchell
2008-07-21Added mime type for R files; core/ext/mime_types.luamitchell
2008-07-15Added additional mime types, some for new lexers; core/ext/mime_types.luamitchell
2008-07-14Added mime types for new lexers; core/ext/mime_types.luamitchell
2008-07-09Added LuaDoc from core/ext/find.lua to core/.find.lua.mitchell
2008-07-08Added additional standard key commands and added some TODO menu items.mitchell