aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* PM browser cursors are saved and restored when switching between browsers.Gravatar mitchell2009-02-15
* Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.luaGravatar mitchell2009-02-14
* Refactored Project Manager code.Gravatar mitchell2009-02-14
* Multi-depth PM cursor expands parent rows (if possible); src/lua_interface.cGravatar mitchell2009-02-14
* update_ui() when selecting a lexer from the menu just in case; core/ext/menu.luaGravatar mitchell2009-02-14
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Code cleanup.Gravatar mitchell2009-02-14
* Added textadept.context_menu field for a custom popup context menu.Gravatar mitchell2009-02-14
* Removed worthless textadept.popupmenu() function.Gravatar mitchell2009-02-14
* Prompt for file reload if it was modified outside of Textadept.Gravatar mitchell2009-02-14
* Be consistant in hacking around GTK-OSX's handling of 'Alt'; core/ext/keys.luaGravatar mitchell2009-02-14
* Can toggle the showing of 'dot' files in the PM file browser via popupmenu.Gravatar mitchell2009-02-14
* Find in Files should search in 'dot' files; core/ext/find.luaGravatar mitchell2009-02-14
* Treat 'appleevent_odoc' event as a 'uri_dropped' event; core/events.luaGravatar mitchell2009-02-12
* Load dropped directories into the PM file browser; core/ext/pm/file_browser.luaGravatar mitchell2009-02-12
* If filename exists, but cannot be read, do not open it; core/file_io.luaGravatar mitchell2009-02-12
* Removed old Textmate-style snippets; Lua-style ones are the default anyway.Gravatar mitchell2009-02-12
* Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.Gravatar mitchell2009-02-12
* Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.Gravatar mitchell2009-02-12
* Fixed some corner cases for Find in Files user interface; core/ext/find.luaGravatar mitchell2009-02-12
* Added tag textadept_1.4 for changeset f45cb8542320Gravatar mitchell2009-02-10
* Changed default cursors to prevent an occasional GTK-OSX binary file hang.Gravatar mitchell2009-02-10
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.Gravatar mitchell2009-02-10
* Fixed Paste menu issue with Mac OSX; core/ext/menu.luaGravatar mitchell2009-02-08
* Do not do any find/replace when there is no find text.Gravatar mitchell2009-02-08
* Removed ability to remove PM browsers; src/lua_interface.cGravatar mitchell2009-02-08
* Do not let GtkComboBoxes have focus; src/textadept.cGravatar mitchell2009-02-08
* Fix compiler warning; src/textadept.cGravatar mitchell2009-02-08
* Keep up to 10 items in the find/replace history; src/textadept.cGravatar mitchell2009-02-08
* Added ability to remove PM browsers; src/lua_interface.cGravatar mitchell2009-02-08
* Removed buffer:find() function.Gravatar mitchell2009-02-08
* Cleaned up code, used argchecks instead of Lua errors, and enhanced stability.Gravatar mitchell2009-02-08
* Fixed a bug and added enhancements to Find in Files.Gravatar mitchell2009-02-05
* Don't hide the find box on ESC if the command entry has focus; src/textadept.cGravatar mitchell2009-02-05
* Handle an empty clipboard properly; src/lua_interface.cGravatar mitchell2009-02-05
* Respond to GtkComboBoxEntry's "changed" event with PM entry activation.Gravatar mitchell2009-02-05
* Ignore find text case with case-insensitive find in files; core/ext/find.luaGravatar mitchell2009-02-04
* Added menu options for changing line endings in buffers.Gravatar mitchell2009-02-01
* Added tag textadept_1.3 for changeset d69e5d1e3cdfGravatar mitchell2009-01-31
* Moved highlight-braces from core/events.lua to modules/textadept/editing.lua.Gravatar mitchell2009-01-30
* Updated LuaDoc.Gravatar mitchell2009-01-30
* Fixed src/Makefile for compiling Lua.Gravatar mitchell2009-01-29
* Fixed some casts for compilation on 64-bit machines.Gravatar mitchell2009-01-28
* Print messages to a split view instead of switching buffers; core/init.luaGravatar mitchell2009-01-27
* Do not open a non-existant file from _m.textadept.run.goto_error.Gravatar mitchell2009-01-27
* Encapsulate cec_store so it's not global.Gravatar mitchell2009-01-27
* Use a combo entry to either type in or select a PM browser to use.Gravatar mitchell2009-01-27
* Changed cec_store from GtkTreeStore type to GtkListStore.Gravatar mitchell2009-01-27
* Added Find/Replace history; src/textadept.cGravatar mitchell2009-01-27