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 (
Collapse
)
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-22
Reset buffer.modification_time inside buffer:reload(); core/file_io.lua
mitchell
2009-02-22
Set MARK_*_COLOR for all new views rather than just the current one.
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-21
Fixed toggle bookmark bug, wrap searches; modules/textadept/bookmarks.lua
mitchell
2009-02-20
Added tag textadept_1.5 for changeset 2d66b932a874
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
Moved localization into a configuration file.
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
Save "_type" buffers in session file; core/file_io.lua
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
Rewrote modules/textadept/run.lua.
mitchell
2009-02-15
Only use escape sequences in Lua pattern searches; core/ext/find.lua
mitchell
2009-02-15
Minor refactoring, more encapsulation, and code cleanup.
mitchell
2009-02-15
PM browser cursors are saved and restored when switching between browsers.
mitchell
2009-02-14
Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.lua
mitchell
2009-02-14
Refactored Project Manager code.
mitchell
2009-02-14
Multi-depth PM cursor expands parent rows (if possible); src/lua_interface.c
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
Code cleanup.
mitchell
2009-02-14
Added textadept.context_menu field for a custom popup context menu.
mitchell
2009-02-14
Removed worthless textadept.popupmenu() function.
mitchell
2009-02-14
Prompt for file reload if it was modified outside of Textadept.
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
Treat 'appleevent_odoc' event as a 'uri_dropped' event; core/events.lua
mitchell
2009-02-12
Load dropped directories into the PM file browser; core/ext/pm/file_browser.lua
mitchell
2009-02-12
If filename exists, but cannot be read, do not open it; core/file_io.lua
mitchell
2009-02-12
Removed old Textmate-style snippets; Lua-style ones are the default anyway.
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
Added tag textadept_1.4 for changeset f45cb8542320
mitchell
2009-02-10
Changed default cursors to prevent an occasional GTK-OSX binary file hang.
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 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
[next]