Settings and activity
11 results found
- 
0 votesAn error occurred while saving the comment 
- 
251 votes Dave Shaw
    
 supported this idea
           · Dave Shaw
    
 supported this idea
           ·
- 
1 voteAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedNo! This is how all .net Application Configuration Files are named. See http://msdn.microsoft.com/en-us/library/1xtk877y for more info. 
- 
23 votesAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedI've not tried, but could you write a "My Extension" that allows you to call "CheckOut(Util.CurrentQueryPath);" and check out the current file using the TFI API? 
- 
31 votes Dave Shaw
    
 supported this idea
           · Dave Shaw
    
 supported this idea
           ·
- 
9 votes Dave Shaw
    
 supported this idea
           · Dave Shaw
    
 supported this idea
           ·
- 
92 votesAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedI currently save queries and Mark them as "Templates" and at the top of the Query put "\\Clone Me". I then open them and "Clone" the Query before I do any work.  Dave Shaw
    
 supported this idea
           · Dave Shaw
    
 supported this idea
           ·
- 
11 votesAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedThe title should say "Shift F1", but was truncated.  Dave Shaw
    
 shared this idea
           · Dave Shaw
    
 shared this idea
           ·
- 
12 votesAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedI agree with Peter, as I use LinqPad to query our production servers and would rather not connect to them until I need to.  Dave Shaw
    
 supported this idea
           · Dave Shaw
    
 supported this idea
           ·
- 
9 votesAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedI already do this with LinqPad all the time. Just use the XDocument classes. 
- 
3 votesAn error occurred while saving the comment  Dave Shaw
    
 commented Dave Shaw
    
 commentedYou could create your own like this: void ConfirmSubmitChanges() 
 {
 if (MessageBox.Show("Save?", "Save?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
 SubmitChanges();
 }
 
        
There is an option already - File, Upload to Instant Share (Ctrl + Shift + U)