Skip to content

Commit 8c9cb68

Browse files
author
slavara
committed
[ci skip]
1 parent 15753b3 commit 8c9cb68

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

QuickNavigate/Forms/QuickOutlineForm.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ Button CurrentFilter
8686
}
8787
}
8888

89-
void InitializeContextMenu()
90-
{
91-
contextMenu.Items.Add("Show in &Class Hierarchy", PluginBase.MainForm.FindImage("99|16|0|0"), OnShowInClassHierarchy);
92-
}
89+
void InitializeContextMenu() => contextMenu.Items.Add("Show in &Class Hierarchy", PluginBase.MainForm.FindImage("99|16|0|0"), OnShowInClassHierarchy);
9390

9491
void InitializeTree()
9592
{

QuickNavigate/QuickNavigate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2424
<DebugSymbols>true</DebugSymbols>
2525
<DebugType>full</DebugType>
26-
<Optimize>true</Optimize>
26+
<Optimize>false</Optimize>
2727
<OutputPath>..\..\..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
2828
<DefineConstants>TRACE</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>

0 commit comments

Comments
 (0)