diff --git a/README.md b/README.md index 757a5e39..e6a16405 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,20 @@ In the Connections window, select a connection or one or more packages or packag ![Run utPLSQL test](images/run_utplsql_test.png) ### Generate utPLSQL test +#### Based on existing code + 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. ![Generate utPLSQL test](images/generate_utplsql_test.png) +#### From scratch + +1. Press the button `Create code templates` in the preferences +2. Type `ut_` in the Worksheet or a PL/SQL editor and press `Ctrl-Space` to get the list of a utPLSQL code templates +3. Press `Return` to paste a code template at the current cursor position + +![Generate utPLSQL test](images/generate_utplsql_test_from_template.png) + ### Preferences Set your preferences to change the behaviour of utPLSQL within SQL Developer. diff --git a/images/generate_utplsql_test.png b/images/generate_utplsql_test.png index 4e26a773..d13e371c 100644 Binary files a/images/generate_utplsql_test.png and b/images/generate_utplsql_test.png differ diff --git a/images/generate_utplsql_test_from_template.png b/images/generate_utplsql_test_from_template.png new file mode 100644 index 00000000..29fcf2b1 Binary files /dev/null and b/images/generate_utplsql_test_from_template.png differ diff --git a/images/preferences.png b/images/preferences.png index 31bcf3ef..81aa410f 100644 Binary files a/images/preferences.png and b/images/preferences.png differ diff --git a/sqldev/pom.xml b/sqldev/pom.xml index a8323126..5cdcc59b 100644 --- a/sqldev/pom.xml +++ b/sqldev/pom.xml @@ -5,7 +5,7 @@ org.utplsql org.utplsql.sqldev - 0.5.0-SNAPSHOT + 0.5.0 bundle UTF-8