How can I replace the find/replace dialog? - aptana

Is there a way to replace the "in-line" find and replace box that gets attached to the bottom of the current editor with the default eclipse popup find/replace dialog?
Or is there a way to make the aptana find/replace a popup?

There is an option in preferences for Aptana. Im using version 3, and it lies in
Aptana Studio -> Find Bar -> Show Eclipse search dialog on 2nd Ctrl + F

Related

Visual Studio 2019 Image Editor won't bring up when clicking on an image file

I installed the 'Image and 3D model editors' component, but when I click on a .png (icon) file from my Xamarin Forms solution, I get this pop up error:
There is no editor available for
'C:\Users\...\MySolution\MyProject.Android\Resources\mipmap-xxxhdpi\launcher_foreground.png'.
Make sure the application for the file type (.png) is installed.
Do I also have to enable the component somewhere? What am I missing here?
EDIT: If I right click on the image and 'Open With...', then I get these options:
The first (Default) option would give me this:
Try to right click your image file,and select Open With... -> Graphics Designers.
Then you will open the image with the Image Editor.

VSIX - Add item to "File" > "New" menu

Is it possible somehow to add a menu item to the "File" > "New" menu of Visual Studio from within a VSIX extension?
There is probably a special GUID that we could use in the .vsct file, but where can we find that please?
You can use Command Explorer extension to find out where to place your command.

Change gps behaviour on build target compile file

If I use the GNAT Programming Studio (GPS) to build a single file (Build target Compile file), the editor jumps to the first location in the file with a build warning/error.
It is possible to disable this behaviour using a setting?
Yes. That's apparently an "Advanced" feature, and a bit harder to find than other settings...
Open the Preferences dialog (Edit -> Preferences).
Next to the search preference... box, there's a menu icon. Click on it, and tick off the Show advanced preferences option. An Advanced category has now been added to the list on the left. In there, you will find a Jump to first location option.

Sublime Text 3 never show console

Is it possible to hide Sublime Text 3's console for ever?
I don't like the console's look, so I installed 'Buildview' to 'move the console into a view'.
Unfortunately the console is showing up as well as the Buildview when I build my SCSS.
Open Sublime Text -> Preferences -> Settings-User and add the following:
"show_panel_on_build": false
Save the file, and you shouldn't see the build pane anymore.

How to highlight opened file in XCode 4 on the "Project Navigator" panel?

Since a project can have hundreds of files inside dozens of directories (filters) shown on the "Project Navigator" panel, sometimes it's getting difficult to seek the file which is currently opened in the Editor (for example, when I jump from file to file via "CMD + clicking", etc).
Is there a way to automatically select currently opened file on the "Project Navigator" panel? I.e., automatically expand the directories (filters) and select the file there as I would have clicked on it? Maybe there's a shortcut or something?
Thanks.
The keyboard shortcut is ⌘-shift-J
Right-click the file in the editor and choose Reveal in Project Navigator.
Another option is to Right click anywhere within the Editor pane (with the source code) -> Navigate -> Reveal in Project Navigator.

Resources