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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 >
10
10
<u : description ><![CDATA[ #EXTENSION_DESCRIPTION#]]> </u : description >
11
11
<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#" />
13
14
</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 >
16
18
</updates >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class PreferenceModel extends HashStructureAdapter {
45
45
static final String KEY_NUMBER_OF_TESTS_PER_UNIT = " numberOfTestsPerUnit"
46
46
static final String KEY_CHECK_GENERATE_UTPLSQL_TEST = " checkGenerateUtplsqlTest"
47
47
static final String KEY_GENERATE_COMMENTS = " generateComments"
48
- static final String KEY_DISABLE_TESTS = " disableTests"
48
+ static final String KEY_DISABLE_TESTS = " disableTests"
49
49
static final String KEY_SUITE_PATH = " suitePath"
50
50
static final String KEY_INDENT_SPACES = " indentSpaces"
51
51
static final String KEY_GENERATE_FILES = " generateFiles"
Original file line number Diff line number Diff line change 1
1
<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 >
18
18
</context >
You can’t perform that action at this time.
0 commit comments