Ctrl+D mapped to Edit > Copy Other > File Name

Usage tips, posted by users. No questions here please.

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
g00ber
Posts: 10
Joined: Fri Jul 11, 2003 8:01 pm

Ctrl+D mapped to Edit > Copy Other > File Name

Post by g00ber »

Its very useful for me. Specially when opening up code in different workspaces.

For example, we have 3 workspaces set up here at my work.
DEV, TEST, LIVE.

I have a program open in DEV (G:\DEV\src\java\orders\Order.java)
I want to open the TEST version of that program (G:\TEST\src\java\orders\Order.java)

So I simply do this..
1) press Ctrl+D
2) press Ctrl+O (Open)
3) press Ctrl+V (Paste)
4) change the word DEV into TEST
5) press Enter

I hate it when I'm watching some slowpoke coworker opening up a file, and he is retyping out the whole line. What a waste of time.
Post Reply