I am using Rational Rhapsody for Linux and is wondering if it is possible to configure it to open source code with an external editor instead of the built in editor. I would prefer to be able to edit code using emacs via emacsclient.
According to the documentation the following procedure should set Rhapsody to use an external editor but editing that property has no apparent effect when I attempt to edit the code of one of my classes.
- Select File > Project Properties.
- Select the Properties tab.
- Navigate to the General::Model::EditorCommandLine property.
- Click in the property value call in the right column to activate the field, then click the ellipsis (...) to open the Browse for File window.
- Browse to the location of the editor you want to use (for example, Notepad) and select the editor. Click OK to close the window. The product displays the path in the property value field.
- Click OK.