We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with matlab 2020a when installation inside the matlab software.
error info is as follows.
Unrecognized method, property, or field 'JavaEditor' for class 'matlab.desktop.editor.RtcEditorDocument'. Error in matlab.desktop.editor.Document/get.JavaEditor (line 836) javaEditor = obj.Editor.JavaEditor; Error in getWordAtCaretPosition (line 10) caretPosition = activeEditor.JavaEditor.getCaretPosition; Error in insertSnippet/initializeGUI (line 300) wordAtCaretPosition = getWordAtCaretPosition(); Error in insertSnippet (line 51) initializeGUI; Error in MATLABSnippetsApp/startApp (line 84) eval('insertSnippet'); Error in MATLABSnippetsApp (line 48) startApp(obj) Error in appinstall.internal.runapp>execute (line 116) out = evalin('caller', [script ';']); Error in appinstall.internal.runapp>runapp13a (line 95) outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m'])); Error in appinstall.internal.runapp>preamble18b (line 60) appobj = runapp13a(appinstalldir); Error in appinstall.internal.runapp (line 13) out = preamble18b(appinstalldir); Error in matlab.apputil.run (line 45) appinstall.internal.runapp(appName, appLocation);
Unrecognized method, property, or field 'JavaEditor' for class 'matlab.desktop.editor.RtcEditorDocument'.
Error in matlab.desktop.editor.Document/get.JavaEditor (line 836) javaEditor = obj.Editor.JavaEditor;
Error in getWordAtCaretPosition (line 10) caretPosition = activeEditor.JavaEditor.getCaretPosition;
Error in insertSnippet/initializeGUI (line 300) wordAtCaretPosition = getWordAtCaretPosition();
Error in insertSnippet (line 51) initializeGUI;
Error in MATLABSnippetsApp/startApp (line 84) eval('insertSnippet');
Error in MATLABSnippetsApp (line 48) startApp(obj)
Error in appinstall.internal.runapp>execute (line 116) out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 95) outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>preamble18b (line 60) appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 13) out = preamble18b(appinstalldir);
Error in matlab.apputil.run (line 45) appinstall.internal.runapp(appName, appLocation);
The text was updated successfully, but these errors were encountered:
#6 @trnkap error in R2022a
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Not compatible with matlab 2020a when installation inside the matlab software.
error info is as follows.
The text was updated successfully, but these errors were encountered: