1197 results found
-
Exclude #region/#endregion from code indents
The indent command shouldn't indent the #region/#endregion statements just like it doesn't indent #if/#endif.
1 vote -
Implement or give examples of Dbus (with dbus-sharp) integration
Dbus is a cross platform desktop integration bus, and has properties similar to Activex and Com. This would be to allow LINQpadto glue windows applications (when run in wine) to a Linux Desktop, or Mono application with Dbus support on a mac.
1 vote -
Starting editor line breaks with a tab (or spaces) when breaking long statements
When writing long statements (Specially Linq fluent statements) we tend to break them into multiple lines. However the first line break in LP starts at the same position as the first line and we always need to tab (or spaces) so that lines from 2nd onward appears nicely.
1 vote -
pin column names
It would be nice to allow pinning the column names for the dump results such that when you scroll the results down, the column names stay put. A good example is what Excel does. I'll import data into Excel then "Format As Table, and specify the first row contains a header.... As long as i'm within the table defined area in the table the column headers will remain visible. This way when scrolling through results with a few 100 rows and just as many columns, one isn't lost with "What column was that...?" Okay i might have a short attention…
1 vote -
SelectBox selectedIndexes ctor overload
Since a SelectBox can have multiple selections, it would be useful to have a constructor overload which takes in a List<int> to specify multiple SelectedIndexes.
1 vote -
app.config custom path - provide for relative references
allow for relative reference to a config file.... something like.....
[QueryPath]\app.config
and/or
currently if no path info is supplied (just file name) the LP app assumes the file location to be the folder of LP.... maybe look in query path folder first?
This would allow for more portability of scripts... might be able to just package up the folder... relative references will allow things to run on the other end without having to make path tweaks.
1 vote -
There appears to be no way of including multiple resource dll's. E.g. one can refer to x.dll and only one x.resources.dll.
Put resource dll's into subdirectories, similar to where they were originally: e.g., .\ja-JP\x.resources.dll; .zh-CHS\x.resources.dll, etc.
1 vote -
Change the crash recovery implementation
Some Windows updates wipe out a recovery file.
1 vote -
Add a tools menu or function to send the current file or query including row and column location of the cursor. I do this all the time with
Add a tools menu or function to send the current file or query including row and column location of the cursor to an editor.
1 vote -
Strike through Obsolete Properties when Dumping
When dumping objects it would be nice to see which properties are marked as Obsolete by striking through them.
1 vote -
Cannot see views in LINQPad vesion 6, only tables
I just upgraded to LINQPad 6, and I cannot see the views from my database, only the tables.
I am connecting to a MySQL database.
I was able to see the views in LINQPad 5 just before the upgrade.
Thanks.1 vote -
Favorites queries tab and search
It would be useful to have a tab before "My queries" with the preferred queries to get a link to start them quickly, also visible in the search query, to simply find the correct script.
We have thousands of queries in 8 years that we use LINQPad.
1 vote -
Add menu option to reopen LinqPad as admin
I made a script to modify a registry key, and I realized I needed to run it as an admin for the script to work. I needed to save the script first, so I could close LinqPad, and reopen it as an admin. Some way to elevate the current query, or reopen LinqPad as admin without needing to save would be cool.
1 vote -
Sort connections by name in stead of type
Show sort button to switch between Type and Name in connections list
1 vote -
Activation code
Please make it easy to find and copy the existing activation code from within Linqpad itself. I was going to examine upgrading to version 6 today but can't as I don't have this code to hand. And I couldn't locate it in Linqpad :(
This feature would probably get a few more impulse purchases before Xmas! :)
1 vote -
add party mode
It's a button that kind of makes the whole thing do a party, you know? Balloons, lively atmosphere, and the like.... Thanks
1 vote -
'Add relation' menu item in database tree menu. This will help to add connections which are not excplicitly defined in database.
On clicking Add connection sap bo sttle join dialog will appear where one may define relation with other tables. In many databasese relations may not be defined explicitly. This feature solves the priblem.
1 vote -
1 vote
-
LinkPad 6 - could suggest #load "some file" when pressing Ctrl +.
Could suggest #load "some file" when pressing Ctrl +. in a class present in another file in the same folder.
1 vote -
Quickly change connectionstring when using a custom assembly with ef core
When using the linqpad driver with EF Core and provide my own assembly, i want to quickly change the connectionstring via the connection dropdown.
I could add every database to a own connection entry, but i want to specify the databaseserver and then quickly change the database.
1 vote
- Don't see your idea?