Skip to content

Commit 4d4f7d4

Browse files
committed
Announcing PL/SQL Developer plugin for utPLSQL
1 parent 10f7178 commit 4d4f7d4

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "PLSQL Developer plugin version 1.0.0 released"
4+
date: 2021-01-01 13:10:00 +0000
5+
categories: plugins
6+
---
7+
8+
# PL/SQL Developer plugin released!
9+
10+
11+
Happy new year! Thanks to [Simon Martinelli](https://github.com/simasch) utPLSQL v3+ is now integrated with [PL/SQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/) IDE
12+
13+
14+
## Features
15+
16+
- The Plugin enables PL/SQL Developer to run tests and code coverage with utPLSQL
17+
- Tests and code coverage can be run for the current user from the tool ribbon or from the context menu on a package or a user
18+
- Test results shown in a test runner window and the code coverage report will be opened in the default browser
19+
20+
## Documentation
21+
22+
See details of plugin usage in [readme file](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/blob/develop/README.md)
23+
24+
## Downloads
25+
26+
- Download the plugin release from [releases page](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases)
27+
- Copy PlsqlDeveloperUtPlsqlPlugin.dll or PlsqlDeveloperUtPlsqlPlugin_x86.dll to the PlugIns directory of your PL/SQL Developer installation

documenation.md renamed to documentation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ Readme files for sub-projects on github (external links)
1313

1414
- [utPLSQL maven plugin readme](https://github.com/utPLSQL/utPLSQL-maven-plugin/blob/develop/README.md)
1515

16-
- [utPSLQL SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/blob/master/README.md)
16+
- [utPSLQL - SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/blob/master/README.md)
17+
18+
- [utPLSQL - PL/SQL Developer plugin](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/blob/develop/README.md)
1719

downloads.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ menuInclude: true
1212

1313
- [utPLSQL maven plugin](https://github.com/utPLSQL/utPLSQL-maven-plugin/releases) to run utPLSQL tests as part of Java maven project build
1414

15-
- [utPSLQL SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases) to create and run utPLSQL tests from [SQLDeveloper](https://www.oracle.com/database/technologies/appdev/sql-developer.html)
15+
- [utPSLQL - SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases) to create and run utPLSQL tests from [SQLDeveloper](https://www.oracle.com/database/technologies/appdev/sql-developer.html)
16+
17+
- [utPSLQL - PL/SQL Developer extension](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases) to create and run utPLSQL tests from [PLSQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/)
1618

0 commit comments

Comments
 (0)