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.
...
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...
Is there a Visual Studio shortcut to highlight the current file in Solution Explorer?
...
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...
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...
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 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...
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?
...
What's the keyboard shortcut for VS2005/2008 to display intellisense box if accidentally hit ESC and want the box come back again? Thanks.
...
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...
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?
...
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?
...
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?
...
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...
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...
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.
...
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 ...
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.
...
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...
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?
...