Skip to content

Commit

Permalink
Removed search scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
luizzeroxis committed Sep 9, 2024
1 parent 4b5d646 commit 1eeddad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 304 deletions.
9 changes: 0 additions & 9 deletions UndertaleModTool/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,7 @@
</Style>
</MenuItem.Resources>
<MenuItem Header="_Search in code" Command="{x:Static local:MainWindow.SearchInCodeCommand}" InputGestureText="Ctrl+Shift+F"></MenuItem>

<MenuItem Header="Find unreferenced _assets" Name="FindUnreferencedAssetsItem" Click="MenuItem_FindUnreferencedAssets_Click"/>
<Separator/>
<MenuItem Header="(script links)" FontStyle="Italic" IsEnabled="False"/>
<MenuItem Header="Search in _code (&quot;Search.csx&quot;)"
Click="MenuItem_RunBuiltinScript_Item_Click" CommandParameter="Scripts\Builtin Scripts\Search.csx"/>
<MenuItem Header="Search in _assembly (&quot;SearchASM.csx&quot;)"
Click="MenuItem_RunBuiltinScript_Item_Click" CommandParameter="Scripts\Builtin Scripts\SearchASM.csx"/>
<MenuItem Header="Search in _specific code (&quot;SearchLimited.csx&quot;)"
Click="MenuItem_RunBuiltinScript_Item_Click" CommandParameter="Scripts\Builtin Scripts\SearchLimited.csx"/>
</local:MenuItemDark>
<local:MenuItemDark Header="_Help">
<MenuItem Header="_GitHub" Click="MenuItem_GitHub_Click"/>
Expand Down
173 changes: 0 additions & 173 deletions UndertaleModTool/Scripts/Builtin Scripts/Search.csx

This file was deleted.

121 changes: 0 additions & 121 deletions UndertaleModTool/Scripts/Builtin Scripts/SearchASM.csx

This file was deleted.

2 changes: 1 addition & 1 deletion UndertaleModTool/Windows/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<TextBlock Grid.Row="4" Grid.Column="2" Margin="25 2 2 2" Text="Warn about temp running" ToolTip="Warn about temp running. Enabled by default."/>

<CheckBox Grid.Row="5" Grid.Column="0" Margin="3" Content="" IsChecked="{Binding UseGMLCache}"/>
<TextBlock Grid.Row="5" Grid.Column="0" Margin="25 2 2 2" Text="Use decompiled code cache (experimental)" ToolTip="Used by some scripts (e.g. &quot;Search.csx&quot;) for acceleration. Disabled by default."/>
<TextBlock Grid.Row="5" Grid.Column="0" Margin="25 2 2 2" Text="Use decompiled code cache (experimental)" ToolTip="Used when searching for acceleration. Disabled by default."/>
<CheckBox Grid.Row="5" Grid.Column="2" Margin="3" Content="" IsChecked="{Binding ShowDebuggerOption}"/>
<TextBlock Grid.Row="5" Grid.Column="2" Margin="25 2 2 2" Text="Show &quot;Run game under GMS debugger&quot; file option" ToolTip="Whether to show the option in the &quot;File&quot; menu. Disabled by default."/>

Expand Down

0 comments on commit 1eeddad

Please sign in to comment.