Feature Suggestions

Compile Errors Hyperlinking.

Started by chillitom on 17,216 views

Hi Remco,

Would be great if compile errors could include hyperlinks to the file and lines in question. Might also be cool to have a compile errors list similar to Visual Studio's or Resharper's.

Thanks.
Hi Tom,

I have an entry in my backlog for the hyperlinking - it really has been a long time coming. Hopefully I will have time to work on it soon. Thanks for the suggestion!


Cheers,

Remco
For anyone interested, this feature has just been added in the recently released NCrunch 1.39b.
After clicking on hyperlink, carret is moved to the correct line, but screen isn't scrolled. Same behavior when using "Go to selected test" in test window.
I've found: http://forum.ncrunch.net/yaf_postst201_-v1-37b--Issue--go-to-test-does-not-work.aspx - I don't have any region in this particular file (but I use regions alot in other files).
Hi Marqus -

Do you have any collapsed code of any kind in the file you're navigating to? (I.e. methods, classes, etc .. doesn't need to be a region).
There's no collapsed regions in this file. More tests:
1. ContextMenu -> Outlining -> Stop Outlining
2. Disable extensions :
- Feature Extension Feature
- PowerCommands for Visual Studio 2010
- Productivity Power Tools
- Regex Tester

Scrolling still isn't working
Thanks. A few more questions to help narrow this down:

- Which version of Visual Studio are you running?
- Does the problem occur on other solutions too? (i.e. if you just create a small dummy C# project with 1 test, does it work?)
- Do you have other team members that also use NCrunch in your area? Do they experience the same problem?
- Do you have the polish .NET language pack installed?
- Which version of Visual Studio are you running?
10.0.40219.1 SP1Rel

- Does the problem occur on other solutions too? (i.e. if you just create a small dummy C# project with 1 test, does it work?)
I've created new solution, with one TestFixture. I've created several tests (copy&paste) so they takes more then one screen - scrolling doesn't work

- Do you have other team members that also use NCrunch in your area? Do they experience the same problem?
Yes, same problem here

- Do you have the polish .NET language pack installed?
I've uninstalled it after detecting problem with missing crosses (I'm aware about 1.40b release)

Thanks - this helps a great deal.

Next round of questions:

- If you move the horizontal scrollbar far to the right so that the code is no longer visible (add lots of spaces if you have to), then try to navigate to the test, does the horizontal scrollbar move in any way?
- Can you submit a bug report after navigating to a test? I want to be sure that there aren't any random exceptions being thrown by the navigation code
- Totally optional (as I realise this takes some investment of time), but does completely uninstalling the Power Tools and Power Commands plugins make any difference?


Thanks!

Remco
- If you move the horizontal scrollbar far to the right so that the code is no longer visible (add lots of spaces if you have to), then try to navigate to the test, does the horizontal scrollbar move in any way?
When I've tried to do this, I had to turn of WordWrap (Ctrl+E,W) - I don't know why I had this on. But after turning this off, scrolling started to work as expected.

I've submitted bug report

Edited

Hi Marqus,

I've just released 1.40b including several changes to the way that the click-through navigation works. Would you be able to give it a spin and let me know if the new build solves this problem?


Thanks!

Remco
It looks like everything works fine now, collapsed regions and 'word wrap' doesn't mess scrolling. Thanks for this fix
BTW. 1.40b looks much faster :D

Post a reply

Log in to reply.