parent
954c383a29
commit
f6313f23c0
4
BUGS
4
BUGS
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
2009/06/09:
|
2009/06/09:
|
||||||
1. many of the dir-mode methods need better names, to make it clear they
|
1. many of the dir-mode methods need better names, to make it clear they
|
||||||
aren't general purpose.
|
aren't general purpose. (fixed 2009/06/11)
|
||||||
|
|
||||||
2. need a "refresh-screen" command.
|
2. need a "refresh-screen" command.
|
||||||
|
|
||||||
|
@ -26,10 +26,12 @@
|
||||||
5. comment/uncomment need to do the right thing on empty lines
|
5. comment/uncomment need to do the right thing on empty lines
|
||||||
(which is... adding indentation to pad the comment correctly, and
|
(which is... adding indentation to pad the comment correctly, and
|
||||||
then remove indentation on empty lines once the comment is removed)
|
then remove indentation on empty lines once the comment is removed)
|
||||||
|
(fixed 2009/06/11)
|
||||||
|
|
||||||
6. comment/uncomment should only remove the "lowest amount" of commenting
|
6. comment/uncomment should only remove the "lowest amount" of commenting
|
||||||
(e.g. if all lines have "##" then remove both, if most have "#" but one
|
(e.g. if all lines have "##" then remove both, if most have "#" but one
|
||||||
has "##" then that one should still be commented after).
|
has "##" then that one should still be commented after).
|
||||||
|
(couldn't reproduce 2009/06/11)
|
||||||
|
|
||||||
2009/06/04:
|
2009/06/04:
|
||||||
change the mode-detection order--using the "in-file" override should be
|
change the mode-detection order--using the "in-file" override should be
|
||||||
|
|
Loading…
Reference in New Issue