where is Pluglet in ibm rsa 9? - rational-rsa

I'm using ibm rsa 9. In ibm knowledge center I found how to create pluglet:
Customize your perspective.
Click Window > Customize Perspective.
In the Customize Perspective window, click the Shortcuts tab and be
sure New is specified in the Submenus list.
In the Shortcut Categories list, select Pluglets to enable the
related shortcuts. Make sure that the Pluglet and Pluglets Project
check boxes are checked in the Shortcut list.
Click the Commands tab. In the Available command groups list, select
Pluglets and Modeling.
Click OK.
Click File > New > Pluglets Project to start creating the pluglets
project.
Unfortunately, I don't see Pluglet in the Shortcut Categories list.

I resolved it with this : http://www-01.ibm.com/support/docview.wss?uid=swg21590669.
To resolve the problem, you have to add new capabilities :
Open the Preferences window by clicking Window > Preferences.
Open the General node, then open the Capabilities page
Enable pluglet development: On the Capabilities page, click the Advanced button. The Advanced Capabilities Settings window opens. Expand the Development node, then select the Pluglet Development option
Hope this could help !

Related

How to add a command to context menus in Visual Studio 2019

I'm trying to add a command to the Document Tab context menu in Visual Studio 2019 so I can go directly to the open file in the Solution Explorer. I'm aware of File Tracking. I don't want to open the folder for every file tab I click on. I'm also aware of this extension but it seems like I have to click it two, sometimes three times before it will go to the file.
I found the relevant context menu under Customize -> Commands. It's "Other Context Menus | Easy MDI Document Window". The problem is that under "Add Command" you can only add from preselected lists of commands, and they don't make things easy to find.
I can see the command I want to add under Options -> Environment -> Keyboard. It's SolutionExplorer.SyncWithActiveDocument. But I don't see any way to use it in the Customize window, or if it's there I can't find it.
You can directly add commands to a menu only from the existing VS menus.
For additional commands, you can create an intermediate command with my Visual Commander extension DTE.ExecuteCommand("SolutionExplorer.SyncWithActiveDocumen") and then add this VCmd.Command01 command to the menu.

How to return item to context menu in Android Studio

In my Android Studio, when I have a cursor on the regular exprssion and if I click Alt + Enter I see a context menu like this
There was an item Check Regexp or something like this but I click accidentaly Disable... and it disappeared. Tell me please where can I find it in android studio to make it return back.
Those menu items are called Intention Actions.
To configure intention settings using the Settings/Preferences dialog
Open the Settings / Preferences Dialog by pressing Ctrl+Alt+S or by choosing File | Settings for Windows and Linux or IntelliJ IDEA | Preferences for macOS, and click Intentions under Editor.
In the Intentions page, clear the checkboxes of the intention actions or action c1ategories that you do not currently need.
Selecting or clearing a category affects all intention actions in this category.
Apply changes and close the dialog.
Check for details here

How to enable Menu and Tools tab in Excel menubar

I am using excel 2007. I cannot see Menu and Tools on my menubar. I wanted to activate Analysis ToolPak. I clicked on Excel icon (top left) and then options and then add-in and activate Analysis ToolPak. However I cannot see this anywhere in the menubar along with Menu and Tools. I searched a lot on internet but could not find any solution. So, I have three issues (all are same)
-how do I enable Menu and Tools option
-how do I access Analysis ToolPak and use it (although I activated it from option but I cannot find it anywhere on the ribbon)
Any idea?
When Enabled it will not appear as a separate tab it will appear on the end of the Data tab, in a section called Analysis. You should also have different options under the What-If Analysis in the Data tab.
I might be wrong but the Menu and Tools were removed and replaced by the ribbon, you can download an addon to put them back in however specific tools are now in different locations in the Ribbon.
This might help finding the locations you require: http://grok.lsu.edu/Article.aspx?articleId=7603

VS2012 : where is custom toolbar command SyncWithActiveDocument?

In Visual Studio 2012, you can create customized toolbars and edit their contents (usually button shortcuts to some IDE commands).
I would like to add the SolutionExplorer.SyncWithActiveDocument command to one of my toolbars, but cannot find it in the list of commands available for addition to the toolbar. In which category is it located? Or is it a command not supported by the toolbar system?
I don't think you can use SyncWithActiveDocument as a command - it is a manual sync that is only active when turning off "Track Active Item in Solution Explorer" in Project and Solutions -> General.
Looking at it this way, is like trying to add auto-sync to a toolbar.

in Applescript, can you add an item to the left menu bar if you’re creating an app?

Hello I’m Tate and I have a Question.In applescript, can you create an item for the left menu (application menu) on mac that is not already there by default? if you know the answer, please tell me.
I don't know of a way to add menu items to the application menu bar, but you might check into FastScripts, which offers the ability to customize a script menu with whatever order of scripts you like and with keyboard shortcuts. It's free for any number of scripts and up to 10 keyboard shortcuts.
Also, although I've never used it, ThisService apparently allows you to use AppleScript to add items to the Services menu in the application menu. You might check it out also.
Automator can save Applescripts so that they show up in the Services menu in each Application menu. Just run Automator, create and Applescript workflow and save it as a service. You can assign a command key to it as well.

Resources