mirror of
https://github.com/4sval/FModel.git
synced 2026-05-06 04:47:18 -05:00
Update EndpointEditor.xaml.cs
This commit is contained in:
parent
39e4f62010
commit
a714a28ed1
|
|
@ -1,6 +1,7 @@
|
|||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Media;
|
||||
using FModel.Extensions;
|
||||
using FModel.Services;
|
||||
using FModel.Settings;
|
||||
|
|
@ -23,8 +24,9 @@ public partial class EndpointEditor
|
|||
InitializeComponent();
|
||||
|
||||
Title = title;
|
||||
TargetResponse.SyntaxHighlighting =
|
||||
EndpointResponse.SyntaxHighlighting = AvalonExtensions.HighlighterSelector("json");
|
||||
TargetResponse.SyntaxHighlighting = EndpointResponse.SyntaxHighlighting = AvalonExtensions.HighlighterSelector("json");
|
||||
TargetResponse.TextArea.TextView.LinkTextForegroundBrush = Brushes.DodgerBlue;
|
||||
EndpointResponse.TextArea.TextView.LinkTextForegroundBrush = Brushes.DodgerBlue;
|
||||
|
||||
InstructionBox.Text = type switch
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user