diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-17 05:01:19 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-17 05:01:19 +0100 |
commit | 7f5deec050e5748b6f2dcb10726dc0f3687e69c8 (patch) | |
tree | d687b4568a1e72335792cec43036a6e819722491 | |
parent | 30d2849cf28bf33226c45f5053e852cc8962ab6f (diff) | |
download | sciteco-7f5deec050e5748b6f2dcb10726dc0f3687e69c8.tar.gz |
updated TODO
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,8 +5,6 @@ Known Bugs: * saving another user's file will only preserve the user when run as root (WON'T FIX!?) * Scintilla/Scinterm: sometimes <TAB> indents too much (see e.g. state declarations) - * adding a new buffer with syntax highlighting screws up styles: - obviously they are attached to the view instead of the document * crashes on large files: S^EM^X$ (regexp: .*) Features: @@ -14,8 +12,7 @@ Features: * link against libncursesw if possible * translate documents to Unicode strings * a position refers to a character/codepoint - * refactor lexer macro library using new possibilities: - fix the styling bug in the process + * refactor lexer macro library using new possibilities * protect ED hook executions (process like "(<x>M0$)"). Perhaps use a long name for ED registers now. How about "ED"? * Progress indication in commandline cursor |