keyboard-shortcuts

eclipse - shortcut for 'update to HEAD'

is there any way to have either shortcut or icon for svn Update to HEAD of one project (not all of them) in eclipse? It would make my life much much easier. I have few php projects though. Time to time I click 'commit' by accident. Running Eclipse for PHP Developers - Helios release - on OS X. ...

Visual Studio losing functions

Hi, I have been noticing, over the last few weeks, that my installation of VS2008 keeps losing items from menus. Eg: The "Advanced" sub menu from the "Edit" menu pull down is no longer there. I am not making any changes to the application, I'm not installation anything, ever, and I never mess about with the options dialogs. This morni...

Visual Studio shortcut

Is there a Visual Studio shortcut to highlight the current file in Solution Explorer? ...

Is there any way to map the old WordStar Ctrl commands to VS2010?

Back in 'the day', I was really productive using WordStar to edit code, because of the Ctrl- keystrokes and how they mapped to editor commands. As I recall, Turbo Pascal's integrated editor used the same keystroke patterns. Now, years later and older, I really miss them. Is there any way (hopefully easy, but I'll take anything) to map...

Can I create a KeyBinding for a sequence of keys in WPF?

Is it possible to define key bindings in WPF for a sequence of key presses like the shortcuts in Visual Studio e.g. Ctrl+R, Ctrl+A is run all tests in current solution As far as I can see I can only bind single key combinations like Ctrl+S using the element. Can I bind sequences using this or will I have to manually handle the key pre...

Is there a keyboard shortcut in Visual Studio to jump up to the parent XML/XHTML node in XML code view?

Not too sure how to elaborate on this over what the title already states, but it would be super great if when I was hovering my carat on a node in the XML/XHTML source view, that I could press a key to jump up to the parent node. If not in Visual Studio, is it in any addons like ReSharper or [can't remember the name of any others..!]? ...

The most common shortcut in Textmate doesn't work?

The shortcut for jumping to the beginning or end of a line of code with ⌘ + -> or ⌘ + <- does not work. I just get a mac os x system beep. I believe this shortcut is universal to the mac os x platform, and not specifically TextMate, and it and it does work everywhere else (TextEdit, StackoverFlow, etc.). Why would TextMate conflict wi...

Eclipse CDT automatically replace "." with "->"

The Qt Creator have a neat feature I really like. When I'm typing obj.method, it would automatically replace the period (.) with an arrow (->), if obj is a pointer. Makes sense actually. You never want to type pointer.something, it wouldn't be legal. Is there a way to achieve a similar function with Eclipse CDT? ...

Visual Studio keyboard shortcut to display intellisense

What's the keyboard shortcut for VS2005/2008 to display intellisense box if accidentally hit ESC and want the box come back again? Thanks. ...

Quickly switch between the project and debug windows in Xcode

When I run a program in the Simulator, the project window changes to the debug window automatically. This is what I want it to do. However, after running the simulation, I want to get back to the project window. I have to use my mouse to click on the tiny icon on the top left of the debug window in order to get to the project window agai...

Goto Function definition in Eclipse

If my cursor is in a function call in a perl file , is there any shortcut in eclipse that would take me to the definition of the function( in the same file) like gd in vim? ...

Move to the end of line character in Vi, past the last character in the line

How come in Vi, when I hit $, it goes to the last character in the line instead of the end of the line character? How would I go to the end of the line character in one keystroke, and what is the fastest way to delete the end of the line character? ...

Repeating a navigation command in vi

How do I repeat a navigation command in vi? For example, I execute the command 20j which moves the cursor down 20 lines, and I tried hitting . to repeat that command, but it says "No command to repeat". P.S. Also, what command goes to the next page in a document? ...

VS2010: build, start and detach project with shortcut or context menu

Hi, I have quite a few projects in my solution and I would like to build, start and then detach some of them quicker. At the moment I have to right click the project, debug->start new instance, open process window, select process and then detach. I am wondering if there is a nicer solution to this. Can I perhaps tweak the context menu...

Disconnect MS keyboard volume keys from master volume control

The MS natural ergonomic keyboard has buttons on it for volume control. I would like to use these keys as hotkeys to control the volume on my media player instead Problem is, it controls the master volume only and there is nothing in my keyboard software or in my system utilities that can disable it. I have done some searching over the...

How can I set a hot key ("win+Key") combination to call an application ?

I need to set a hot key at the operating system level, that once set will call whatever I tell it to call. The hot key set must be done from inside my preference option, but the application must not have to be open so that the hot key works. ...

How do I make elinks dump the web-page at a URL under cursor in a new vim buffer/tab?

I am trying to make elinks dump the web-page at the URL which starts at the current buffer position in vim (and ends at EOL), by mapping this keyboard shortcut and putting it in my .vimrc: nmap owp :norm yE \| new \| .!elinks -dump @"<CR> This yanks the rest of the line into the " register. Then it's supposed to open a new buffer and ...

easy shortcut for <%= in vim (for rails apps)

I type <%= often enough in rails that I want to find a shortcut for it. I am looking for a VIM solution (I specifically use macVim) I know I can map it to keys or create my own snippetMate.vim snippet but I'm wondering if there's a generally accepted way of doing this. ...

Intercepting Ctrl + F4 keystrokes in a Flex application running in IE

Hello, Some of my Flash application components require to intercept Ctrl + F4 keyboard events. Unfortunately, the KeyboardEvent is not caught when running the app under IE since it is conflicting with the IE native shortcut (closing the active tab). Is there a way (ideally relying on Flash principles) to intercept such keystrokes ? Th...

Shortcut in Visual Studio 2010 to generate all possible Case's in Switch.

Hello, I can't find key binding to expand all possible cases in switch, eg. have switch with enum argument, in Borland C++ i doing this with [TAB] key while switch code is selected. I want to do this in Visual Studio 2010. Can anyone help me? ...