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

Commit7b5a90b

Browse files
committed
Implemented#10 andfixed#11
1 parent5a7053a commit7b5a90b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ public static void OnActivate()
136136

137137
createPopupItem(pluginId,PluginPopupIndex,"Run utPLSQL Test","PACKAGE BODY");
138138
createPopupItem(pluginId,PluginPopupIndexWithCoverage,"Run Code Coverage","PACKAGE BODY");
139+
140+
createPopupItem(pluginId,PluginPopupIndex,"Run utPLSQL Test","PROCEDURE");
141+
createPopupItem(pluginId,PluginPopupIndexWithCoverage,"Run Code Coverage","PROCEDURE");
139142
}
140143

141144
[DllExport("CanClose",CallingConvention=CallingConvention.Cdecl)]

‎PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/TestRunnerWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ private static List<string> GetPath(string type, string owner, string name, stri
287287
returnnewList<string>{name};
288288
case"PACKAGE":
289289
returnnewList<string>{$"{owner}.{name}"};
290+
case"PACKAGE BODY":
291+
returnnewList<string>{$"{owner}.{name}"};
290292
case"PROCEDURE":
291293
returnnewList<string>{$"{owner}.{name}.{procedure}"};
292294
default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp