aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
AgeCommit message (Collapse)Author
2013-06-12Removed `_LEXERPATH`.mitchell
2013-06-06Only set theme and property settings once on startup; core/gui.luamitchell
2013-06-03Fixed bug where default theme in _USERHOME is not loaded; core/gui.luamitchell
2013-05-22Use 'font' and 'fontsize' properties for theme fonts.mitchell
2013-05-21Renamed "settings.lua" to "properties.lua".mitchell
2013-05-15Rewrote theme implementation.mitchell
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
2013-05-29Fixed crash caused by split views.mitchell
This fix is in 6.6.
2013-05-20Updated to Scintilla 3.3.2.mitchell
2013-04-30More code cleanup.mitchell
2013-04-29More code cleanup.mitchell
"local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses.
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
Also refactored modules/textadept/mime_types.lua. Requires Scintillua r357.
2013-04-25Added icons to msgbox dialogs.mitchell
Requires gtdialog r56.
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-28Improved message double-clicking behavior for compile and run commands.mitchell
Added `_M.textadept.run.cwd` field for storing the working directory for more accurate relative file paths.
2013-03-08Only consider visible directories in _USERHOME/themes/ as themes; core/gui.luamitchell
2013-03-07Reset Lua state after selecting a new theme; core/gui.luamitchell
2013-01-20Updated copyright date.mitchell
2013-01-05Do not error on non-existant dropped URIs; core/gui.luamitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
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-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-16Code cleanup.mitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.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-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-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-01Fixed bug introduced by 1053; core/gui.luamitchell
2012-02-28Fixed display of `buffer._type` when it has slashes in its name; core/gui.luamitchell
2012-02-22Fixed LuaDoc errors.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell