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
Age
Commit message (
Collapse
)
Author
2009-04-02
Display an 'ok-msgbox' on Replace error; core/ext/find.lua
mitchell
2009-03-18
Fixed a block character insertion issue on GTK-OSX; core/ext/keys.lua
mitchell
2009-03-08
Fixed issue with buffer browser cursor saving; core/ext/pm/buffer_browser.lua
mitchell
2009-03-08
Minimize iterating through browers for matches; core/ext/pm.lua
mitchell
2009-03-07
Set MARK_FIND_COLOR for all new views rather than just the current one.
mitchell
2009-03-04
Added LuaDoc for textadept.iconv; core/.textadept.lua
mitchell
2009-03-03
Minor core code cleanup.
mitchell
2009-03-03
Trimmed theme files.
mitchell
2009-03-01
Ignore null byte for specific Scintilla messages; use buffer:get_text() again.
mitchell
2009-03-01
Added 'file_before_save' signal.
mitchell
2009-03-01
Added support for multiple character encodings through g_convert().
mitchell
Can open, save, and convert between different character encodings now.
2009-03-01
Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.
mitchell
2009-02-28
Use UTF-8 internally and respect platform filename encoding.
mitchell
Added 'textadept.iconv' function to interface with GLib's g_convert() and set global _CHARSET to be the platform's filename encoding/code page.
2009-02-28
Removed 'project' Project Manager browser.
mitchell
2009-02-26
Update the PM cursor on menu action; core/ext/pm/buffer_browser.lua
mitchell
2009-02-25
Add dropped directories to the list of browsers; core/ext/pm/file_browser.lua
mitchell
2009-02-23
Attempt to preserve existing EOL mode for opened files; core/file_io.lua
mitchell
2009-02-23
The recent_files list behaves better; core/file_io.lua
mitchell
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-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
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
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
Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.lua
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
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
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
[prev]
[next]