Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .vscode /launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug esProc IDE",
"request": "launch",
"mainClass": "com.scudata.ide.spl.SPL",
"classpath": [
"bin",
"importlibs/*",
"src"
],
"console": "internalConsole"
}
]
}
20 changes: 20 additions & 0 deletions .vscode /setting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"java.project.sourcePaths": [
"ide/src/main/java",
"src"
],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"importlibs/**/*.jar"
],
"java.format.enabled": true,
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/bin": true
}
}
25 changes: 25 additions & 0 deletions .vscode /tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Build esProc IDE",
"type": "shell",
"command": "javac",
"args": [
"-cp", "importlibs/*:src",
"-d", "bin",
"-sourcepath", "ide/src/main/java:src",
"ide/src/main/java/com/scudata/ide/spl/SPL.java"
],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always"
},
"problemMatcher": ["$javac"]
}
]
}
Empty file added .vscode/settings.json
Empty file.
Binary file removed demo/en/Nonstructural/p01.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p02.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p03.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p04.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p05.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p06.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p07.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p08.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p09.splx
Binary file not shown.
Binary file removed demo/en/Nonstructural/p10.splx
Binary file not shown.
3 changes: 0 additions & 3 deletions demo/en/txt/word.txt

This file was deleted.

21 changes: 21 additions & 0 deletions demo/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.scudata.esproc</groupId>
<artifactId>esproc</artifactId>
<version>20250402</version>
</parent>

<groupId>com.scudata.esproc</groupId>
<artifactId>demo</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>

</project>
7 changes: 7 additions & 0 deletions demo/src/main/java/com/scudata/esproc/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.scudata.esproc;

public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
15 changes: 0 additions & 15 deletions demo/zh/Nonstructural/26.txt

This file was deleted.

Binary file removed demo/zh/Nonstructural/p01.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p02.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p03.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p04.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p05.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p06.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p07.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p08.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p09.splx
Binary file not shown.
Binary file removed demo/zh/Nonstructural/p10.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db01.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db02.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db03.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db04.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db05.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db06.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db07.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db08.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db09.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db10.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db11.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db12.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db13.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db14.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db15.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db16.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db17.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db18.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db19.splx
Binary file not shown.
Binary file removed demo/zh/Structural/db20.splx
Binary file not shown.
201 changes: 0 additions & 201 deletions demo/zh/test_Client.txt

This file was deleted.

Loading