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
Age
Commit message (
Expand
)
Author
2013-09-27
Integrated compile and run commands for most languages.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
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-11
Fixed typo; doc/12_Compiling.md
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
Forgot to update some documentation with newly renamed `LEXER_LOADED` event.
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-08-10
Updated some documentation.
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-06-21
`gui.set_theme()` accepts key-value argument pairs for theme properties to set.
mitchell
2013-06-14
New makefile rules for preparing build environments on various platforms.
mitchell
2013-06-12
`_M.textadept.editing.block_comment()` supports block comment delimiters.
mitchell
2013-06-12
Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.
mitchell
2013-06-09
New makefile 'osx-app' rule for building Textadept.app.
mitchell
2013-06-06
Added Makefile rules for creating cross-platform UI build environments.
mitchell
2013-06-06
Fixed broken GTK links; doc/12_Compiling.md
mitchell
2013-06-06
Setting "style." properties updates styles immediately; doc/09_Themes.md
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-05-24
Added section on customizing themes; doc/09_Themes.md
mitchell
2013-05-21
Renamed "settings.lua" to "properties.lua".
mitchell
2013-05-20
Rewrote the manual to use the active voice.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-15
Set language-specific buffer properties through an event instead of a function.
mitchell
2013-05-15
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-05-15
Updated old documentation.
mitchell
2013-05-09
Added notes on compiling the Win32 terminal version; doc/12_Compiling.md
mitchell
2013-04-30
Word highlighting is supported in curses; doc/06_AdeptEditing.md
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-27
Updated manual images.
mitchell
2013-04-26
Fixed compilation error for CDK on Mac OSX.
mitchell
2013-04-24
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
[next]