projectionViewer.doOperation(ProjectionViewer.TOGGLE);
this.foldingSetter = new CodeFoldingSetter(this);
this.foldingSetter.docChanged(true);
// TODO: If we set this directly the projection fViewer loses track of the
// line numbers.
// Need to create a class that extends projectionViewer so we can implement