Anthony Dresser
7b6181de2a
XML Formatter ( #6182 )
...
* add xml formatter extenstion
* remove unused imports
2019-06-27 12:20:19 -07:00
Karl Burtram
1411ad4503
Fix modelview webview to work in query tab ( #6119 )
...
* WIP
* Rebuild webview when switching tabs
* Remove unneeded code
* Make ready promise private
* Undo edit in sendMessage
* Add null check prior to using ready promise
* Remove extra whitespace
* Rename parameter and fix strict null check errors
2019-06-20 16:28:32 -07:00
Anthony Dresser
77b351adf3
Add query editor view state ( #6018 )
...
* add query editor view state
* change commnet
* change state key name
* wip
* fix tests
2019-06-20 16:10:00 -07:00
Karl Burtram
561b7575ba
Fix arith abort default value ( #6080 )
2019-06-18 14:11:15 -07:00
Anthony Dresser
7a31d66d2c
ensure we set group for both editors ( #6016 )
2019-06-14 14:00:28 -07:00
Charles Gagnon
33a9f2e3e4
Plumb editor state change through to state object ( #5931 )
2019-06-11 23:05:40 +00:00
Karl Burtram
5a7562a37b
Revert "Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d ( #5949 )" ( #5983 )
...
This reverts commit d15a3fcc98 .
2019-06-11 12:35:58 -07:00
Chris LaFreniere
d15a3fcc98
Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d ( #5949 )
...
* Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d
* Fix vs unit tests and hygiene issue
* Fix strict null check issue
2019-06-10 18:27:09 -07:00
Charles Gagnon
673ecc3870
Change hardcoded MSSQL provider name to use constant instead ( #5953 )
2019-06-10 18:10:39 +00:00
Anthony Dresser
76a84a2cf4
fix dimensions of the query editor ( #5910 )
2019-06-06 12:31:12 -07:00
Anthony Dresser
912c80e496
store active tab so it isn't overwritten ( #5875 )
2019-06-04 12:55:55 -07:00
Anthony Dresser
7390dce536
Fix handling of state in the grid panel ( #5867 )
...
* fix handling of state in the grid panel
* trigger rebuild
* trigger rebuild
2019-06-04 12:55:20 -07:00
Anthony Dresser
67859ab139
dont focus panels when they are shown; dont swallow keys for message panel ( #5872 )
2019-06-04 12:54:54 -07:00
Anthony Dresser
23e4a30cd1
dispose and clear things out when they are not needed to free up memory ( #5805 )
2019-05-31 17:24:01 -07:00
Anthony Dresser
33ff8ec5a3
Fix instances of listeners not being disposed in Query Editor ( #5798 )
...
* fix instances of listeners not being disposed
* spelling mistake
2019-05-31 15:14:03 -07:00
Anthony Dresser
dc2ff2295e
change message focus only on query end ( #5793 )
2019-05-31 13:23:17 -07:00
Anthony Dresser
f231d6945f
clear indicator when a query starts ( #5795 )
2019-05-31 13:19:03 -07:00
Anthony Dresser
76ebfe38a1
focus messages on error ( #5791 )
2019-05-31 11:43:15 -07:00
Anthony Dresser
364206010b
clear out tabs when a input is set ( #5789 )
2019-05-31 11:38:52 -07:00
Anthony Dresser
559c675164
Hide results tab when there are none ( #5763 )
...
* wip
* add behavior around hiding results when there are none
* fix strict null access
2019-05-31 11:18:33 -07:00
Anthony Dresser
6b76611c93
Handle maintaining tab state properly ( #5776 )
...
* handle maintaining tab state properly
* some code cleanup
2019-05-31 10:13:19 -07:00
Charles Gagnon
783bb8bd92
Fix editor title not updating after connect ( #5760 )
...
* Fix editor title not updating after connect
* Fix disconnect to also update title
2019-05-30 13:39:16 -07:00
Anthony Dresser
bf19ab6ad9
add messages to title to help discoverability ( #5733 )
2019-05-30 13:31:32 -07:00
Anthony Dresser
a197cd6158
Add customizable error color; fix line height in Messages ( #5734 )
...
* add customizable error color; fix line height
* ensure proper disposal of elements
2019-05-30 10:22:39 -07:00
Karl Burtram
ae5b506848
Provide a default result grid height ( #5739 )
...
* Revert "Revert "Provide a default result grid height (#5710 )" (#5738 )"
This reverts commit f8ab5fef78 .
* Tune the sizing a bit to be more closer to May release
2019-05-30 10:21:09 -07:00
Karl Burtram
f8ab5fef78
Revert "Provide a default result grid height ( #5710 )" ( #5738 )
...
This reverts commit 0893ba33fc .
2019-05-29 18:23:12 -07:00
Karl Burtram
0893ba33fc
Provide a default result grid height ( #5710 )
2019-05-29 17:38:47 -07:00
Anthony Dresser
ea8aa92dd5
fix scrolling in messages ( #5732 )
2019-05-29 15:13:56 -07:00
Charles Gagnon
9fc634dfe0
Fix query files not being editable ( #5731 )
...
* Initial attempt at fix
* Use two separate containers and just swap between those
2019-05-29 14:21:06 -07:00
Anthony Dresser
f8ccafd2af
Add focus logic to the tabbed panel ( #5649 )
...
* add focus logic to the tabbed panel
* change enter to be on key up
* fix tests
2019-05-28 12:44:22 -07:00
Anthony Dresser
38c6495fd8
Inital Messages Tab work ( #5604 )
...
* inital work
* iterate
* move messages to tab
* revert package changes
* remove unused properties
* format imports
2019-05-24 12:22:27 -07:00
Anthony Dresser
34ca0e8671
fix editors being disposed multiple times ( #5594 )
2019-05-23 14:08:37 -07:00
Anthony Dresser
5e8a52bcc0
Query Editor Refactor ( #5528 )
...
* query editor changes
* query editor changes
* finish converting query editor
* fix merge issue
* remove unused code
* fix tests
* fix tests
* remove editor context key class
* edit tests to test input state
2019-05-23 11:43:59 -07:00
Anthony Dresser
81ae86ff79
Revert "Revert "Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )" ( #5553 )" ( #5562 )
...
This reverts commit c9a4f8f664 .
2019-05-21 14:19:32 -07:00
Anthony Dresser
c9a4f8f664
Revert "Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )" ( #5553 )
...
This reverts commit 5d44b6a6a7 .
2019-05-20 17:07:32 -07:00
Anthony Dresser
5d44b6a6a7
Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )
2019-05-19 18:52:19 -07:00
Karl Burtram
fe17955fa1
Add support for setting query options in settings and through API ( #5484 )
...
Initial query execution options PR. This is the second in a set of query editor extensibility improvements I'm making. The PRs include (1) bug fix for webview in query tab (2) dynamic toolbars and (3) fix query event sequencing and event metadata info.
2019-05-16 16:31:30 -07:00
Karl Burtram
a501214bfa
Adjust estimated scrollbar height to avoid unneeded scrollbar ( #5452 )
2019-05-09 18:19:07 -07:00
Anthony Dresser
4551ba5b7c
update notebooks to use new message event ( #5395 )
2019-05-07 13:03:58 -07:00
Anthony Dresser
b9d985b663
remove event emitter and use event and emitter instead ( #5361 )
2019-05-06 00:27:55 -07:00
Anthony Dresser
ab0cd71d10
Remove logging and clone utlities ( #5309 )
...
* remove log utility functions; remove custom mixin
* fix tests
* add log service as required by telemetry utils
* remove unused code
* replace some console.logs with logservice
2019-05-04 22:37:15 -07:00
Anthony Dresser
db387eb770
Fixing the layering in the base folder ( #5308 )
...
* removes more builder references
* remove builder from profiler
* formatting
* fix profiler dailog
* remove builder from oatuhdialog
* remove the rest of builder references
* formatting
* add more strict null checks to base
* enable strict tslint rules
* code layering of base
* wip
* working through changes to table data view
* fix tests
* update editabledropdown to not use layout service
* wip
* fix imports
* fix import
* fix compile error
* add more localization
* add comments to changes to import patterns
* add more import comments
2019-05-03 14:49:18 -07:00
Karl Burtram
c1cb9000a9
Various results grid scrolling fixes ( #5285 )
2019-05-01 12:36:16 -07:00
Anthony Dresser
48682bacde
rework panel to not need platform ( #5270 )
2019-04-30 13:19:21 -07:00
Anthony Dresser
56342af140
Rework editableDropdown to not need platform ( #5189 )
...
* rework editableDropdown to not need platform
* rework editable dropdown to not depend on platform
* fix compile
* fix focus bluring
2019-04-30 09:25:04 -07:00
Anthony Dresser
ca98ef879d
Last of the layering ( #5187 )
...
* layer query
* update imports
2019-04-26 15:30:41 -07:00