Klaus Luedenscheidt

- Total activity 906
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 335
-
Created How to define search pattern
I have converted a VB solution to C# with the help of SharpDevelop. Now i want to replace a number of MsgBox() calls by MessageBox.Show(). Old and new code looks like this:I want to replace occurre... -
Created [Build 94] Code Cleanup Issues in VB
When i reformat VB code with R# all comments which are placed at the end of a line are wrapped to the next line.I'm not sure if this is a bug or a feature. But as i didn't find an option to control... -
Created Wrong inspection result of "Property doesn't return a value on all code paths"?
In the code i maintain i found following property declaration:Friend ReadOnly Property LieferantenIDs() As Integer() Get mviIDLieferantenLauf.CopyTo(LieferantenIDs, 0) ... -
Created [Build 77] Intellisense Tooltips not readable
I'm in VS 2010, VB. When i mark an entry in the intellisense popup which is a method, the tooltip for this entry is displayed in light gray on light yellow which is nearly unreadable:For a property... -
Created [Build 77] Changing target framework leads to tons of exceptions
I work on a VB solution with three projects in Visual Studio 2010. We decided to change the target framework of the solution from 3.5 to 4.0. While doing this R# throws (feeled) several hundrets "... -
Created [Build 73] Intellisense for System.Drawing.Color shows only grayscale
In VS 2012 RC the intellisense popup doesn't show colors:RegardsKlaus -
Created [Build 72] VB Syntax coloring and tooltip issue
Today i installed build 72 into VS 2012 RC and loaded a VB solution. I have changed the R# syntax color for local variable identifiers to a very dark gray. I notice that local variables sometimes a... -
Created Build 65 broken ???
i just installed build 65 on VS 2012 RC. After loading my solution which targets Framework 4.0 R# shows a bunch of errors which are caused, i think, because R# thinks that mscorlibg should be refer... -
Created EVALUATION EXPIRED!
i didn't use Visual Studio at home for a few days. Today i installed Visual Studio 2012 RC and R# build 59.277 and found, that the evaluation period has expired. First i thought it has to do with V... -
Created [Build 58] Code analysis problem?
i have a couple of event handler methods defined in a form class where the standard parameters "sender" and "eventargs" aren't used. Only on one declaration R# warns me about "Unused parameter (pri...