History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-27206
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Eric Robishaw
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Explore Stack Trace Parse CRLF

Created: 06 Aug 06 19:22   Updated: 17 May 07 18:34
Component/s: Code View - Stack Trace Explorer
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 254
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=27206


 Description  « Hide
The Explore Stack Trace feature is so great... but there are 2 things that would REALLY HELP it a BUNCH.
1) Automatically parse "\r\n" and change to newline characters.
Many times when debugging, I'll have a break point in the catch of an exception. I'll do an ex.ToString() in the Command Window, and VS stupidly returns the exception but instead of placing newline characters actually prints "\r\n" (or "\n\r") . When pasting this into the Explre stack trace window, the paste operation should automatically convert \n\r into actual CRLF.

2) Place all links in the left of each new line
In the results of the explorer stack trace, it would be so nice if you could put the link on the left line of each line with a link... so that you don't have to scroll all the over to the right etc...



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 17 May 07 18:34
#1 is done