Skip to content

Settings and activity

13 results found

  1. 59 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    @dvjc It's true that not all mice have a middle button but the middle button was added to allow a single button action to replace the chord-click that was around before two-button mice had scroll wheels that also acted as the middle button. A chord-click is simply a simultaneous click on both left and right buttons; it still works now, even on mice that have a middle button.

    Besides the keyboard shortcuts you mentioned, LINQPad also supports Ctrl-W, which has become fairly universal for closing tabs in tabbed interfaces.

  2. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    "This is because the ValueTuple type's named elements are erased at runtime, meaning there's no runtime representation of them." from https://josephwoodward.co.uk/2017/04/csharp-7-valuetuple-types-and-their-limitations

  3. 9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    There is already the ability to use SQL Authentication.

  4. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    I was able to manually reference a local NETStandard library I wrote yesterday to test something. The script code is below. RefitTest.Client.dll is my library and I needed to reference netstandard.dll to get it to work. My client is simply implemented using the example at the top of http://paulcbetts.github.io/refit/

    <Query Kind="Statements">
    <Reference>C:\Projects\RefitTest\RefitTest.Console\RefitTest.Console.Framework\bin\Debug\netstandard.dll</Reference>
    <Reference>C:\Projects\RefitTest\RefitTest.Client\bin\Debug\netstandard2.0\RefitTest.Client.dll</Reference>
    <NuGetReference>Refit</NuGetReference>
    <Namespace>Newtonsoft.Json</Namespace>
    <Namespace>Refit</Namespace>
    <Namespace>RefitTest.Client.GitHub</Namespace>
    </Query>

    var client = new GitHubClient();
    var user = client.GetUserAsync("strandloper").GetAwaiter().GetResult();
    Console.WriteLine(user.Name);

  5. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    By "breakpoint bar", do you mean the margin that can be clicked to set breakpoints? Mine is always visible just as it is in Visual Studio. Perhaps a difference between paid and free functionality but that seems unlikely.

  6. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    steve.crane shared this idea  · 
  7. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    steve.crane shared this idea  · 
  8. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    The active tab is drawn without a bottom border, giving the appearance of being in front of the inactive tabs. It is also white while inactive tabs are grey; seems very easy to distinguish to me.

  9. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    You're assuming this doesn't work in LINQPad? Have you actually tried it? You might be surprised.

  10. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    Just as in SQL Management Studio, the Ctrl-R key combination mapped to the Show/Hide Results function on the Query menu will toggle the results view, showing it or hiding it if it's already visible.

  11. 122 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    You could create a junction point to link the other folder into your My Queries folder.

  12. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    There's no need for each application to implement features like this. I've been using WinRoll for years; it adds an "always on top" option to any window, as well as things like rolling a window up into its title bar. Although it is now a pretty old program it still works perfectly, even on Windows 7 64-bit. Find it at http://www.palma.com.au/winroll/

  13. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    steve.crane commented  · 

    Perhaps you should give some explanation of what's wrong with the current scenario and how you'd like to see it work. I see no reason to vote on this without more info.