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 (
Expand
)
Author
2011-11-23
Added theme utilities, modified light and dark themes, and removed scite theme.
mitchell
2011-11-11
Fixed erroneous charset conversion; core/file_io.lua
mitchell
2011-11-08
Fixed bug with opening files in current dir from command line; core/file_io.lua
mitchell
2011-10-31
Updated for 4.2.
mitchell
2011-10-31
Updated to Scintilla 3.0.0.
mitchell
2011-09-28
Use lexer at the caret for key commands and snippets.
mitchell
2011-09-28
Updated for 4.1.
mitchell
2011-09-28
Added gui.goto_file() for the 'find' and 'run' modules.
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-27
Added language-specific context menu support.
mitchell
2011-09-26
Change directory on io.open_file() or buffer:save_as(); core/file_io.lua
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-09-25
Refactored textadept.c and changed Lua interface a bit.
mitchell
2011-09-21
Emit 'SCN' on SCNotification instead of calling events.notification().
mitchell
2011-09-21
Rearranged Tools menu.
mitchell
2011-09-20
No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.lua
mitchell
2011-09-08
Only fold when clicking on fold margin, not any sensitive one; core/gui.lua
mitchell
2011-09-05
Handle mouse dwell events.
mitchell
2011-08-30
Updated for 4.0.
mitchell
2011-08-25
Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.lua
mitchell
2011-08-22
Changed some key commands.
mitchell
2011-08-22
Added Russian translation from Vladimir; core/locales/locale.ru.conf
mitchell
2011-08-18
Updated LuaDoc.
mitchell
2011-08-17
LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.lua
mitchell
2011-08-10
Updated for 4.0 beta 2.
mitchell
2011-08-09
Swap Control and Command key definitions on Mac OSX.
mitchell
2011-07-30
Updated for 4.0 beta.
mitchell
2011-07-29
Eliminated the need for keys.conf and keys.osx.conf.
mitchell
2011-07-28
Updated to Scintilla 2.28.
mitchell
2011-07-27
Only allow meta key on Mac OSX; core/keys.lua
mitchell
2011-07-16
Added Toggle Fold menu command.
mitchell
2011-07-16
Updated LuaDoc; core/.buffer.luadoc
mitchell
2011-07-16
Removed Lexer menu in favor of 'Buffer->Select Lexer...'.
mitchell
2011-07-16
Rearranged Buffer and View menus and changed various accelerators.
mitchell
2011-07-16
Rearranged Edit menu and accelerators.
mitchell
2011-07-16
Moved Adeptsense commands into Tools menu.
mitchell
2011-07-15
Fixed accelerator conflict in menu.
mitchell
2011-07-15
Added menu and keys for moving lines up and down.
mitchell
2011-07-14
Added Upper and Lower menu commands for selection case.
mitchell
2011-07-14
Changed menu labels to be more descriptive and added select_command() dialog.
mitchell
2011-07-13
Refactored key commands and added menu accelerators.
mitchell
2011-07-11
Allow buffer functions to omit buffer argument.
mitchell
2011-07-11
Removed label mnemonics from localization keys.
mitchell
2011-07-11
Added io.open_recent_file().
mitchell
2011-07-07
Detect Alt/Option modifier on Mac OSX.
mitchell
2011-06-30
Updated for 3.9.
mitchell
2011-06-30
Localize the labels and buttons in the find GUI frame; src/textadept.c
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-24
Add ability to fake modules for generating Adeptsense.
mitchell
2011-06-24
Updated Luadoc; core/args.lua
mitchell
[next]