This repository was archived by the owner on Oct 4, 2021. It is now read-only.
File tree
8 files changed
+25
-14
lines changed- main
- external
- msbuild
- src
- addins
- MonoDevelop.SourceEditor2/VSEditor
- MonoDevelop.TextEditor
- MonoDevelop.TextEditor.Cocoa/Properties
- MonoDevelop.TextEditor
- core/MonoDevelop.Ide/MonoDevelop.Ide.Gui
8 files changed
+25
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| 409 | + | |
| 410 | + | |
409 | 411 | | |
410 | 412 | | |
411 | 413 | | |
| |||
2435 | 2437 | | |
2436 | 2438 | | |
2437 | 2439 | | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
2438 | 2450 | | |
2439 | 2451 | | |
2440 | 2452 | | |
| |||
2862 | 2874 | | |
2863 | 2875 | | |
2864 | 2876 | | |
| 2877 | + | |
2865 | 2878 | | |
2866 | 2879 | | |
2867 | 2880 | | |
| |||
Submodule vs-editor-api updated 37 files
- build/Project.props+3
- global.json+2-2
- src/Editor/FPF/PresentationCore/System.Windows.UIElement.cs+27
- src/Editor/Language/Def/Intellisense/IPopupIntellisensePresenter.cs+1-1
- src/Editor/Text/Def/TextUI/AssemblyInfo.cs+5
- src/Editor/Text/Def/TextUI/Editor/ITextView3.cs-30
- src/Editor/Text/Def/TextUI/Editor/ITextViewFactoryService.cs-174
- src/Editor/Text/Def/TextUI/Editor/ITextViewZoomManager.cs+46
- src/Editor/Text/Def/TextUI/Editor/IViewScroller2.cs+30
- src/Editor/Text/Def/TextUI/Operations/IEditorOperations4.cs+17-6
- src/Editor/Text/Def/TextUICocoa/Editor/ICocoaTextView.cs+19-1
- src/Editor/Text/Def/TextUICocoa/Editor/IViewSynchronizationManager.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/CodeSnippet.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/ExpansionField.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/ExpansionTemplate.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/IExpansionClient.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/IExpansionFunction.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/IExpansionManager.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/IExpansionService.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/IExpansionServiceProvider.cs
- src/Editor/Text/Def/TextUICocoa/Snippet/IExpansionSession.cs
- src/Editor/Text/Impl/BraceCompletion/BraceCompletionAdornmentService.cs+3-3
- src/Editor/Text/Impl/BraceCompletion/BraceCompletionAdornmentServiceFactory.cs+1-1
- src/Editor/Text/Impl/BraceCompletion/BraceCompletionImpl.csproj+1-1
- src/Editor/Text/Impl/EditorOperations/EditorOperations.cs+41-41
- src/Editor/Text/Impl/EditorOperations/EditorOperationsFactoryService.cs+7
- src/Editor/Text/Util/TextDataUtil/AssemblyInfo.cs+1
- src/Editor/Text/Util/TextUICocoaUtil/AssemblyInfo.cs+48
- src/Editor/Text/Util/TextUICocoaUtil/CocoaTextViewZoomManager.cs+65
- src/Editor/Text/Util/TextUICocoaUtil/DifferenceBrushManager.cs+4-4
- src/Editor/Text/Util/TextUICocoaUtil/IDragDropMouseProcessor.cs
- src/Editor/Text/Util/TextUICocoaUtil/TelemetryLogger.cs
- src/Editor/Text/Util/TextUICocoaUtil/TextUICocoaUtil.csproj+35
- src/Editor/Text/Util/TextUIUtil/DefaultTextViewZoomManager.cs+27
- src/Editor/Text/Util/TextUIUtil/ExtensionMethods.cs+42-43
- src/Editor/Text/Util/TextUIUtil/TextViewZoomManager.cs+35
- src/OpenSource.Impl.projitems+12-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 3 | + | |
9 | 4 | | |
10 | 5 | | |
11 | 6 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
| 211 | + | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
0 commit comments