You can update a perspective to hide, minimize, or close perspective
items.
This procedure assumes that you have the IDs for the elements that you want to hide
and that you have added the perspective ID to the eclipse.xml
file or the eclipseui_template.xml file to get the IDs for most
perspectives. See Use the list of trace log IDs to customize a perspective and Customize the eclipseui_template.xml file, respectively.
Note: In a dedicated SaaS deployment, submit a support ticket to
request that IXIA CCMS Customer Support perform this task for you.
To configure a perspective:
-
Click the TEXTML Administration shortcut on the toolbar
to open the TEXTML Administration perspective or take the following
actions:
-
Select
-
Click TEXTML Administration.
-
Click Open.
-
In the TEXTML
Administration view, double-click the server.
-
If your server is not in the view, add it by taking the following
actions:
-
To find the server name, click and select IXIA CCMS.
In the TEXTML Server Connection section, the
server name is the Hostname.
-
Copy the Hostname and close the
Preferences window.
-
In the TEXTML Administration view, right-click
and select Add Server.
-
In the Server field, enter the server
name.
The Port field fills automatically. If it does
not and you need the port number, you can find it in the same place as
the server name in the Preferences window.
-
Click OK.
-
When the Connect as dialog
opens, type your username and password and click OK.
-
Double-click the name of your Content Store to open a connection to it.
-
Expand the Content Store's Repository node and browse to
/system/conf to locate the eclipseui.xml file.
-
Right-click eclipseui.xml
and select Check Out.
-
Open the file in an XML editor.
-
Look for the perspective that you want to simplify. If it is
not there, add it.
Note: You can also use wildcards when specifying perspective
names to specify multiple perspectives in a single line. For example,
"com.ixiasoft.dita.eclipse.gui.perspective.*"
will match all the IXIA CCMS
perspectives.
-
Inside the perspective, look for the section that you want to
simplify.
-
Add the items that you want to hide, close, or minimize in a
<removeditem>
or <item>
element, as appropriate.
-
Save, close, and Check In the eclipseui.xml file.
-
Inform users of the changes and ask them to close and reopen their CCMS Desktop to apply the changes.
The perspective you chose is updated to the new
configuration.