Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
The magic search text for this has eluded me for months:
When you move your mouse to the left of your code you first hit the expand / collapse zone with a line and + - boxes. Continue to the left and you hit the magic "line select" zone. It is stupid tiny though and Fitt's Law disapproves. Continue on and you get to the click zone for setting and removing breakpoints which is gigantic and pink colored.

So, how on earth do I make the line selection area large, like at least triple the size. Ideally I can make the breakpoint stuff require command keys so it stops barfing up my line editing and instead helps add more area to it.

Update: the zone is called the selection margin.
Posted
Updated 14-Sep-11 9:54am
v2
Comments
Sergey Alexandrovich Kryukov 9-Sep-11 23:56pm    
Maybe I did not completely understand the problem, but I like that you really care about the quality of you tools, which suggests you may really care a lot about the quality of your own work -- my 5 for the question (I and vote like that for the questions quite rarely).
--SA

Your editing ideas looks pretty thoughtful.

You know what? If you think Visual Studio editor is wrong, please realize that you have very little change to get listened by Microsoft, especially if you simply complain or even file a complain. Frankly, I never heard that Microsoft responded properly to such things.

Here is the idea: would you care to devise your own text editor with perfect treatment of selection, expanding/collapsing of the code-scope fragments (and, by the way, syntax highlighting) and publish you work at, say, CodeProject? This is the only way to get heard I can possibly imagine.

(Also, for references, take a look at the editors of SharpDevelop and MonoDevelop, see:
http://en.wikipedia.org/wiki/SharpDevelop[^],
http://sharpdevelop.com/[^],
http://en.wikipedia.org/wiki/MonoDevelop[^],
http://monodevelop.com/[^].)

Good luck,
—SA
 
Share this answer
 
Comments
Azethoth 10-Sep-11 3:27am    
I had not considered alternative editors for the project I am on. I will give these a whirl when I get some down time.
Sergey Alexandrovich Kryukov 10-Sep-11 20:06pm    
I did not advise you to create Windows Studio solution with alternative editor; I suggested you could offer your own editor which would show everyone how to do things write.
--SA
The issue initially arose because I turned off line numbering. Who uses line numbers?

By turning them on again I get numbering visual noise added, however the selection margin increases to a usable size.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900