Tagged Questions
2
votes
1answer
23 views
Live compiler checks when developing and CTRL clicks in Visual Studio 2010?
I'm working from home and can't reach the server where my Resharper license is hosted, so Resharper is not working at the moment.
Without Resharper I don't see any develepment time compiler checks. ...
2
votes
2answers
270 views
Notepad++ plugin for Ctrl+click to method
Hi all I use many text editors but mainly notepad++ and I search for functionality similar to Komodo Edit. You can hold Ctrl button and click on a method and property and it jump to its definition.
...
2
votes
5answers
906 views
IE 7 CTRL + click opens a new window - how to suppress it?
Is it possible to suppress the default IE 7 functionality when CTRL+click on link opens a new window? if so, how?
Thanks!
1
vote
1answer
212 views
Shift+Click Event Woes
I'm sure i'm doing something terribly stupid for this not to work, but I can't get my shift event to fire. I've tried both:
$('.ShowCannedReport_UserFilterDropdown').each(function (index, element) {
...
1
vote
3answers
2k views
Clicking HyperLinks in a RichTextBox without holding down CTRL - WPF
I have a WPF RichTextBox with isReadOnly set to True. I would like users to be able to click on HyperLinks contained within the RTB, without them having to hold down CTRL.
The Click event on the ...