index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
14_Appendix.md
Age
Commit message (
Expand
)
Author
2013-09-21
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-08
Expose marker and indicator numbers for greater customization.
mitchell
2013-09-05
Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
mitchell
2013-09-01
Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Commented on the new role of `_M` in the migration guide; doc/14_Appendix.html
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-11
Fixed some documentation typos.
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-07-08
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
mitchell
2013-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-06-24
Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-05-29
Added more theme change documentation to migration guide; doc/14_Appendix.md
mitchell
2013-05-29
Allow "%()" property expansion in themes like with compile/run macros.
mitchell
2013-05-26
Updated migration guide; doc/14_Appendix.md
mitchell
2013-05-25
Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.md
mitchell
2013-05-24
Rewrote migration guides; doc/14_Appendix.md
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-08
Make "command_entry_keypress" event more consistent with "keypress" in curses.
mitchell
2013-04-06
Update terminal color definitions.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-10
Indicator for highlighted words works in ncurses.
mitchell
2012-10-30
Continued updating documentation formatting.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-10-23
Removed `_M.textadept.run.execute()`.
mitchell
2012-09-12
Updated Migration Guide; doc/14_Appendix.md
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-08-29
Updated Migration Guide; doc/14_Appendix.md
mitchell
2012-08-07
Fixed typo; doc/14_Appendix.md
mitchell
2012-07-26
Updated migration guide; doc/14_Appendix.md
mitchell
2012-07-26
Note ncurses compatibility with scrolling long lines; doc/14_Appendix.md
mitchell
2012-07-26
More ncurses compatibility notes; doc/14_Appendix.md
mitchell
2012-07-21
More Lua code cleanup and API changes.
mitchell
2012-07-21
Converted some `buffer` "get" and "set" functions into properties.
mitchell
2012-07-19
Note insert mode caret compatibility with ncurses; doc/14_Appendix.md
mitchell
2012-07-18
Synchronize copy-paste buffer between Scintilla and CDK widgets.
mitchell
2012-07-17
Note marker compatibility with ncurses.
mitchell
2012-07-16
Added ncurses compatibility notes to the manual Appendix.
mitchell
2012-07-16
Reverted r1189; ncurses command entry key command is M-C again.
mitchell
2012-07-15
Changed ncurses command entry key command from M-C to M-E.
mitchell
2012-06-22
Updated key commands for ncurses.
mitchell
2012-06-21
Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.
mitchell
2012-03-08
Moved Manual into `doc/` root directory.
mitchell