index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ext
Age
Commit message (
Expand
)
Author
2009-02-22
Added key commands and menu items to navigate 'Find in Files' list.
mitchell
2009-02-22
Fixed key command shortcut for m_snippets.list; core/ext/key_commands.lua.
mitchell
2009-02-21
Fixed ctags browser bug with filenames; core/ext/pm/ctags_browser.lua
mitchell
2009-02-21
Do not add browsers to the combo entry again on textadept.reset().
mitchell
2009-02-19
Remove multiple '/'s in the file browser; core/ext/pm/file_browser.lua
mitchell
2009-02-17
Forgot to close the configuration file being read; core/ext/mime_types.lua
mitchell
2009-02-17
Removed hard-coded lexers from core/ext/menu.lua; generate them dynamically.
mitchell
2009-02-17
Moved mime-type configuration into a configuration file.
mitchell
2009-02-16
Fixed some key command modifiers; core/ext/key_commands.lua
mitchell
2009-02-15
Cleaned up some Lua code.
mitchell
2009-02-15
Removed buggy 'Select in Structure' from _m.textadept.editing.
mitchell
2009-02-15
Find in Files marks the double-clicked line; core/ext/find.lua
mitchell
2009-02-15
Only use escape sequences in Lua pattern searches; core/ext/find.lua
mitchell
2009-02-15
PM browser cursors are saved and restored when switching between browsers.
mitchell
2009-02-14
update_ui() when selecting a lexer from the menu just in case; core/ext/menu.lua
mitchell
2009-02-14
Read and write in binary mode for everything.
mitchell
2009-02-14
Added textadept.context_menu field for a custom popup context menu.
mitchell
2009-02-14
Be consistant in hacking around GTK-OSX's handling of 'Alt'; core/ext/keys.lua
mitchell
2009-02-14
Can toggle the showing of 'dot' files in the PM file browser via popupmenu.
mitchell
2009-02-14
Find in Files should search in 'dot' files; core/ext/find.lua
mitchell
2009-02-12
Load dropped directories into the PM file browser; core/ext/pm/file_browser.lua
mitchell
2009-02-12
Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.
mitchell
2009-02-12
Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.
mitchell
2009-02-12
Fixed some corner cases for Find in Files user interface; core/ext/find.lua
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
mitchell
2009-02-10
Use a _type field for special _print() buffers' titles instead of 'Untitled'.
mitchell
2009-02-08
Fixed Paste menu issue with Mac OSX; core/ext/menu.lua
mitchell
2009-02-08
Do not do any find/replace when there is no find text.
mitchell
2009-02-08
Removed buffer:find() function.
mitchell
2009-02-05
Fixed a bug and added enhancements to Find in Files.
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-27
Use a combo entry to either type in or select a PM browser to use.
mitchell
2009-01-26
Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.
mitchell
2009-01-26
Menu label text is irrelevant for PM menu actions due to l10n; focus on menu_id.
mitchell
2009-01-26
Added 'Replace All' for just selected text.
mitchell
2009-01-25
Removed some rarely-used functions from modules/textadept/editing.lua et. al.
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
Updated core/ext/pm/buffer_browser.lua to update the PM cursor appropriately.
mitchell
2009-01-25
Scroll the view back to how it was for 'no results found'; core/ext/find.lua
mitchell
2009-01-24
Added Find in Files support.
mitchell
2009-01-24
Removed 'find' Project Manager browser.
mitchell
2009-01-14
Added key commands, menu items, and locale strings for running/compiling files.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-05
Move all 'require' statements into init.lua and label for easy configuration.
mitchell
2009-01-05
Add bookmarks to the textadept module and menu.
mitchell
[next]