1205 results found
-
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 -
Add a "Copy Name" button on "Password Manager"
There is no "Copy name" feature in the "Password Manager". I need to copy the name and put it in my Query. Sometimes the name is long and hard to remember.
0 votes -
linqpad8 open in excel file name append random
linqpad8 open in excel file name append random
0 votes -
Add a filter feature for stored procedures and tables etc.
Allow the user to be able to select filter parameters when trying to search for or find tables or stored procedures in the connection panel.
0 votes -
0 votes
- Don't see your idea?