public MapSelection getCurrentSelection() {
return currentSelection;
}
public CodemapCore() {
TaskValue.setTaskFactory(new EclipseTaskFactory());
youAreHereSelection = new MapSelection();
openFilesSelection = new MapSelection();
currentSelection = new MapSelection();
colorScheme = ColorScheme.colors();
}