Settings and activity

73 results found

  1. 24 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    There is currently support for highlighting text (one color only): Util.Highlight ("Hello").Dump();

  2. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    You can enter the following as the first line of your statement block to prevent this happening:
    Debug.Listeners.Clear();

  3. 2 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Have you tried adding the desired references/namespaces and click 'Set as Default'? After doing so, you can propagate the change to other servers by copying the DefaultQuery.xml file in C:\Users\<user>\AppData\Roaming\LINQPad.

  4. 55 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Keyboard shortcuts in the latest beta have been aligned with VS - although they're not as yet customizable.

  5. 18 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Note that you can also set the database by dragging the database from the schema explorer to the editor - or right-clicking the schema explorer and choosing 'use this database'.

  6. 123 votes
    How important is this to you?
  7. 3 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Why do you want a WPF UI? What difference will it make, other than giving you blurry text?
    Joe

  8. 276 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    The latest RC lets you call CreateXhtmlWriter enabling dynamic expansion of results. Use of this feature ties you into IE, though - it doesn't seem to work properly with Firefox.

    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    You can use LINQPad's XHTML Dump engine from within Visual Studio by adding a reference to LINQPad.exe and then doing this:

    var writer = LINQPad.Util.CreateXhtmlWriter();

    To call Dump(), simply call Write or WriteLine on the writer object.

    When you want to view the output. call ToString() on the writer - if you write the output to a file, you can then view it in a web browser.

  9. 10 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    What happens when you enter your proxxy username/password/domain in the textboxes provided?

  10. 5 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    There is a workaround: you can set the query type to statements and go:
    var db = this;
    Then you can use db in your queries.

  11. 25 votes
    How important is this to you?
  12. 9 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    There are already shortcuts for this (they're shown on the context menu)
    Control+K = comment
    Control+U = uncomment

    Regards

  13. 2 votes
    How important is this to you?
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) shared this idea  · 
1 2 4 Next →