2008-05-03 13:31:30 -04:00
|
|
|
2008/05/03:
|
|
|
|
|
|
|
|
use render-strings for highlighted regions.
|
|
|
|
|
2008-04-02 20:17:39 -04:00
|
|
|
2008/04/02:
|
|
|
|
|
|
|
|
fix read-only warnings to seem less junky (e.g. catch the buffer.ReadOnlyError
|
|
|
|
exception and write a graceful message everywhere applicable).
|
|
|
|
|
2008-03-18 10:51:47 -04:00
|
|
|
2008/03/18:
|
|
|
|
|
|
|
|
finish arg documentation and review method documentation
|
|
|
|
|
2008-03-16 16:08:37 -04:00
|
|
|
2008/03/16:
|
|
|
|
|
|
|
|
pdb/gdb/perldb buffer integration
|
|
|
|
error/stack-trace buffer
|
|
|
|
|
2007-10-20 18:01:47 -04:00
|
|
|
2007/10/20:
|
|
|
|
|
|
|
|
Tags for matching should be allowed to be multi-character, and should be
|
|
|
|
a list of data/type pairs (rather than several lists).
|
|
|
|
|
2007-08-11 11:38:29 -04:00
|
|
|
2007/08/11:
|
|
|
|
|
|
|
|
Instead of storing method state in the method objects (for mode callback stuff),
|
|
|
|
we should probably store it in the buffer.
|
2007-10-21 23:52:28 -04:00
|
|
|
AMENDED (2007/10/21): we should probably just store the entire mode in the
|
|
|
|
buffer, rather than storing all this junk piecemeal.
|
2007-08-11 11:38:29 -04:00
|
|
|
|
2007-07-18 07:22:12 -04:00
|
|
|
2007/07/17:
|
|
|
|
|
|
|
|
It would be nice to be able to toggle various lexing rules on/off, so that for
|
|
|
|
instance text mode could make spell checking optional, or optionally highlight
|
|
|
|
URLs/emails/etc.
|
2008-03-20 21:58:30 -04:00
|
|
|
AMENDED (2008/03/20): in the case of spell-checking and other non-standard
|
|
|
|
rules, we can do this with state variables in the mode.
|
2007-07-18 07:22:12 -04:00
|
|
|
|
2007-07-15 09:24:25 -04:00
|
|
|
2007/07/15:
|
|
|
|
|
2007-07-15 15:11:54 -04:00
|
|
|
Vertical split would be awesome. Also, need more fine-grained controls for
|
|
|
|
even horizontally split windows.
|
2007-07-11 06:34:22 -04:00
|
|
|
|
2007-07-15 15:11:54 -04:00
|
|
|
2007/07/15:
|
2007-07-14 10:21:22 -04:00
|
|
|
|
2007-07-15 15:11:54 -04:00
|
|
|
Rename "lexing" to "parsing" since really we have moved way beyond a simple
|
|
|
|
lexing/tokenization strategy.
|