You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While editing any .sce file in Scilab, undo operation (either invoked with Ctrl+Z or by clicking Edit->Undo) does not work. The error is then:
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: \
class javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper \
cannot be cast to class javax.swing.text.AbstractDocument$DefaultDocumentEvent \
(javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper and \
javax.swing.text.AbstractDocument$DefaultDocumentEvent are in module \
java.desktop of loader 'bootstrap')
at org.scilab.modules.scinotes.CompoundUndoManager.
undoableEditHappened(Unknown Source)
This happens probably because too new version of jgraphx is installed, source. The deb package name for this is: libjgraphx-java and its installed version is: 2.1.0.7-2. This page suggests that 1.8.0.0 version is needed.
The text was updated successfully, but these errors were encountered:
While editing any
.sce
file in Scilab, undo operation (either invoked with Ctrl+Z or by clicking Edit->Undo) does not work. The error is then:This happens probably because too new version of jgraphx is installed, source. The deb package name for this is:
libjgraphx-java
and its installed version is:2.1.0.7-2
. This page suggests that1.8.0.0
version is needed.The text was updated successfully, but these errors were encountered: