-
Util.CurrentQueryPath remains null after saving (v5)
Problem: - Util.CurrentQueryPath returns null directly after saving Steps to reproduce: - Open new query window - Enter expression: Util.CurrentQueryPath - Run query (output = null, expected) - Save … (View Post) -
Re: how to tell how long it took a query to run?
Isn't this related to this previous comment from Joe: http://forum.linqpad.net/discussion/comment/1819/#Comment_1819 In other words, the enumeration of the datagrid is deferred to another thread / pr… (View Post) -
Re: RFE: right-click editor tab menu option 'open in new instance'
This is a very neat feature. Perhaps (somewhere in a future release) you could add a browser like drag-n-drop behavior, like in IE/Chrome/FF: - drag the query tab out of the window to move the query … (View Post) -
Re: Search in Files -
You're not searching in files but rather for files (in a directory) :)var DirInfo = new DirectoryInfo(@"c:\Reports\PdfOutputs"); var files = from file in DirInfo.EnumerateFiles() where new[… (View Post) -
Re: Why not using https for payment related pages?
"Pay with VISA or Mastercard" redirects to https://secure.worldpay.com/... "Pay with Amex or PayPal" redirects to https://www.paypal.com/... Thus, the actual payment ("paymen… (View Post)