Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 Visual Studio Keys, but it doesn't seem to change any of the key mappings.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
729 views
Welcome To Ask or Share your Answers For Others

1 Answer

That's strange because after installing the C/C++ Development Tools (CDT):

alt text http://img39.imageshack.us/img39/4002/screenshot001ey.png

And picking up the Microsoft Visual Studio scheme (from Windows > Preferences > General > Keys):

alt text http://img64.imageshack.us/img64/9844/screenshot002r.png

My binding are definitely altered as shown below (ok it's just a small example but it illustrates the change and all bindings mentioned by @VonC are there):

alt text http://img4.imageshack.us/img4/1401/screenshot002gd.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...