Hi,
When you configure xcode to use the All-in-one layout, a toggle appears to allow you to switch between project and debug 'mode' (the IDE calls these pages).
Is there a keyboard shortcut to perform the toggle?
Thanks, Adam.
...
In IDEA, we can comment/uncomment lines in java as well as html,jsp, xml files with the same keyboard shortcut combination. I tried doing that in eclipse but was not able to comment out lines in html,jsp and xml files. Is there a way to do it in Eclipse? Also I would like to know whether bulk comment is also available for non-java files....
Ctrl+F11 is the "Run" keyboard shortcut in Eclipse.
But for me, that only works if a Main class is active in the editor. For any of the other 100+ java files in my workspace, eclipse pops up a dialog, complaining "Editor does not contain a main type".
This makes the Ctrl+F11 shortcut nearly useless. I either have to press Ctrl+Alt+T, n...
I've started doing some Python Programming using Eclipse. However, I'm a .Net programmer and I'm use to the keyboard shortcuts in VS.Net 2008. Is there any quick way to reconfigure VS.Net to use the visual studio shortcuts. I've found this other question, but the suggested methods don't work. I've installed CDT and selected the Visua...
Dear All,
I am using opensuse 10.2. Win key is mapped to application menu. I want to disable it. I tried Control Center-> Personal -> Shortcut and changed the mapping. But the default mapping is still working. Is there any file I can change to disable this default behavior.
Thanks
...
I really miss the bookmarking feature of Visual Studio + Resharper.
For example, I press Ctrl+K, Ctrl+K to toggle a bookmark, and then Ctrl+K, Ctrl+N to go to the next bookmark, Ctrl+K, Ctrl+P to go to the previous bookmark. I can even go to the next/previous bookmark in current file with some other key combination.
Unfortunately, I cann...
Hi all,
I frequently use Shift+J in visual mode to join several selected lines into a single line with the original lines separated by spaces. But I am wondering if there is an opposite shortcut such that it will split selected words into separate lines (one word per line).
Of course I can do:
:'<,'>s/ /^M/g
But something more succi...
Is it possible to the show the previous statement in the method that I'm debugging with Visual Studio 2008?
What I'm currently doing is dragging the yellow arrowhead to the previous statement location or scrolling there and then pressing Ctrl+Shift+F10
But with some large methods the current statement might be quite a few lines upwards...
I was wondering if it were possible in Eclipse PDT to reopen a closed tab by mistake.
For example in Firefox I can do Ctrl + Shift + t.
...
I'm writing a program that uses caps-lock as a toggle switch. It would be nice to set the LED of the key to show that my program is on or off, like the capslock key does naturally.
I know that I could just SendInput('Capslock'); or whatever to actually turn caps-lock on and off. But my app is a typing program, and I don't want to have t...
When using TextMate on a Mac for HTML (and indeed any other language) I can't enter the hash (#) symbol using the keyboard. British keyboards have a £ symbol on the 3 key which displaces the hash symbol.
In several other Mac application, you can press alt+3 to get the hash symbol, but in TextMate, that doesn't work.
Is there an altern...
Hi ,
after a lot of search , I really want to fix this..
"Is there a Short Cut Key for Duplicate Line exists in Visual Studio 2008 "?
Duplicate Line i.e. like Ctrl+j in Edit Plus or Crtl+D in Notepad++
...
Does anyone know the keyboard shortcut to jump from the start of a For / For Each (or If, While, etc.) block to the end of it in visual studio if you're using vb.net? I found the following which I thought would work but doesn't : http://stackoverflow.com/questions/1501921/go-to-matching-brace-in-visual-studio
Following the comment ther...
I have a simple winforms application in VB.NET 2008. I am using a form with a completely custom look, so there is no title bar, thus no minimize, maximize, and close buttons. I've created custom controls to replace those.
If I have my app running, and I click the 'Show Desktop' shortcut, all the programs minimize properly, including mi...
How can I change the IDE keyboard shortcuts in Delphi?
I want to change "Run" from F9 to F5
and "Add Breakpoint" from F5 to F9
I'm currently programming Delphi at home and C# at work and these 2 shortcut keys are confusing because they are the opposites of each other!
...
My experience is in Java development with Eclipse, where if I add a protocol in a header file there is a shortcut to add the required methods of that protocol in the implementation file. Does Xcode have a similar shortcut?
For example: In my .h, I define a class to conform to the UIPickerViewDelegate and UIPickerViewDataSource protocols...
By "current region" I mean a region where the cursor is.
EDIT: I am looking for region toggling, not outlining expansion toggling. By "region" I mean section of code defined by #region and #endregion directives. Ctrl+M, Ctrl+M toggles closest outlining (which for most cases would be current method not region).
...
Suppose I make a method signature change that breaks several callers, and I want to review the call sites manually to update them.
Once I change the signature, my "Problems" view shows, say, a dozen errors.
What keys can I hit to navigate through them while leaving the keyboard focus in the editor for fast fixups?
(It's been a while, ...
I have noticed that doing actions like implementing an interface, that a small rectangle appears at the start of the interface. Then I have to hover my mouse over the rectangle and it becomes a context menu. Then I can select to implicitly implement interface or to explicitly implement interface. Or like when an I type Collection and I n...
Update: for the CSV you can import into Eclipse, check this Gist [Ed: or not... looks like it's filled with ? marks where the key icons should be]
Discussion
I've avoided Java development in OS X for some time now, only because Eclipse's UI feels extremely inconsistent with OS X's HIG. Not least of these are its fine-under-windows-but-...