-
- Downloads
Remove splitting from CommandUtils.(inspect|complete)InPreferences
Argument splitting now happens before these methods are called, so they only receive a single preference string, not all of them. Also renamed the methods to indicate this.
Showing
- src/main/java/de/prob2/jupyter/CommandUtils.java 6 additions, 18 deletionssrc/main/java/de/prob2/jupyter/CommandUtils.java
- src/main/java/de/prob2/jupyter/commands/LoadCellCommand.java 2 additions, 2 deletionssrc/main/java/de/prob2/jupyter/commands/LoadCellCommand.java
- src/main/java/de/prob2/jupyter/commands/LoadFileCommand.java 2 additions, 2 deletionssrc/main/java/de/prob2/jupyter/commands/LoadFileCommand.java
- src/main/java/de/prob2/jupyter/commands/PrefCommand.java 2 additions, 2 deletionssrc/main/java/de/prob2/jupyter/commands/PrefCommand.java
Loading
Please register or sign in to comment