Skip to content

Commit 3621b57

Browse files
Merge pull request #37 from PhilippSalvisberg/develop
Release v0.5.0
2 parents 457c79b + b7c5012 commit 3621b57

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@ In the Connections window, select a connection or one or more packages or packag
1414
![Run utPLSQL test](images/run_utplsql_test.png)
1515
### Generate utPLSQL test
1616

17+
#### Based on existing code
18+
1719
Select a package, type, function or procedure to build a utPLSQL test package skeleton. The generated package compiles and executes, but still needs some rework.
1820

1921
![Generate utPLSQL test](images/generate_utplsql_test.png)
2022

23+
#### From scratch
24+
25+
1. Press the button `Create code templates` in the preferences
26+
2. Type `ut_` in the Worksheet or a PL/SQL editor and press `Ctrl-Space` to get the list of a utPLSQL code templates
27+
3. Press `Return` to paste a code template at the current cursor position
28+
29+
![Generate utPLSQL test](images/generate_utplsql_test_from_template.png)
30+
2131
### Preferences
2232

2333
Set your preferences to change the behaviour of utPLSQL within SQL Developer.

images/generate_utplsql_test.png

1.62 KB
Loading
288 KB
Loading

images/preferences.png

4.21 KB
Loading

sqldev/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- The Basics -->
66
<groupId>org.utplsql</groupId>
77
<artifactId>org.utplsql.sqldev</artifactId>
8-
<version>0.5.0-SNAPSHOT</version>
8+
<version>0.5.0</version>
99
<packaging>bundle</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)