-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Skrelpoid/develop
Develop
- Loading branch information
Showing
20 changed files
with
228 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
This program is designed to sort JSON files alphabetically by their names of the first children layer. Everything else will be left exactly how it was. Although, it is possible that depending on your formatting, spaces could be replaced by tabs. | ||
Dieses Programm sortiert JSON Dateien alphabetisch anhand der Namen der ersten children-Ebene. Alles andere wird so belassen wie es vorher war. Allerdings ist es moeglich, dass Leerzeichen durch Tabulatoren ersetzt werden. | ||
To sort your JSON, place it into a folder that is next to this JAR. You can even have multiple files in a folder and also multiple folders next to this JAR for better organization. You can find the sorted JSON files in the folder you placed them in. If for some reason you also need your original JSON files backed up, click Create Backup to create folders alongside this JAR with your old files. To sort your files, simply press Start. | ||
Um deine Datei(en) zu sortieren, lege sie in einen Ordner neben dieses JAR ab. Du kannst sogar mehrere Dateien in einen Ordern tun und mehrere Ordner neben diesem JAR fuer eine bessere Uebersichtlichtkeit. Die sortierten Dateien findest du im gleichen Ordner wieder. Wenn du ein Backup von deinen JSON Dateien brauchst, klicke auf Create Backup um deine alten Dateien in Backupordner neben diesem JAR zu kopieren. Um deine Dateien zu sortieren, klicke auf Start. | ||
ENGLISH: | ||
This program is designed to sort JSON files alphabetically by their names of the first children layer. Everything else will be left exactly how it was. | ||
To sort your JSON, place the file or a folder with the files, next to this JAR. | ||
You can even have multiple files in a folder and also multiple folders and files next to this JAR for better organization. You can find the sorted JSON files where you placed them. If for some reason you also need your original JSON files backed up, click Create Backup to create a backup folder alongside this JAR with your old files. | ||
To sort your files, simply press Start. | ||
|
||
GERMAN: | ||
Dieses Programm sortiert JSON Dateien alphabetisch anhand der Namen der ersten children-Ebene. Alles andere wird so belassen wie es vorher war. | ||
Um deine Datei(en) zu sortieren, lege sie selbst oder einen Ordner mit ihnen neben dieses JAR ab. | ||
Du kannst sogar mehrere Dateien in einen Ordern tun und mehrere Ordner und Dateien neben diesem JAR haben fuer eine bessere Uebersichtlichtkeit. Die sortierten Dateien findest du da wo du deine Dateien abgelegt hast. Wenn du ein Backup von deinen JSON Dateien brauchst, klicke auf Create Backup um deine alten Dateien in einen Backupordner neben dieses JAR zu kopieren. | ||
Um deine Dateien zu sortieren, klicke auf Start. |
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 @@ | ||
Oops, it seems like the directory you are trying to sort is not supported by Java/LibGdx. To fix this, create a new folder elsewhere, e.g. on your Desktop , name it SupportFix and then copy the content of the unsupported folder into it. Finally copy this program into it and run it. (Do not put this Program directly into your Desktop folder! Instead, copy it into a folder on your Desktop). If the problem persists, please open an issue on GitHub or message Skrelpoid directly. |
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,11 @@ | ||
This program is designed to sort JSON files alphabetically by their names of the first children layer. Everything else will be left exactly how it was. Although, it is possible that depending on your formatting, spaces could be replaced by tabs. | ||
Dieses Programm sortiert JSON Dateien alphabetisch anhand der Namen der ersten children-Ebene. Alles andere wird so belassen wie es vorher war. Allerdings ist es moeglich, dass Leerzeichen durch Tabulatoren ersetzt werden. | ||
To sort your JSON, place it into a folder that is next to this JAR. You can even have multiple files in a folder and also multiple folders next to this JAR for better organization. You can find the sorted JSON files in the folder you placed them in. If for some reason you also need your original JSON files backed up, click Create Backup to create folders alongside this JAR with your old files. To sort your files, simply press Start. | ||
Um deine Datei(en) zu sortieren, lege sie in einen Ordner neben dieses JAR ab. Du kannst sogar mehrere Dateien in einen Ordern tun und mehrere Ordner neben diesem JAR fuer eine bessere Uebersichtlichtkeit. Die sortierten Dateien findest du im gleichen Ordner wieder. Wenn du ein Backup von deinen JSON Dateien brauchst, klicke auf Create Backup um deine alten Dateien in Backupordner neben diesem JAR zu kopieren. Um deine Dateien zu sortieren, klicke auf Start. | ||
ENGLISH: | ||
This program is designed to sort JSON files alphabetically by their names of the first children layer. Everything else will be left exactly how it was. | ||
To sort your JSON, place the file or a folder with the files, next to this JAR. | ||
You can even have multiple files in a folder and also multiple folders and files next to this JAR for better organization. You can find the sorted JSON files where you placed them. If for some reason you also need your original JSON files backed up, click Create Backup to create a backup folder alongside this JAR with your old files. | ||
To sort your files, simply press Start. | ||
|
||
GERMAN: | ||
Dieses Programm sortiert JSON Dateien alphabetisch anhand der Namen der ersten children-Ebene. Alles andere wird so belassen wie es vorher war. | ||
Um deine Datei(en) zu sortieren, lege sie selbst oder einen Ordner mit ihnen neben dieses JAR ab. | ||
Du kannst sogar mehrere Dateien in einen Ordern tun und mehrere Ordner und Dateien neben diesem JAR haben fuer eine bessere Uebersichtlichtkeit. Die sortierten Dateien findest du da wo du deine Dateien abgelegt hast. Wenn du ein Backup von deinen JSON Dateien brauchst, klicke auf Create Backup um deine alten Dateien in einen Backupordner neben dieses JAR zu kopieren. | ||
Um deine Dateien zu sortieren, klicke auf Start. |
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 @@ | ||
Oops, it seems like the directory you are trying to sort is not supported by Java/LibGdx. To fix this, create a new folder elsewhere, e.g. on your Desktop , name it SupportFix and then copy the content of the unsupported folder into it. Finally copy this program into it and run it. (Do not put this Program directly into your Desktop folder! Instead, copy it into a folder on your Desktop). If the problem persists, please open an issue on GitHub or message Skrelpoid directly. |
Binary file modified
BIN
+0 Bytes
(100%)
core/bin/skrelpoid/orderjson/ConsoleStream$ConsoleWrite.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 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,29 @@ | ||
package skrelpoid.orderjson; | ||
|
||
import java.io.IOException; | ||
|
||
//Exception for when file.isDirectory() returns true, but file.listFiles(fileFilter) return null | ||
public class NotSupportedException extends IOException { | ||
|
||
private static final long serialVersionUID = 5863814260599518183L; | ||
|
||
public NotSupportedException() { | ||
super(); | ||
} | ||
|
||
public NotSupportedException(String message, Throwable cause) { | ||
super(message, cause); | ||
|
||
} | ||
|
||
public NotSupportedException(String message) { | ||
super(message); | ||
|
||
} | ||
|
||
public NotSupportedException(Throwable cause) { | ||
super(cause); | ||
|
||
} | ||
|
||
} |
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
Oops, something went wrong.