File tree Expand file tree Collapse file tree 3 files changed +29
-27
lines changed
java/org/utplsql/sqldev/model/preference
resources/org/utplsql/sqldev/resources Expand file tree Collapse file tree 3 files changed +29
-27
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<updates version =" 2.0"
3- xmlns =" http://xmlns.oracle.com/jdeveloper/updatecenter"
4- xmlns : u =" http://xmlns.oracle.com/jdeveloper/update" >
5- <u : update id =" org.utplsql.sqldev" >
6- <u : name >#EXTENSION_NAME#</u : name >
7- <u : version >#EXTENSION_VERSION#</u : version >
8- <u : author >#EXTENSION_OWNER#</u : author >
9- <u : author-url >http://utplsql.org/</u : author-url >
3+ xmlns=" http://xmlns.oracle.com/jdeveloper/updatecenter"
4+ xmlns:u=" http://xmlns.oracle.com/jdeveloper/update" >
5+ <u : update id =" org.utplsql.sqldev" >
6+ <u : name >#EXTENSION_NAME#</u : name >
7+ <u : version >#EXTENSION_VERSION#</u : version >
8+ <u : author >#EXTENSION_OWNER#</u : author >
9+ <u : author-url >http://utplsql.org/</u : author-url >
1010 <u : description ><![CDATA[ #EXTENSION_DESCRIPTION#]]> </u : description >
1111 <u : requirements >
12- <u : requires-extension id =" oracle.sqldeveloper" minVersion =" #MIN_SQLDEV_VERSION#" />
12+ <u : requires-extension id =" oracle.sqldeveloper"
13+ minVersion=" #MIN_SQLDEV_VERSION#" />
1314 </u : requirements >
14- <u : bundle-url >https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases/download/v#EXTENSION_SHORT_VERSION#/#EXTENSION_DEPLOYABLE#</u : bundle-url >
15- </u : update >
15+ <u : bundle-url >https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases/download/v#EXTENSION_SHORT_VERSION#/#EXTENSION_DEPLOYABLE#
16+ </u : bundle-url >
17+ </u : update >
1618</updates >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class PreferenceModel extends HashStructureAdapter {
4545 static final String KEY_NUMBER_OF_TESTS_PER_UNIT = " numberOfTestsPerUnit"
4646 static final String KEY_CHECK_GENERATE_UTPLSQL_TEST = " checkGenerateUtplsqlTest"
4747 static final String KEY_GENERATE_COMMENTS = " generateComments"
48- static final String KEY_DISABLE_TESTS = " disableTests"
48+ static final String KEY_DISABLE_TESTS = " disableTests"
4949 static final String KEY_SUITE_PATH = " suitePath"
5050 static final String KEY_INDENT_SPACES = " indentSpaces"
5151 static final String KEY_GENERATE_FILES = " generateFiles"
Original file line number Diff line number Diff line change 11<context scope =" global" >
2- <preset name =" Default" >
3- <map action =" utplsql.test" >
4- <accel >alt shift T</accel >
5- </map >
6- <map action =" utplsql.generate" >
7- <accel >alt shift G</accel >
8- </map >
9- </preset >
10- <preset name =" Default MacOS X" >
11- <map action =" utplsql.test" >
12- <accel >alt shift T</accel >
13- </map >
14- <map action =" utplsql.generate" >
15- <accel >alt shift G</accel >
16- </map >
17- </preset >
2+ <preset name =" Default" >
3+ <map action =" utplsql.test" >
4+ <accel >alt shift T</accel >
5+ </map >
6+ <map action =" utplsql.generate" >
7+ <accel >alt shift G</accel >
8+ </map >
9+ </preset >
10+ <preset name =" Default MacOS X" >
11+ <map action =" utplsql.test" >
12+ <accel >alt shift T</accel >
13+ </map >
14+ <map action =" utplsql.generate" >
15+ <accel >alt shift G</accel >
16+ </map >
17+ </preset >
1818</context >
You can’t perform that action at this time.
0 commit comments