Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-03 | Added textadept.reset() function for resetting the Lua state. | ||
The l_init function takes an additional reinit boolean as a result. When resetting, the package.loaded and _G tables are cleared. Since the textadept.buffers, textadept.views, and arg tables were originally in _G, they were moved to the LUA_REGISTRYINDEX table so as not to be lost. They are still available in _G, but as links to the tables in LUA_REGISTRYINDEX. textadept.reset() sets a global RESETTING boolean to true when init.lua is re-run so things like reloading a session or reloading files from the command line do not occur. The boolean is set to nil afterwards. | |||
2007-12-20 | Set 8 style bits by default; src/textadept.c | ||
2007-11-29 | Hide completions buffer on c_activated; src/textadept.c | ||
2007-11-22 | Removed Alt+* key commands in favor of using gtkrc files; src/textadept.c | ||
2007-11-08 | Moved GTK/GDK keypress mask logic from lua_interface.c to textadept.c. | ||
2007-11-08 | Added widget names to GtkEntrys for theming. | ||
2007-10-08 | command_entry visibility is toggled on focus toggle; src/textadept.c | ||
The visibility of statusbar and doc_statusbar is also toggled. | |||
2007-10-08 | Switched statusbar and docstatusbar; src/textadept.c | ||
2007-10-08 | Set initial window and Scintilla window sizes to be sane; src/textadept.c | ||
2007-09-26 | Fixed focus error between multiple instances of Textadept; src/textadept.c | ||
2007-09-23 | Renamed l_handle_signal to l_handle_event. | ||
2007-09-23 | Replaced l_handle_completion with overloaded l_handle_signal. | ||
2007-09-23 | Added dynamically defined GTK menus and menubar. | ||
2007-08-21 | Pruned C++ code, added additional comments. | ||
Modified C++ code structure to be more consistent throughout. Also added comments for functions that handle key events, indicating which (hard-coded) keys trigger what actions. | |||
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. | ||
2007-08-06 | Switched docstatusbar and statusbar; src/textadept.c | ||
docstatusbar is now at bottom left and statusbar is at bottom right. | |||
2007-08-06 | Initial import of core C files. | ||