Hmmm. Why does it need/only work on FileReference?
I tried putting��
gtInspectorPillarRepresentationIn: composite
<gtInspectorPresentationOrder: 40>
^ composite custom: (GLMRubricHighlightedTextPresentation new
title: 'Pillar';
editingMode: [ : rubPresentation |
GLMHighlighterTextRubEditingMode withStylerDecorator: (
GTPillarHighlighterTextDecorator��
inPresentation: rubPresentation)];
display: [ (PRPillarWriter write: self) ])
in��PRDocumentItem
but then��GTPillarFileHighlightingCommand>>executeOn: aText inPresentation: aPresentation relativeToFileReference: aFileReference
| attribute targetFileReference |
targetFileReference := aFileReference parent resolveString: (self fileName removePrefix: 'file://').
causes error cos it didn't get a FileReference