forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Description
Please consider making the following changes to the stack trace decoder in ConfuserEx\StackTraceDecoder.xaml:
- Using
PasswordBoxinstead of TextBox for thePassBox.
<PasswordBox x:Name="PassBox" Grid.Row="1" Grid.Column="1" Margin="5" VerticalContentAlignment="Center"/>- Making the
stackTracebox word-wrapped.
<TextBox x:Name="stackTrace" Grid.ColumnSpan="2" Grid.Row="2" Margin="5" AcceptsReturn="True" FontFamily="Consolas"
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Visible"
TextWrapping="Wrap" />Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request