Lewis Sanchez
16740ba61f
Adds functionality to copy table column headers ( #21564 )
...
* Adds functionality to copy table column headers
* Minor clean up
* Code review changes
* Removes unneeded comma
2023-01-11 09:17:05 -08:00
Alan Ren
3aab4fd115
fix regex perf issue ( #21421 )
2022-12-15 10:43:17 -08:00
Alan Ren
17b41ae3d7
fix link cell style issue ( #21389 )
2022-12-08 21:53:52 -08:00
Aasim Khan
00b797b4f3
Adding keyboard shortcuts for column resizing in slickgrid ( #21100 )
...
* Adding column resize keyboard shortcuts in slickgrid
* Switching to standard keyboard evt
* Adding comment for the functionality
* Cleaning up code and adding more comments
* Using quick input to get column resize width
* Adding check for negative sizes
* Fixing some stuff
2022-11-04 16:15:04 -07:00
Aasim Khan
4823a76833
Adding screen reader optimized mode to slickgrid ( #21069 )
2022-11-02 15:11:16 -07:00
Aasim Khan
968f4c7aa4
Fixing result grid plans not opening execution plan editor. ( #21022 )
2022-10-28 10:28:54 -07:00
Karl Burtram
8a3d08f0de
Merge vscode 1.67 ( #20883 )
...
* Fix initial build breaks from 1.67 merge (#2514 )
* Update yarn lock files
* Update build scripts
* Fix tsconfig
* Build breaks
* WIP
* Update yarn lock files
* Misc breaks
* Updates to package.json
* Breaks
* Update yarn
* Fix breaks
* Breaks
* Build breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Missing file
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Fix several runtime breaks (#2515 )
* Missing files
* Runtime breaks
* Fix proxy ordering issue
* Remove commented code
* Fix breaks with opening query editor
* Fix post merge break
* Updates related to setup build and other breaks (#2516 )
* Fix bundle build issues
* Update distro
* Fix distro merge and update build JS files
* Disable pipeline steps
* Remove stats call
* Update license name
* Make new RPM dependencies a warning
* Fix extension manager version checks
* Update JS file
* Fix a few runtime breaks
* Fixes
* Fix runtime issues
* Fix build breaks
* Update notebook tests (part 1)
* Fix broken tests
* Linting errors
* Fix hygiene
* Disable lint rules
* Bump distro
* Turn off smoke tests
* Disable integration tests
* Remove failing "activate" test
* Remove failed test assertion
* Disable other broken test
* Disable query history tests
* Disable extension unit tests
* Disable failing tasks
2022-10-19 19:13:18 -07:00
Alan Ren
5d731fe0ad
table cell selection improvement ( #20854 )
...
* Support SHIFT key for table cell selection
* fix for mac
* PR comment
2022-10-14 19:44:14 -07:00
Lewis Sanchez
f51e5c370b
Registers all disposable items for query execution plans ( #20851 )
2022-10-14 14:50:25 -07:00
Benjamin Russell
38eb0c8429
Export to Markdown ( #20661 )
...
* Give saveAsExcel its own config options
* Wired up correctly
* Merge conflicts
* PR comments 1
Co-authored-by: Ben Russell <russellben@microsoft.com >
2022-10-13 16:08:21 -07:00
Alan Ren
d4552cf176
make the json regex better ( #20826 )
...
* make the json regex better
* comment
2022-10-12 16:26:32 -07:00
Lewis Sanchez
7de5ee0427
Adds functionality to open execution plans from DB tables and DMVs. ( #20377 )
...
* Adds functionality to open execution plans from DB tables and DMVs.
* Code review changes
* Renames method to getProviderFromUri
2022-08-17 19:24:23 -07:00
Alan Ren
c663493690
properly handle copy request ( #20320 )
2022-08-11 21:22:19 -07:00
Alan Ren
2d14665208
announce query execution events ( #20285 )
2022-08-09 20:23:17 -07:00
Alan Ren
f72dbccc52
no-op is the object is disposed ( #20236 )
2022-08-03 10:45:11 -07:00
Alan Ren
67ecd6d3d9
fix the grid goes blank issue ( #20209 )
2022-07-29 18:12:02 -07:00
Alan Ren
75ab9b6812
fix json cell handling issue ( #19310 )
...
* fix json cell handling issue
* pr comment
2022-05-09 16:54:06 -07:00
Alan Ren
402604ba34
remove the preview feature flag check ( #19194 )
2022-04-23 20:07:43 -07:00
Alan Ren
c04f78981c
retrieve the data from display data source ( #18973 )
2022-04-08 11:13:29 -07:00
Alan Ren
b6083b6447
handle special values in the table filter ( #18872 )
...
* handle special values in the table filter
* pr comments
2022-03-31 11:17:55 -07:00
Alan Ren
1006652a31
fix sorting bug ( #17769 )
...
* fix sorting bug
* comments
2021-11-30 17:11:57 -08:00
Charles Gagnon
25711acde0
Add a few missed instantiation service usages ( #17554 )
...
* Add a few missed instantiation service usages
* remove unused
2021-11-01 14:32:37 -07:00
Aditya Bist
6dda9392e0
respect include header option ( #17134 )
...
* respect include header option
* use correct option for copying
* check for setting when copying
* add dependency injection
* use instantiation service
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-11-01 12:36:19 -07:00
Lewis Sanchez
8b1fa3ea52
Don't prompt for save when JSON column untitled file is closed (version 2) ( #17327 )
...
* Stops flagging untitled editors with pre-loaded content as dirty
* Code changes address broken unit tests.
* Completes original comment
* Defines new non dirty text editor model
* Revert "Completes original comment"
This reverts commit 6d0e90bb9f0650eead5a0ec1ca8524dfe96c56cd.
* Revert "Code changes address broken unit tests."
This reverts commit 5b8cdd9f0bb43638bdd427a454ea177f6fbc024d.
* Revert "Stops flagging untitled editors with pre-loaded content as dirty"
This reverts commit 7a39226b7961af3aba8dc2f08113ed09eb2a1d61.
* Stops marking untitled editors with JSON as dirty
* Code clean up.
2021-10-08 17:37:08 -07:00
Charles Gagnon
2e92a903c7
Remove optimized table setting ( #16857 )
...
* Remove optimized table option
* comment out
* completely remove
* one more
2021-08-23 14:17:34 -07:00
Lucy Zhang
1aee3498bc
Filter plugin: don't set columns if auto size column plugin is also on ( #16833 )
...
* don't rerender columns if autosize plugin is on
* add comments
* pr comments
* pr comments
* pr comments
* add comment
2021-08-23 08:32:30 -07:00
Daniel Grajeda
87633faaa4
Allow action bar to be hidden on Plotly tables ( #16178 )
...
Allow action bar to be hidden on tables
2021-07-21 15:59:15 -07:00
Charles Gagnon
3cb2f552a6
Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898 ( #15681 )
...
* Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898
* Fixes and cleanup
* Distro
* Fix hygiene yarn
* delete no yarn lock changes file
* Fix hygiene
* Fix layer check
* Fix CI
* Skip lib checks
* Remove tests deleted in vs code
* Fix tests
* Distro
* Fix tests and add removed extension point
* Skip failing notebook tests for now
* Disable broken tests and cleanup build folder
* Update yarn.lock and fix smoke tests
* Bump sqlite
* fix contributed actions and file spacing
* Fix user data path
* Update yarn.locks
Co-authored-by: ADS Merger <karlb@microsoft.com >
2021-06-17 08:17:11 -07:00
Alan Ren
3315214435
fix more issues related to query cancel ( #15727 )
...
* fix more issues related to query cancel
* comments
2021-06-15 21:10:41 -07:00
Alan Ren
a5db46b961
add sorting indicator ( #15542 )
2021-05-20 17:07:18 -07:00
Alan Ren
d36918081a
Inform the user about the config for filtering ( #15510 )
...
* Inform the user about the config for filtering
* comments
2021-05-19 13:03:15 -07:00
Alan Ren
0ed2a5d431
fix result selection summary issues ( #15245 )
2021-04-26 23:07:55 -07:00
Alan Ren
4edbd6f3e7
fix the menu not hide issue ( #15138 )
2021-04-14 16:18:45 -07:00
Alan Ren
842a33e318
a couple more fixes for table filter ( #15121 )
...
* a few fixes
* add comments and fix for non-ideal scenario
2021-04-14 10:20:29 -07:00
Alan Ren
8d098c227d
use context view provider to show the filter ( #15106 )
...
* use context view provider
* handle promise
* replace .then with .catch
2021-04-13 11:34:26 -07:00
Alan Ren
1dad2f36e3
redraw table header ( #14963 )
2021-04-05 10:11:53 -07:00
Alan Ren
c2d2cf5a82
limit the data size for chart rendering ( #14949 )
...
* limit the rows feed to charts
* add telemetry and option to hide
* fix typo
* updates
* comments
* notebook fix
2021-04-02 19:36:10 -07:00
Alan Ren
6c54059f89
query results filtering and sorting ( #14833 )
...
* query results filtering and sorting (#14589 )
* enable filter
* attach button style
* add hybrid data provider
* make filter and sort work
* fix editor switch issue
* configuration
* fix sort and filter
* add more specific selector
* fix hidden items issue
* update text
* revert text change
* fix copy results issue
* put feature behind preview flag
* comments
* fix tslint error
2021-03-23 11:30:41 -07:00
Alan Ren
83da03a728
selected cell summary for status bar ( #14358 )
2021-02-19 11:29:04 -08:00
Christopher Suh
6ff1e3866b
Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3 ( #12295 )
...
* Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3
* Fix test build break
* Update distro
* Fix build errors
* Update distro
* Update REH build file
* Update build task names for REL
* Fix product build yaml
* Fix product REH task name
* Fix type in task name
* Update linux build step
* Update windows build tasks
* Turn off server publish
* Disable REH
* Fix typo
* Bump distro
* Update vscode tests
* Bump distro
* Fix type in disto
* Bump distro
* Turn off docker build
* Remove docker step from release
Co-authored-by: ADS Merger <andresse@microsoft.com >
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2020-10-03 11:42:05 -07:00
Aditya Bist
8aee87e211
fix maximize bug ( #12334 )
2020-09-15 20:33:17 -07:00
Anthony Dresser
c4b524237c
Better table implementation ( #11781 )
...
* wip
* wip
* weird splitview scrolling stuff
* working table
* remove spliceable table
* handling resizing columns
* get perf table integrated into grid
* make more improvments to table view
* testing
* wip
* wip
* fix async data window; add more optimization to scrolling
* work on scrolling
* fix column resizing
* start working on table widget
* inital work to get table widget working with styles and mouse controls
* fix unrendering selection; fix sizes of cells
* support high perf table option; remove unused files; add cell borders to high perf
* add accessibility tags
* handle borders and row count
* more styling changfes
* fix strict null checks
* adding inital keyboard navigation
* center row count; add padding left to rows
* inital drag selection
* remove drag implementation; it can be done better utilizing the global mouse monitor object
* range logic
* create custom grid range
* work with new range
* remove unused code
* fix how plus range works
* add drag selection; change focus to set selection; fix problem with creating a range with inverse start and end
* code cleanup
* fix strict-null-checks
* fix up perf table
* fix layering
* inital table service
* finish table service
* fix some compile errors
* fix compile
* fix compile
* fix up for use
* fix layering
* remove console use
* fix strict nulls
2020-08-18 12:10:05 -07:00
Anthony Dresser
d96fe82fbc
Rewrite scrollablesplitview ( #11566 )
...
* fix issues with scrollable, maybe
* add debounce
* remove scrollable
* fix events
* perf improvements
* fix compile errors
* fix more compile
* add tests
* maybe fix tests
* 💄
* 💄
* maybe this will work
* fix compile
* try this
* remove some unneeded functionality
* fix comment
2020-08-12 12:16:04 -07:00
ADS Merger
d965d4aef3
Merge from vscode 731f9c25632dbbf01ee3a7892ad9d2791fe0260c
2020-07-24 05:27:34 +00:00
Anthony Dresser
6d6abdff7d
fix configuration access for grid ( #11299 )
2020-07-10 14:51:10 -07:00
Alex Ma
95107f1f61
Fix for auto resize column headers, ( #10909 )
...
* Fixed scroll to top
* removed brackets
* Don't trigger the cellSelectionModel when className is the resizable handler
* Added message for header listener
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
2020-06-17 15:22:05 -07:00
Anthony Dresser
df5df38a55
Query Runner Tests ( #10252 )
...
* rework some code and write an inital test
* fix strict
* add more to standard test
* add to existing workflow test
* fix tests
* simplify the code
* add more tests
* remove bad import
* fix compile
* fix timestampiong
2020-05-06 13:38:12 -07:00
ADS Merger
93f35ca321
Merge from vscode 27ada910e121e23a6d95ecca9cae595fb98ab568
2020-04-30 00:53:43 +00:00
Anthony Dresser
9819e97f7b
fix accessibility issues ( #9824 )
...
* fix accessibility issues
* fix no active cell
* more fixes
2020-04-06 19:38:40 -07:00
Anthony Dresser
0405658be7
fix issue with setting false ( #9611 )
2020-03-16 11:12:57 -07:00