1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-23 06:55:46 +01:00

Fix rendering of multiple FORCE_MULTILINE :echo commands.

This commit is contained in:
Doug Kearns
2009-08-16 17:06:07 +10:00
parent 9d77c018ca
commit e10bde5c0f
2 changed files with 12 additions and 14 deletions

View File

@@ -7,7 +7,8 @@ ARCHITECTURE:
breaks Asciidoc formatting in certain unpredictable (to me at least)
contexts. *sigh* --djk
- move as much as possible to common/*
- decide on how to document Arrays in our jsdoc(ish) documentation.
- decide on how to document Arrays in our jsdoc(ish) documentation. Is there
even a documentation tool that can parse our source sensibly?
BUGS:
- add window resize support to hints
@@ -25,12 +26,10 @@ BUGS:
else it chucks, I haven't investigated --djk
- messages is still broken in several ways - needs testing.
=> :ls | :echomsg "Foobar" doesn't add "Foobar" to the already open MOW.
(NOTE: an intentional design decision by MS - Boo!)
=> it often overwrites the open command line while editing etc.
- <tags> and <keyword> autocmd 'keywords' are not available when adding a
bookmark - they're being set after the observer triggers the autocmd event.
- MOW rendering is broken for multiple commands when open (E.g. :ls | ls) This
appears to be the result of using the Message class when appending multiline
output to an open MOW.
- :messages is _very_ slow for message history of several thousand lines ->
Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere)
- The MOW shouldn't close when executing hints and ;F isn't working.