From 34205932bb6f4f816b9939fa33d4dee96c054e72 Mon Sep 17 00:00:00 2001
From: nyamatongwe
- Stream folding which could be used to fold up the contents of HTML elements. + Stream folding which could be used to fold up the contents of HTML elements. +
++ Persisting view state such as current folding into a stream or blob so it is easy + to restore. +
++ Move line up and move line down keys or move selected lines up / down. +
++ More lexers for other languages such as Delphi and Ruby. + Make the subset Perl lexer understand more Perl. +
++ Regular expressions in find functions. +
++ Printing on GTK+. +
++ Automatically loading changed files on GTK+. +
++ Tab bar on GTK+. +
++ Retain folding state when changing buffers. +
++ Comment / uncomment block. +
++ Load menus and accelerators from a property file so they can be modified + easily and localised into other languages.
- More lexers for other languages such as Delphi. Make the subset Perl lexer - understand more Perl. + These are features I don't like or don't think are important enough to work on. + Implementations are welcome from others though. +
++ A VCL component wrapper around Scintilla so it can be used with Delphi or + Borland C++ Builder.
- Regular expressions in find functions. + Automatically saving modified menu shortcuts on exit.
- Printing on GTK+. + Mouse wheel panning (press the mouse wheel and then move the mouse) on Windows.