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
When I install this on my R2022a, the following error occurs when I hold down "alt+1". How do I fix it please?
Unrecognized method, property, or field 'JavaEditor' for class
'matlab.desktop.editor.RtcEditorDocument'.
Error in matlab.desktop.editor.Document/get.JavaEditor (line 835)
javaEditor = obj.Editor.JavaEditor;
Error in getWordAtCaretPosition (line 10)
caretPosition = activeEditor.JavaEditor.getCaretPosition;
Error in insertSnippet/initializeGUI (line 300)
wordAtCaretPosition = getWordAtCaretPosition();
Error in insertSnippet/showWindow (line 1011)
initializeGUI;
Error in insertSnippet>showHiddenWindow (line 1147)
ud.showWindowFH();
Error in insertSnippet (line 20)
if showHiddenWindow(windowTag)
The text was updated successfully, but these errors were encountered:
It is the same problem reported in #3.
I made a Pull Request #5 fixing it, I used it every day in Matlab R2021b and it works perfectly.
Check it there.
When I install this on my R2022a, the following error occurs when I hold down "alt+1". How do I fix it please?
The text was updated successfully, but these errors were encountered: