-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "build: use pluginVerifier for quality assurance (#22)" This reverts commit 0db0731. * Revert "chore: adjust file tree to package names" This reverts commit 5e131d9.
- Loading branch information
Showing
15 changed files
with
44 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/java/com/sap/cap/cds/FileType.java → ...va/com/sap/cap/cds/intellij/FileType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/sap/cap/cds/Icons.java → .../java/com/sap/cap/cds/intellij/Icons.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.sap.cap.cds; | ||
package com.sap.cap.cds.intellij; | ||
|
||
import com.intellij.openapi.util.IconLoader; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/sap/cap/cds/Language.java → ...va/com/sap/cap/cds/intellij/Language.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.sap.cap.cds.intellij; | ||
|
||
public class Plugin { | ||
|
||
/* Overview of all relevant IDs, names, and labels for the plugin itself */ | ||
|
||
public static final String ID = "com.sap.cap.cds.intellij"; // Should not be changed. See plugin.xml | ||
|
||
public static final String PACKAGE = "com.sap.cap.cds.intellij"; | ||
|
||
public static final String LABEL = "intellij-cds"; // Used for build subfolder and zip file | ||
|
||
} |
4 changes: 2 additions & 2 deletions
4
...com/sap/cap/cds/lsp/ServerDescriptor.java → ...ap/cds/intellij/lsp/ServerDescriptor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ap/cap/cds/lsp/ServerSupportProvider.java → ...s/intellij/lsp/ServerSupportProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/com/sap/cap/cds/textmate/Bundle.java → ...sap/cap/cds/intellij/textmate/Bundle.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.sap.cap.cds.textmate; | ||
package com.sap.cap.cds.intellij.textmate; | ||
|
||
public class Bundle { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ain/java/com/sap/cap/cds/util/Logger.java → ...com/sap/cap/cds/intellij/util/Logger.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/com/sap/cap/cds/util/StackUtil.java → .../sap/cap/cds/intellij/util/StackUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/test/java/com/sap/cap/cds/intellij/ServerDescriptorTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters