|
|
@ -118,120 +118,49 @@ |
|
|
|
<Compile Include="Document\WeakLineTracker.cs"> |
|
|
|
<Compile Include="Document\WeakLineTracker.cs"> |
|
|
|
<DependentUpon>ILineTracker.cs</DependentUpon> |
|
|
|
<DependentUpon>ILineTracker.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\AbstractMargin.cs" /> |
|
|
|
<Compile Include="Editing\AbstractMargin.cs" /> |
|
|
|
<Compile Include="Gui\Caret.cs" /> |
|
|
|
<Compile Include="Editing\Caret.cs" /> |
|
|
|
<Compile Include="Gui\CaretLayer.cs"> |
|
|
|
<Compile Include="Editing\CaretLayer.cs"> |
|
|
|
<DependentUpon>Caret.cs</DependentUpon> |
|
|
|
<DependentUpon>Caret.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\CaretNavigationCommandHandler.cs"> |
|
|
|
<Compile Include="Editing\CaretNavigationCommandHandler.cs"> |
|
|
|
<DependentUpon>Caret.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\BackgroundGeometryBuilder.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IBackgroundRenderer.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\DocumentColorizingTransformer.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IVisualLineTransformer.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\DragDropException.cs" /> |
|
|
|
<Compile Include="Editing\DragDropException.cs" /> |
|
|
|
<Compile Include="Gui\EditingCommandHandler.cs" /> |
|
|
|
<Compile Include="Editing\EditingCommandHandler.cs" /> |
|
|
|
<Compile Include="Gui\FoldingSection.cs"> |
|
|
|
<Compile Include="Editing\FoldingElementGenerator.cs"> |
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\IBackgroundRenderer.cs" /> |
|
|
|
<Compile Include="Editing\FoldingManager.cs" /> |
|
|
|
<Compile Include="Gui\TextAreaDefaultInputHandlers.cs" /> |
|
|
|
<Compile Include="Editing\FoldingMargin.cs"> |
|
|
|
<Compile Include="Gui\TextAreaInputHandler.cs" /> |
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
<Compile Include="Gui\IReadOnlySectionProvider.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\ITextViewConnect.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\Layer.cs"> |
|
|
|
<Compile Include="Editing\FoldingMarginMarker.cs"> |
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\LayerPosition.cs"> |
|
|
|
<Compile Include="Editing\FoldingSection.cs"> |
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\NoReadOnlySections.cs"> |
|
|
|
<Compile Include="Editing\IReadOnlySectionProvider.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Editing\LineNumberMargin.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Editing\NoReadOnlySections.cs"> |
|
|
|
<DependentUpon>IReadOnlySectionProvider.cs</DependentUpon> |
|
|
|
<DependentUpon>IReadOnlySectionProvider.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\Selection.cs" /> |
|
|
|
<Compile Include="Editing\Selection.cs" /> |
|
|
|
<Compile Include="Gui\SelectionColorizer.cs"> |
|
|
|
<Compile Include="Editing\SelectionColorizer.cs"> |
|
|
|
<DependentUpon>Selection.cs</DependentUpon> |
|
|
|
<DependentUpon>Selection.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\SelectionLayer.cs"> |
|
|
|
<Compile Include="Editing\SelectionLayer.cs"> |
|
|
|
<DependentUpon>Selection.cs</DependentUpon> |
|
|
|
<DependentUpon>Selection.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\SelectionMouseHandler.cs"> |
|
|
|
<Compile Include="Editing\SelectionMouseHandler.cs"> |
|
|
|
<DependentUpon>Selection.cs</DependentUpon> |
|
|
|
<DependentUpon>Selection.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\TextEditorWeakEventManager.cs"> |
|
|
|
<Compile Include="Editing\TextArea.cs" /> |
|
|
|
<DependentUpon>TextEditor.cs</DependentUpon> |
|
|
|
<Compile Include="Editing\TextAreaDefaultInputHandlers.cs" /> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Editing\TextAreaInputHandler.cs" /> |
|
|
|
<Compile Include="Gui\TextLayer.cs"> |
|
|
|
<Compile Include="Editing\TextSegmentReadOnlySectionProvider.cs"> |
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\TextSegmentReadOnlySectionProvider.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IReadOnlySectionProvider.cs</DependentUpon> |
|
|
|
<DependentUpon>IReadOnlySectionProvider.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Gui\TextViewPosition.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\CollapsedLineSection.cs"> |
|
|
|
|
|
|
|
<DependentUpon>HeightTree.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\ColorizingTransformer.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IVisualLineTransformer.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\FoldingElementGenerator.cs"> |
|
|
|
|
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\FoldingMargin.cs"> |
|
|
|
|
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\FoldingMarginMarker.cs"> |
|
|
|
|
|
|
|
<DependentUpon>FoldingManager.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\FormattedTextElement.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\GlobalTextRunProperties.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\ITextRunConstructionContext.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLineElementGenerator.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\LineNumberMargin.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\IVisualLineTransformer.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\TextViewWeakEventManager.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLineElement.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLineElementGenerator.cs"> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLinesInvalidException.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLineText.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLineTextParagraphProperties.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLine.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLineElementTextRunProperties.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLine.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLineTextSource.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLineElementGenerator.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\FoldingManager.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\HeightTree.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\HeightTreeLineNode.cs"> |
|
|
|
|
|
|
|
<DependentUpon>HeightTree.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\HeightTreeNode.cs"> |
|
|
|
|
|
|
|
<DependentUpon>HeightTree.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\InlineObjectRun.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\NewLineElementGenerator.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\TextArea.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\TextEditor.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\TextView.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualLine.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Gui\VisualYPosition.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLine.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Gui\SingleCharacterElementGenerator.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Highlighting\DocumentHighlighter.cs" /> |
|
|
|
<Compile Include="Highlighting\DocumentHighlighter.cs" /> |
|
|
|
<Compile Include="Highlighting\HighlightedLine.cs" /> |
|
|
|
<Compile Include="Highlighting\HighlightedLine.cs" /> |
|
|
|
<Compile Include="Highlighting\HighlightedSection.cs" /> |
|
|
|
<Compile Include="Highlighting\HighlightedSection.cs" /> |
|
|
@ -264,6 +193,72 @@ |
|
|
|
<Compile Include="Highlighting\Xshd\XshdSyntaxDefinition.cs" /> |
|
|
|
<Compile Include="Highlighting\Xshd\XshdSyntaxDefinition.cs" /> |
|
|
|
<Compile Include="Indentation\DefaultIndentationStrategy.cs" /> |
|
|
|
<Compile Include="Indentation\DefaultIndentationStrategy.cs" /> |
|
|
|
<Compile Include="Indentation\IIndentationStrategy.cs" /> |
|
|
|
<Compile Include="Indentation\IIndentationStrategy.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\BackgroundGeometryBuilder.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IBackgroundRenderer.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\CollapsedLineSection.cs"> |
|
|
|
|
|
|
|
<DependentUpon>HeightTree.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\ColorizingTransformer.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IVisualLineTransformer.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\DocumentColorizingTransformer.cs"> |
|
|
|
|
|
|
|
<DependentUpon>IVisualLineTransformer.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\FormattedTextElement.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\GlobalTextRunProperties.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\HeightTree.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\HeightTreeLineNode.cs"> |
|
|
|
|
|
|
|
<DependentUpon>HeightTree.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\HeightTreeNode.cs"> |
|
|
|
|
|
|
|
<DependentUpon>HeightTree.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\IBackgroundRenderer.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\InlineObjectRun.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\ITextRunConstructionContext.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLineElementGenerator.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\ITextViewConnect.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\IVisualLineTransformer.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\Layer.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\LayerPosition.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\NewLineElementGenerator.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\SingleCharacterElementGenerator.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\TextLayer.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\TextView.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\TextViewPosition.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\TextViewWeakEventManager.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextView.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLine.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLineElement.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLineElementGenerator.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLineElementTextRunProperties.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLine.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLinesInvalidException.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLineText.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLineTextParagraphProperties.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLine.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualLineTextSource.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLineElementGenerator.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="Rendering\VisualYPosition.cs"> |
|
|
|
|
|
|
|
<DependentUpon>VisualLine.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="TextEditor.cs" /> |
|
|
|
<Compile Include="TextEditorComponent.cs"> |
|
|
|
<Compile Include="TextEditorComponent.cs"> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
@ -280,6 +275,9 @@ |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Document\TextDocument.cs" /> |
|
|
|
<Compile Include="Document\TextDocument.cs" /> |
|
|
|
<Compile Include="TextEditorOptions.cs" /> |
|
|
|
<Compile Include="TextEditorOptions.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TextEditorWeakEventManager.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextEditor.cs</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
<Compile Include="Utils\Boxes.cs" /> |
|
|
|
<Compile Include="Utils\Boxes.cs" /> |
|
|
|
<Compile Include="Utils\CompressingTreeList.cs" /> |
|
|
|
<Compile Include="Utils\CompressingTreeList.cs" /> |
|
|
|
<Compile Include="Utils\Constants.cs" /> |
|
|
|
<Compile Include="Utils\Constants.cs" /> |
|
|
@ -329,17 +327,18 @@ |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="Document" /> |
|
|
|
<Folder Include="Document" /> |
|
|
|
<Folder Include="documentation" /> |
|
|
|
<Folder Include="documentation" /> |
|
|
|
<Folder Include="Gui" /> |
|
|
|
|
|
|
|
<Folder Include="Highlighting" /> |
|
|
|
<Folder Include="Highlighting" /> |
|
|
|
<Folder Include="Highlighting\Xshd" /> |
|
|
|
<Folder Include="Highlighting\Xshd" /> |
|
|
|
<Folder Include="Highlighting\Resources" /> |
|
|
|
<Folder Include="Highlighting\Resources" /> |
|
|
|
<Folder Include="CodeCompletion" /> |
|
|
|
<Folder Include="CodeCompletion" /> |
|
|
|
<Folder Include="Indentation" /> |
|
|
|
<Folder Include="Indentation" /> |
|
|
|
|
|
|
|
<Folder Include="Editing" /> |
|
|
|
|
|
|
|
<Folder Include="Rendering" /> |
|
|
|
<Folder Include="Utils" /> |
|
|
|
<Folder Include="Utils" /> |
|
|
|
<Folder Include="themes" /> |
|
|
|
<Folder Include="themes" /> |
|
|
|
<Page Include="CodeCompletion\CompletionList.xaml" /> |
|
|
|
<Page Include="CodeCompletion\CompletionList.xaml" /> |
|
|
|
<Page Include="CodeCompletion\InsightWindow.xaml" /> |
|
|
|
<Page Include="CodeCompletion\InsightWindow.xaml" /> |
|
|
|
<Page Include="Gui\TextEditor.xaml" /> |
|
|
|
<Page Include="TextEditor.xaml" /> |
|
|
|
<Page Include="themes\generic.xaml" /> |
|
|
|
<Page Include="themes\generic.xaml" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
</Project> |