Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite793454

Browse files
committed
Added coverage icon
1 parent7aaa25b commite793454

File tree

10 files changed

+32
-13
lines changed

10 files changed

+32
-13
lines changed

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/AboutDialog.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ public static void OnActivate()
8484
{
8585
PlsqlDeveloperUtPlsqlPlugin.createToolButton(pluginId,PLUGIN_MENU_INDEX_ALLTESTS,"utPLSQL","utPLSQL.bmp",newBitmap(stream).GetHbitmap().ToInt64());
8686
}
87-
using(Streamstream=assembly.GetManifestResourceStream("utPLSQL.utPLSQL.bmp"))
87+
using(Streamstream=assembly.GetManifestResourceStream("utPLSQL.utPLSQL_coverage.bmp"))
8888
{
89-
PlsqlDeveloperUtPlsqlPlugin.createToolButton(pluginId,PLUGIN_MENU_INDEX_ALLTESTS_WITH_COVERAGE,"utPLSQL","utPLSQL.bmp",newBitmap(stream).GetHbitmap().ToInt64());
89+
PlsqlDeveloperUtPlsqlPlugin.createToolButton(pluginId,PLUGIN_MENU_INDEX_ALLTESTS_WITH_COVERAGE,"utPLSQL","utPLSQL_coverage.bmp",newBitmap(stream).GetHbitmap().ToInt64());
9090
}
9191

9292
using(Streamstream=assembly.GetManifestResourceStream("utPLSQL.utPLSQL.bmp"))
9393
{
9494
PlsqlDeveloperUtPlsqlPlugin.createToolButton(pluginId,PLUGIN_POPUP_INDEX,"utPLSQL","utPLSQL.bmp",newBitmap(stream).GetHbitmap().ToInt64());
9595
}
96-
using(Streamstream=assembly.GetManifestResourceStream("utPLSQL.utPLSQL.bmp"))
96+
using(Streamstream=assembly.GetManifestResourceStream("utPLSQL.utPLSQL_coverage.bmp"))
9797
{
98-
PlsqlDeveloperUtPlsqlPlugin.createToolButton(pluginId,PLUGIN_POPUP_INDEX_WITH_COVERAGE,"utPLSQL","utPLSQL.bmp",newBitmap(stream).GetHbitmap().ToInt64());
98+
PlsqlDeveloperUtPlsqlPlugin.createToolButton(pluginId,PLUGIN_POPUP_INDEX_WITH_COVERAGE,"utPLSQL","utPLSQL_coverage.bmp",newBitmap(stream).GetHbitmap().ToInt64());
9999
}
100100
}
101101
catch(Exceptione)

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
<LangVersion>7.3</LangVersion>
8181
<ErrorReport>prompt</ErrorReport>
8282
</PropertyGroup>
83+
<PropertyGroup>
84+
<ApplicationIcon>utPLSQL.ico</ApplicationIcon>
85+
</PropertyGroup>
8386
<ItemGroup>
8487
<ReferenceInclude="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
8588
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
@@ -149,9 +152,12 @@
149152
</EmbeddedResource>
150153
</ItemGroup>
151154
<ItemGroup>
152-
<ContentInclude="utPLSQL.ico">
155+
<EmbeddedResourceInclude="utPLSQL.ico">
153156
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
154-
</Content>
157+
</EmbeddedResource>
158+
<EmbeddedResourceInclude="utPLSQL_coverage.bmp">
159+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
160+
</EmbeddedResource>
155161
</ItemGroup>
156162
<ItemGroup>
157163
<NoneInclude="App.config" />

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly:AssemblyVersion("0.1.0.0")]
36-
[assembly:AssemblyFileVersion("0.1.0.0")]
35+
[assembly:AssemblyVersion("0.2.0.0")]
36+
[assembly:AssemblyFileVersion("0.2.0.0")]

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/Properties/Resources.Designer.cs

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/Properties/Resources.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@
121121
<dataname="utPLSQL"type="System.Resources.ResXFileRef, System.Windows.Forms">
122122
<value>..\utPLSQL.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123123
</data>
124+
<dataname="utPLSQL_coverage"type="System.Resources.ResXFileRef, System.Windows.Forms">
125+
<value>..\utplsql_coverage.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126+
</data>
124127
</root>

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/TestRunnerWindow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ internal void RunTestsAsync(string type, string owner, string name, string proce
4646

4747
setWindowTitle(type,owner,name,procedure);
4848

49-
Running=true;
50-
5149
if(coverage)
5250
{
5351
varcodeCoverateReportDialog=newCodeCoverateReportDialog(getPath(type,owner,name,procedure));
@@ -79,6 +77,7 @@ internal void RunTestsAsync(string type, string owner, string name, string proce
7977
privatevoidRunTests(stringtype,stringowner,stringname,stringprocedure)
8078
{
8179
Task.Factory.StartNew(()=>testRunner.RunTests(type,owner,name,procedure));
80+
Running=true;
8281
}
8382

8483
privatevoidRunWithCoverage(stringtype,stringowner,stringname,stringprocedure,CodeCoverateReportDialogcodeCoverateReportDialog)
@@ -88,6 +87,7 @@ private void RunWithCoverage(string type, string owner, string name, string proc
8887
varexcludes=ConvertToVarcharList(codeCoverateReportDialog.GetExcludes());
8988

9089
Task.Factory.StartNew(()=>testRunner.RunTestsWithCoverage(type,owner,name,procedure,schemas,includes,excludes));
90+
Running=true;
9191
}
9292

9393
privatevoidCollectResults(boolcoverage)
Binary file not shown.
Binary file not shown.

‎PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Lib/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly:AssemblyVersion("0.1.0.0")]
36-
[assembly:AssemblyFileVersion("0.1.0.0")]
35+
[assembly:AssemblyVersion("0.2.0.0")]
36+
[assembly:AssemblyFileVersion("0.2.0.0")]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp