index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-02-08
Removed ability to remove PM browsers; src/lua_interface.c
mitchell
2009-02-08
Do not let GtkComboBoxes have focus; src/textadept.c
mitchell
2009-02-08
Fix compiler warning; src/textadept.c
mitchell
2009-02-08
Keep up to 10 items in the find/replace history; src/textadept.c
mitchell
2009-02-08
Added ability to remove PM browsers; src/lua_interface.c
mitchell
2009-02-08
Removed buffer:find() function.
mitchell
2009-02-08
Cleaned up code, used argchecks instead of Lua errors, and enhanced stability.
mitchell
2009-02-05
Fixed a bug and added enhancements to Find in Files.
mitchell
2009-02-05
Don't hide the find box on ESC if the command entry has focus; src/textadept.c
mitchell
2009-02-05
Handle an empty clipboard properly; src/lua_interface.c
mitchell
2009-02-05
Respond to GtkComboBoxEntry's "changed" event with PM entry activation.
mitchell
2009-02-04
Ignore find text case with case-insensitive find in files; core/ext/find.lua
mitchell
2009-02-01
Added menu options for changing line endings in buffers.
mitchell
2009-01-31
Added tag textadept_1.3 for changeset d69e5d1e3cdf
mitchell
2009-01-30
Moved highlight-braces from core/events.lua to modules/textadept/editing.lua.
mitchell
2009-01-30
Updated LuaDoc.
mitchell
2009-01-29
Fixed src/Makefile for compiling Lua.
mitchell
2009-01-28
Fixed some casts for compilation on 64-bit machines.
mitchell
2009-01-27
Print messages to a split view instead of switching buffers; core/init.lua
mitchell
2009-01-27
Do not open a non-existant file from _m.textadept.run.goto_error.
mitchell
2009-01-27
Encapsulate cec_store so it's not global.
mitchell
2009-01-27
Use a combo entry to either type in or select a PM browser to use.
mitchell
2009-01-27
Changed cec_store from GtkTreeStore type to GtkListStore.
mitchell
2009-01-27
Added Find/Replace history; src/textadept.c
mitchell
2009-01-27
Moved Lua Command Entry code into its own separate section like PM and Find.
mitchell
2009-01-26
Don't goto_buffer that doesn't exist when loading session; core/file_io.lua
mitchell
2009-01-26
Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.
mitchell
2009-01-26
Need to "update_ui" after "buffer_new" to fix statusbar glitch; src/textadept.c
mitchell
2009-01-26
Should be reading and writing in binary mode; core/file_io.lua
mitchell
2009-01-26
Menu label text is irrelevant for PM menu actions due to l10n; focus on menu_id.
mitchell
2009-01-26
Use GTK Dialog for WIN32, not MessageBox; src/lua_interface.c
mitchell
2009-01-26
Changed MARK_BOOKMARK; modules/textadept/bookmarks.lua
mitchell
2009-01-26
Added 'Replace All' for just selected text.
mitchell
2009-01-26
Call gtk_widget_destroy on dialog to close it; src/lua_interface.c
mitchell
2009-01-25
Look for ~/.ta_modules to load modules, falling back on init.lua's default ones.
mitchell
2009-01-25
Removed some rarely-used functions from modules/textadept/editing.lua et. al.
mitchell
2009-01-25
Moved auto-indent from core/events.lua to modules/textadept/editing.lua.
mitchell
2009-01-25
Fix a 'Replace All' bug and make it undo-able; core/ext/find.lua
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-25
goto_file shouldn't depend on _m.textadept.editing.goto_line; core/ext/find.lua
mitchell
2009-01-25
Fixed some GTK-OSX UI resizing issues caused by the statusbar; src/textadept.c
mitchell
2009-01-25
Fixed bug for SCN_URIDROPPED into an unfocused split view; src/textadept.c
mitchell
2009-01-25
Updated core/ext/pm/buffer_browser.lua to update the PM cursor appropriately.
mitchell
2009-01-25
The cursor in the Project Manager can be set through textadept.pm.cursor.
mitchell
2009-01-25
Fixed bugs with opening binary files; core/file_io.lua
mitchell
2009-01-25
Scroll the view back to how it was for 'no results found'; core/ext/find.lua
mitchell
2009-01-25
Fixed bug with URI dropping and do nothing with directory drops; core/events.lua
mitchell
2009-01-25
textadept.io.reload() scrolls the view back to how it was; core/file_io.lua
mitchell
2009-01-24
Handle 'view_switch' event on split view focus changes; src/textadept.c
mitchell
2009-01-24
Added Find in Files support.
mitchell
[next]