mcedit annoying syntax highlight changes
- From: Jan Engelhardt <jengelh medozas de>
- To: mc-devel gnome org
- Subject: mcedit annoying syntax highlight changes
- Date: Sat, 28 Jun 2008 14:33:59 +0200 (CEST)
Hi,
starting with mc 4.6.2, there have been changes to the syntax
highlighting, specifically displaying whitespace.
int main(void)
{
<------>if (this) {
<------><------>that;
<------>}
}
While I welcome this, I sometimes prefer to have it turned off[1].
Looking at the source code, I see no tunable to control displaying
whitespace, nor a color setting to make it at least the same as the
background color.
[1] http://tinyurl.com/4e7su9
edit/editdraw.c line 118:
int visible_tabs = 1, visible_tws = 1;
all other uses of these variables are read-only.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]