From 10fa643bd24f845b003cb4435a966cb7ab73a6b0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 16 Nov 2011 20:08:14 +0000 Subject: [PATCH] remove IDEAS file --- IDEAS | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 IDEAS diff --git a/IDEAS b/IDEAS deleted file mode 100644 index 121c06df..00000000 --- a/IDEAS +++ /dev/null @@ -1,3 +0,0 @@ -* Syntax Highlighting and Folding should be implemented through a 'display filter' concept - A window should have a stack of display filters, that can change the representation of the buffer (adding colors, suppressing lines...) - -> Filters should be used to map window coordinates to buffer coordinates