diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-14 07:19:32 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-14 07:19:32 +0100 |
commit | 1b07f32774dc0f9db8fe7906998061dc5bae2ad9 (patch) | |
tree | f04f530282e61f40fba8b314f6e0b2bfbfb70f4c /TODO | |
parent | b62f7361467f1d451180831da3c286503379f43a (diff) | |
download | sciteco-1b07f32774dc0f9db8fe7906998061dc5bae2ad9.tar.gz |
updated Scintilla submodule: fixed tab stop calculation on Curses
* also did some whitespace cleanup in SciTECO now that tabs are
displayed properly
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ Known Bugs: * Null-byte in strings not always handled transparently * 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) * crashes on large files: S^EM^X$ (regexp: .*) * m,nX crashes if m > n |