Create new file on windows - windows-7-x64

I'm using windows 7 Ultimate.
While press right button mouse there is no "New" option...enter image description here
And also while press the "New folder" button there no folder created.
It just shows the "New Folder" button is pressed but no such thing happen..
enter image description here
Help me to fix this...
Thanks in advance.

Try right clicking on the white space of the window, you seem to have something selected on your first picture.
also you could try
ctrl + shift + n
this is the hot keys for creating a new folder.
Hope this helps.

Related

vscode `ctrl + tab` needs confirmation first

when I press ctrl + tab it doesn't move the file right away but rather shows a list of all open files
I need the default behavior where it takes me right away to the last opened file without having to press enter
PS: if this helps in any way I'm using Linux Mint (LMDE 4 (debbie) x86_64)
You don't have to press Enter, just release the Ctrl key. That will take you to the last file you were in.
For instance, if you're in FileA and you have FileB and FileC open and you were last in FileC, Ctrl+Tab shows the list, and when you release Ctrl, you're taken to FileC. Do it again (releasing Ctrl) and you'll be back in FileA.
Check your keyboard shortcuts. Find the command:
workbench.action.quickOpenNavigateNextInEditorPicker
By default it is set to Ctrl-Tab, if yours is not, set it that keybinding by clicking on the pencil icon to the left of the command on hover and enter Ctrl-Tab into the dialog box.
That command should also be using the when clauses: inEditorsPicker && inQuickOpen

How to remove item from pop up menu in matlab?

I am working on matlab gui.
I stop on drop down menu.
How to remove item from pop up menu ?
I would appreciate for any help.
Because you have tagged your question with matlab-guide I consider you are working with it:
mark your pop-up-menu-uicontrol
right click and choose the property editor
click on the icon beside the String-property
enter or delete the desired entries
entries have to be separated by a new line.

selecting multiple files in eclipse navigator/package explorer

I want to select all files that end with "grid" in eclipse navigator/package explorer in one shot, so that I can do a svn commit at once.
Is there a way to do it?
Thank you.
Press Ctrl + H to open search dialog. Go to File search tab in that.
Leave containing text text box blank and in File name pattern text box enter *grid. Press Search button.
In search view select show as list option refer screen shot from here. Press Ctrl + A to select all files. Right click on the selection and go to team menu item to commit.

Eclipse: Change mouse back button?

My Eclipse installation (Luna, 4.4) maps the mouse back button to "Last Edit Location" (Qtrl + Q). It trips me up all the time. What I really want is for the back button to do "Back to ..." (Alt + Left). Is that possible to change?
This is already reported here. Although I don't see any reason to avoid the keyboard shortcut at all

Xcode Windows Problem !

I am facing a strange problem . When i single click on my files in the left pane of Xcode window. The file doesnt automatically show on the right pane. I have to double click on my classes files or resources files to open them . It was working fine since yesterday. Does anyone has any idea wats wrong?
If I understand it correctly! I think you were working with multiple files and opened these files in right pane. when you click on image in left pane the image will show in the current(focused window) in right pane and then if you click on any file the image window would not get refreshed. The file you have clicked opened in the another window (minimized window). To resolve your problem - click on the close button in upper right corner (second button look like a rectangle), this will close the current window. Close all the windows now click on the file in left pane, it will show up in the right pane window.