| Age | Commit message (Collapse) | Author | 
|---|
|  | Thanks to Gilles for pointing out that I left this part out of his patch. | 
|  | Sometimes the converted text will not fit into its allocated buffer. | 
|  |  | 
|  | Do not look in the current working directory for modules.
Look in _USERHOME for shared libraries. | 
|  |  | 
|  |  | 
|  | Added 256x256 icon and updated screenshots. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Rewrote most of the manual and Lua API to complement each other.
Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. | 
|  | Global functions/tables must be prefixed with '_G.'. Otherwise, full names can
be used. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Since there is a maximum number of files to list, the depth setting does not
matter so much. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Lua 'print' statements do not work properly once ncurses has been initialized
and there is no way to print to a buffer without overwriting an existing
session on exit. | 
|  |  | 
|  |  | 
|  |  |