gedit in this thread pretty much raised my interest as a light weight editor / IDE for R. I was happy to see that there is a .dmg for Mac OS X, but I still wonder where / how to install plugins, in particular this one.
Is it even possible?
|
gedit in this thread pretty much raised my interest as a light weight editor / IDE for R. I was happy to see that there is a .dmg for Mac OS X, but I still wonder where / how to install plugins, in particular this one. Is it even possible? | |||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can also install gedit using macports (which builds everything from source), or using fink (with pre-built binaries). I don't use gedit much, but I suppose that if the add-on you want comes as a source-code tarball, then one of these options may be more easily extendable/configurable than if gedit is installed with a .dmg. | |||
feedback
|
|
I'm trying to do this too without much luck. I have got a bit further though. The error message when trying to load the R integration is as follows
So it looks like you need to install the python vte library on OS X somehow but I couldn't work that out. | |||
|
feedback
|
|
To install Gedit plugins, you need to go into the gedit.app package:
FWIW, Gedit has some advantages (and few drawbacks) over TextMate. I'm switching over today for split panes (available through a plugin). | |||
feedback
|
|
Just like on Linux, you can put it into ~/.gnome2/gedit/plugins (where ~ is your home directory). Here are the commands that installed the AutoTab plugin which immediately after appeared in the Plugins section of Preferences:
| |||
feedback
|
|
MacPorts seems to support it:
| ||||
|
feedback
|