Skip to content

Commit 6e82081

Browse files
removed spaced with tabs
1 parent 0d2b1d7 commit 6e82081

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

sqldev/sqldeveloper.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
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>

sqldev/src/main/java/org/utplsql/sqldev/model/preference/PreferenceModel.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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>

0 commit comments

Comments
 (0)