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-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 tag textadept_1.6_beta for changeset 9540b727498c
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-03-01
Account for null bytes in strings pushed to Lua; src/lua_interface.c
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
Fixed SCN_SAVEPOINTLEFT bug for unfocused split views; src/textadept.c
mitchell
2009-02-23
Attempt to preserve existing EOL mode for opened files; core/file_io.lua
mitchell
2009-02-23
Use lfs.chdir() instead of a command to do so; modules/textadept/run.lua
mitchell
2009-02-23
The recent_files list behaves better; core/file_io.lua
mitchell
2009-02-23
Fixed index error on textadept.reset() for bookmarks and mlines modules.
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-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
[prev]
[next]