Scintilla icon Scintilla and SciTE

Bugs and To Do List

Feedback

Issues can be reported on the Bug Tracker and features requested on the Feature Request Tracker.

Scintilla Bugs

At the end of italics style runs characters can be chopped off. An example is using Verdana 12 point italics for strings makes an ending double quote half visible and an ending single quote invisible. This is hard to solve completely, may be better to avoid these situations by, for example, choosing a font like Times New Roman for strings. There is a specific kluge for the end of line which adds some room for italics but this does not work elsewhere.

Dragging over bold text in some fonts will ripple because of the difference in size between drawing all of a string at once and drawing it in parts.

Automatic scrolling when text dragged near edge of window.

GTK+ Version Bugs

Scintilla To Do

Folding for languages that don't have it yet and good folding for languages that inherited poor folding from another languages folding code.

Simple pattern based styling.

Different height lines based upon tallest text on the line rather than on the tallest style possible.

Composition of lexing for mixed languages (such as ASP+ over COBOL) by combining lexers.

Printing support on GTK+. Maybe Postscript output or use Gnome?

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.

Printing of highlight lines and folding margin.

Flow diagrams inside editor similar to GRASP.

A VCL component wrapper around Scintilla so it can be used with Delphi or Borland C++ Builder. There is some work on this available.

More lexers for other languages.

Automatically calculated range for horizontal scrolling.

Virtual space at the end of lines so the caret can be moved beyond the end of lines with the cursor keys. May also make rectangular operations easier to perform.

SciTE To Do

Good regular expression support through a plugin.

Allow tools to transform the selection, performing an operation like indentation or sorting.

Allow file name based selection on all properties rather than just a chosen few.

Opening from and saving to FTP servers.

Setting to fold away comments upon opening.

User defined fold ranges.

Silent mode that does not display any message boxes.

Features I am unlikely to do

These are features I don't like or don't think are important enough to work on. Implementations are welcome from others though.

Automatically saving modified menu shortcuts on exit.

Mouse wheel panning (press the mouse wheel and then move the mouse) on Windows.

Adding options to the save dialog to save in a particular encoding or with a chosen line ending.

Directions

The main point of this development is Scintilla, and this is where most effort will go. SciTE will get new features, but only when they make my life easier - I am not intending to make it grow up to be a huge full-function IDE like Visual Cafe. The lines I've currently decided not to step over in SciTE are any sort of project facility and any configuration dialogs. SciTE for Windows now has a Director interface for communicating with a separate project manager application.

If you are interested in contributing code, do not feel any need to make it cross platform. Just code it for your platform and I'll either reimplement for the other platform or ensure that there is no effect on the other platform.