1171 results found
-
Textbox input pane for c# / vb / f# program
My suggestion is to add an optional expandable text input pane where any string could be written. This pane would be visible when choosing C# Program (or VB / F# Program) in the language drop down. The program template would then feature a Main(string arg) where the input would be fed.
Many times I find myself pasting json, xml, csv, tsv data etc into the programming pane of linqpad. Afterwards I have to put the text into a string variable and replace quoute characters and other special chars to make it compile. Sometimes I instead write the text into a…
0 votes -
add "new folder" context menu option for my queries
Yes, we can add a new folder via save dialog but it will save time
0 votes -
0 votes
-
Search column names in data grid
Many times I will have many columns in my result data grid. Even when "show columns in alphabetical order" is checked, the columns still don't display alphabetically, so I am suggesting you give us a way to search for the column by name. Basically give me a text box to search for a column in the result grid
0 votes -
Make the "Production" flag configurable at a server level
I often connect to databases individually on a Production server because of the way our security works. These connections are temporary and transient for security reasons.
Rather than marking a connection as Production each time it would be helpful if I could configure the server as a Production server and then each time I connect to an individual database it is automatically marked as Production.
Thanks!0 votes -
Auto update application option
Lately, it seems every time I open the application, I get a message that a new version has been downloaded, do I want to restart LinqPad. Give me a configuration option where I can say, auto restart Linqpad when new version downloaded on start.
0 votes -
Save and Reopen Tabs in a Group
Similar to the great new Shelve feature and combined with Named tabs I would like to be able to save my open tabs and give that group of tabs a name and be able to re-open them together. When working on projects I often have several related tabs open and when I go back to work on that project again, I often want all the same tabs so it would be great to be able to reopen all at once. A file that just opens other .linq files into their own tabs.
0 votes -
Structure connections - "sub folders" for connections in connection window
In the left hand window (where add connection... is), it would be great allowing to structure the connections in "sub folders" - I have already 38 connections searching all the time for the right one.
Or at least, a way to move them up or down so I have the most important ones at the top.
0 votes -
I would like to be able to initialize a LINQPad SelectBox (MultiSelect) by specifying the indexes to be selected initially.
I would like to be able to initialize a LINQPad SelectBox (MultiSelect) by specifying the indexes to be selected initially. Could we get SelectBox.SetSelectedIndexes( int[] indices ) and SelectBox.MergeSelectedIndexes( int[] indices ) methods?
I think to understand this will require some JavaScript coding. Please refer to my sample below:
private string _mergeSelectedIndexesScript = @"function mergeSelectedIndexes(id, indices) {
var select = document.getElementById(id);
var options = select && select.options;
var opt;
var found;
for (var i=0, iLen=options.length; i<iLen; i++) {
opt = options[i];
found = false;
for (var j=0, jLen=indices.length; j<jLen; j++) {
if (indices[j]== i) {
opt.selected = true;
break;
}…0 votes -
Top item in connection window would always be the item one level above.
I have some databases that have hundreds of tables within them. When they are showing, it's very time consuming to have to scroll all the time to see other databases or connections. To alleviate this problem, I would suggest that the top item that is visible would always be the item one level above.
For example, if I'm looking in the middle of a list of tables... the first line would always be "tables". If I scrolled up and selected "tables", the first line would then be the parent of "table", which would be the database.
In other words, I…0 votes -
linqpad8 open in excel file name append random
linqpad8 open in excel file name append random
0 votes
- Don't see your idea?