Re: FORUM ISSUES: Report Upgraded Issues in this thread
Quote:
Originally Posted by
brad jones
I was told these items were fixed.
Nice. Its better but not exactly fixed. It word wraps which tend to make snippets with long lines of code look unreadable. Eg:-
vbnet Code:
'
Public Shared Sub ScSend(ByVal sc As Threading.SynchronizationContext, ByVal del As [Delegate], ByVal ParamArray args() As Object)
sc.Send(New Threading.SendOrPostCallback(AddressOf ProperDelegate), New ThreadExtensions With {.args = args, .DelegateToInvoke = del})
End Sub
It works properly in 'Preview post' but not when its actually posted.