Daa82
- Total activity 240
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 91
-
Created Explicit NUNIT tests are ignored no matter what you do. They run when you click on them using R#5
I am just getting nowhere with this issue. PLEASE HELP!!!:http://youtrack.jetbrains.net/issue/RSRP-207700. I think it is a Show-Stopper. Not being able to run "Explicit" NUNIT tests is a pretty big... -
Created Dim/Redim Variables Not correct
I have noticed that if you Dim/Redim/Redim Preserve variables then R# starts getting confused. It thinks the variable is declaredwith different signatures which doesn't make sense. I can't really r... -
Created I am getting OutOfMemoryExceptions on files which have a lot of tick marks
I am noticing that files R# is reporting 900MB at the right hand corner. This happens when I am editing large files especially ones that have a lot of tick marks (red tick marks). Of course all the... -
Created Inheritance of NUNIT Tests seems to be broken in latest version
<TestFixture>Public Class DEF Inherits Class ABC...End ClassWhen running tests using R#, class ABC tests are never run when running DEF. Also, if a test method is marked as Ignore() in ABC, the m... -
Created Can R# suggest to refactor event handler
Suppose I have:Private Sub grid_RowValidated(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles grid.CellValidatingI know the signature is wrong and R# is te... -
Created Performance Slowdown in R#
I am fairly convinced that the performance slowdown in R# is MOSTLY due to the errors in the file. I have noticed a dramatic descrease in performnce for files which R# thinks there are errors (i.e.... -
Created Did the shortcut to trigger Live Templates change
Wasn't the shortcut for inserting Live Templates: Ctrl+E, Ctrl+L? I find it very hard to hit Ctrl+E, L because I am generally still holding Ctrl while pressing L. I don't remember it working like t... -
Created Live templates need to be invoked twice to work
If you have custom live templates it takes 2x times to trigger it to happen which is really annoying. I have my live templates named for example xcursorwait, xlogtrace. So when I initially press Ct... -
Created Has anyone looked at how much memory VS2010 is using with R# EAP running?
I am seeing upwards of 1GB of RAM usage now. At one point I was pretty stable at around 500 - 600MB. Did something change regarding memory usage? -
Created The Build periodically freezes VS2010 while trying to compile before running an nunit test
The Build periodically freezes VS2010 while trying to compile before running an nunit test. Then I have to hard kill VS2010. This just started happening with the latest EAP builds.