REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

R-IDE menu on mac os not available anymore #12

Closed albertostefanelli closed 5 years ago

albertostefanelli commented 5 years ago

Fresh install of R-IDE and sublime.

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1005, in run_
    return self.run(**args)
  File "/Applications/Sublime Text.app/Contents/MacOS/Packages/Default.sublime-package/settings.py", line 101, in run
AttributeError: 'NoneType' object has no attribute 'replace'
Unable to open /Users/serg/Library/Application Support/Sublime Text 3/Packages/User/R-IDE.sublime-settings
randy3k commented 5 years ago

I guess you may have a corrupted setting file.

albertostefanelli commented 5 years ago

i removed /Library/Application Support/Sublime Text 3 and sublime text completely

randy3k commented 5 years ago

Maybe try restarting Sublime Text

albertostefanelli commented 5 years ago

Restarting sublime did not work but rebooting worked.

Thanks!