-
- Downloads
Implement error highlighting for code not from the current cell
When an error points to an external file, its source code is now read and errors highlighted in it. Error highlighting for code from the last load cell now also works when an error pointing to it is thrown in a later cell (although this doesn't happen often). The initial/default machine is also recognized (although there should never be errors pointing to its code).
Showing
- src/main/java/de/prob2/jupyter/ProBKernel.java 45 additions, 9 deletionssrc/main/java/de/prob2/jupyter/ProBKernel.java
- src/main/java/de/prob2/jupyter/commands/LoadCellCommand.java 2 additions, 4 deletionssrc/main/java/de/prob2/jupyter/commands/LoadCellCommand.java
- src/main/java/de/prob2/jupyter/commands/LoadFileCommand.java 1 addition, 1 deletionsrc/main/java/de/prob2/jupyter/commands/LoadFileCommand.java
Please register or sign in to comment