The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Custom text editor in RapidMiner
Hello Guys,
I set the rapidminer.tools.editor value to these:
emacs
/usr/bin/emacs
emacs %f
/usr/bin/emacs %f
but neither combination seemed to work. When I opened an R script from within an R operator, it just used the built-in text editor.
I'd prefer emacs because:
- I use a dark background, and a better font than what's available in Java GUIs
- it does parenthesis matching
- the editor can be enlarged easily, while the built-in editor can't be maximized
- etc etc
This is under Linux (Ubuntu 11.04, XFCE). I restarted RapidMiner after each try.
Is there any way to be able to use emacs to edit scripts that belong to the operators?
I set the rapidminer.tools.editor value to these:
emacs
/usr/bin/emacs
emacs %f
/usr/bin/emacs %f
but neither combination seemed to work. When I opened an R script from within an R operator, it just used the built-in text editor.
I'd prefer emacs because:
- I use a dark background, and a better font than what's available in Java GUIs
- it does parenthesis matching
- the editor can be enlarged easily, while the built-in editor can't be maximized
- etc etc
This is under Linux (Ubuntu 11.04, XFCE). I restarted RapidMiner after each try.
Is there any way to be able to use emacs to edit scripts that belong to the operators?
0