aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2012-10-31Finalize icon; core/images/textadept.svgmitchell
2012-10-31Updated LuaDoc; core/.buffer.luadocmitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-30Updated to LuaJIT 2.0.0-beta11; core/compat.luamitchell
2012-10-30Pass "Escape" key to Scintilla correctly in ncurses.mitchell
2012-10-29Updated for 6.0.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-23Fixed LuaDoc; core/.view.luadocmitchell
2012-10-22Fix string collation bug in ncurses due to CDK.mitchell
CDK would reset locale settings so autocomplete lists would not sort correctly.
2012-10-17`keys.get_gdk_key()` has no use to ncurses; core/keys.luamitchell
2012-10-16Tweaked Textadept icon.mitchell
2012-10-16Fixed GUI menu key shortcut handling.mitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-09-30Updated for 6.0 beta 3.mitchell
2012-09-28Added marks for making selection in ncurses.mitchell
Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED.
2012-09-18New Textadept icon.mitchell
Added 256x256 icon and updated screenshots.
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-18Fixed bug with extra empty entry in buffer browser; core/gui.luamitchell
2012-09-18Use 'text' plain text lexer instead of 'container'.mitchell
2012-09-18Use `buffer.tab_width` in docstatusbar since `buffer.indent` is 0; core/gui.luamitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-09-05Attempt to auto-detect locale using 'LANG' environment variable; core/locale.luamitchell
2012-08-29Update in Scintilla 3.2.2; core/iface.luamitchell
2012-08-29Updated for 6.0 beta 2.mitchell
2012-08-28Updated to Scintilla 3.2.2.mitchell
2012-08-01Disable showing help in ncurses; core/args.luamitchell
Lua 'print' statements do not work properly once ncurses has been initialized and there is no way to print to a buffer without overwriting an existing session on exit.
2012-07-26Updated for 6.0 beta.mitchell
2012-07-21Link to gtdialog documentation in LuaDoc; core/gui.luamitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-17Added function to check if a localized message exists; core/locale.luamitchell
2012-07-17Remove mnemonics from localized ncurses strings; core/locale.luamitchell
2012-07-16Code cleanup.mitchell
2012-07-09Ignore Fn-key combinations on Mac OSX.mitchell
GTKOSX passes a keycode that confuses Scintilla, which inserts a 'DLE' char.
2012-06-27Updated for 5.5 beta.mitchell
2012-06-24Show the text to be localized in the 'No Localization' message; core/locale.luamitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-20Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luamitchell
2012-06-06`gui.statusbar_text` is write-only again.mitchell
2012-06-06Removed 'gtk-' stock menus and changed 'separator' to ''.mitchell
2012-06-04Added ncurses Find/Replace dialog.mitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-06-02Use different docstatusbar text format for ncurses; core/gui.luamitchell
2012-05-23Initial support for ncurses.mitchell
2012-05-31Updated for Textadept 5.4.mitchell
2012-05-31Updated to Scintilla 3.2.0.mitchell
2012-04-30Updated for Textadept 5.3.mitchell
2012-04-18Updated to Scintilla 3.1.0.mitchell
2012-04-10Support for single-instance on Linux and BSD with GLib 2.28.mitchell
Also added documentation on running with LuaJIT and require GTK+ 2.18 now.