Commit graph

112477 commits

Author SHA1 Message Date
Aiday Marlen Kyzy fb73ec43a4
changing last line top when collapsed 2023-08-25 15:21:00 +02:00
Aiday Marlen Kyzy f430cf7398
setting the width and height inside of render function 2023-08-25 15:17:53 +02:00
Aiday Marlen Kyzy bdb0f0d955
removing an additional space 2023-08-25 15:06:49 +02:00
Aiday Marlen Kyzy 7e814d6570
cleaning the code 2023-08-25 14:29:11 +02:00
Aiday Marlen Kyzy 676510544b
cleaning the code 2023-08-25 14:10:59 +02:00
Aiday Marlen Kyzy 762c77d1ae
cleaning the code 2023-08-25 14:07:44 +02:00
Aiday Marlen Kyzy a016ebcfd6
calling set folindg hover listeners when folding model is defined 2023-08-25 13:52:13 +02:00
Aiday Marlen Kyzy d9c5ff8535
cleaning the code 2023-08-25 13:48:39 +02:00
Aiday Marlen Kyzy 4e1b2aeb4a
adding opacity transition variable 2023-08-25 13:01:53 +02:00
Aiday Marlen Kyzy bb0a1b185b
adding code in order to make all toggle icons appear on hover of left part 2023-08-25 12:20:40 +02:00
Aiday Marlen Kyzy 1bffa0f1f9
using variables in order to define the values 2023-08-25 09:44:51 +02:00
Aiday Marlen Kyzy 7b9d1179be
rendering sticky scroll when line height and show folding controls changes 2023-08-25 09:32:15 +02:00
Aiday Marlen Kyzy 7781ca7773
saving the line height as a member of the class 2023-08-25 09:18:53 +02:00
Aiday Marlen Kyzy d4214834ec
setting appropriate scroll top 2023-08-25 09:14:43 +02:00
Aiday Marlen Kyzy 8a01424d92
placing all the code that resets the state at the beginning of the set state method 2023-08-25 08:55:51 +02:00
Aiday Marlen Kyzy 3354a63b53
regitsering the folding store and clearing it instead of disposing it 2023-08-24 16:33:22 +02:00
Aiday Marlen Kyzy d8d115bf7f
remove the transition because causes bugs 2023-08-22 15:32:59 +02:00
Aiday Marlen Kyzy 85d7920382
simplfifying 2023-08-22 14:52:06 +02:00
Aiday Marlen Kyzy 04d4f40b90
resetting the controller to what it was 2023-08-22 14:44:27 +02:00
Aiday Marlen Kyzy 60945f75f6
simplifying the code 2023-08-22 14:42:34 +02:00
Aiday Marlen Kyzy dc2c952bf5
cleaning the code 2023-08-22 14:37:56 +02:00
Aiday Marlen Kyzy e7cd474d16
cleaning the code 2023-08-22 14:23:19 +02:00
Aiday Marlen Kyzy 225721e527
cleaning the code 2023-08-22 12:56:25 +02:00
Aiday Marlen Kyzy dd586ff249
recording the line numbers of interest in a variable before the toggling happens 2023-08-22 12:35:17 +02:00
Aiday Marlen Kyzy 91c10f647b
removing some of the comments 2023-08-22 12:03:05 +02:00
Aiday Marlen Kyzy 8d84900bd7
the jumping works correctly and the correct top values for the scrolling are set 2023-08-22 11:59:35 +02:00
Aiday Marlen Kyzy 191c3345f1
uncollapsing now works as expected, when it is uncollapsed, we jump to the correct part 2023-08-22 11:57:17 +02:00
Aiday Marlen Kyzy d9fb792809
Merge branch 'main' into aiday/toggleIconsStickyScroll 2023-08-22 11:48:19 +02:00
Aiday Marlen Kyzy e6e0b506d3
adding some notes 2023-08-22 11:48:05 +02:00
Benjamin Pasero 652b702314
files - document files.associations config (#185191) (#190951) 2023-08-22 10:43:26 +01:00
Aiday Marlen Kyzy cee1c70676
now the cursor does not flicker anymore but I need to find a way to unset the cursor pointer after the complete rendering has been done, also why is every line rendering twice? 2023-08-22 11:23:38 +02:00
Aiday Marlen Kyzy 61f5cc38e3
removed the transition that was appearing in the code, now need to set the cursor so it always a pointer when clicking on the toggle unfold icon 2023-08-22 11:14:57 +02:00
Benjamin Pasero 8caa1c80f5
update confirmPlease flow (#190942) 2023-08-22 08:56:34 +02:00
Benjamin Pasero c3e92639d4
[Bug][Comparison View] Saving the file in the active editor will cause both files to be saved. (fix #190210) (#190944) 2023-08-22 08:37:14 +02:00
Benjamin Pasero 763fdc016e
Confusing tooltip and action on default notification API (fix #190190) (#190943) 2023-08-22 08:36:55 +02:00
Aaron Munger 86c61d2676
Merge pull request #190935 from microsoft/aamunger/dirtyUntitled
untitled files are not about to save with auto-save
2023-08-21 20:54:26 -07:00
aamunger 1945d43a2b
untitled files are not about to save with auto-save 2023-08-21 19:54:27 -07:00
Justin Chen 620eb95fd9
Action Widget - removed custom keyboard controller, added support in list widget (#190765)
* added fix to custom keyboard controller

* removed custom keyboard controller, using list widget keyboard label provider

* code cleanup
2023-08-21 17:43:46 -07:00
David Dossett cf4f089eef
Add hover foreground for prominent status bar items (#190925) 2023-08-21 16:35:12 -07:00
Matt Bierner 6f8b058b10
Pick up TS 5.2 RC (#190922) 2023-08-21 23:47:03 +01:00
Bhavya U df7dbc4174
Add support for controlling followup command visibility with when clauses (#190615)
Add support for controlling followup command visibility with when clauses
2023-08-21 15:30:42 -07:00
Raymond Zhao a08322ae0a
Add delay to Settings editor search for smoke tests (#190903)
Ref #190896
2023-08-21 20:54:48 +01:00
floge07 d0b14e8569
fix: allow underscore as a valid char in tunnel remote address (#190904)
adjust the regexes used to validate tunnel remote addresses, add underscore as a valid char.
2023-08-21 19:18:44 +00:00
Andrea Mah 548c32e80c
Initial implementation for Quick Text Search (#190711)
* initial text result quick access
2023-08-21 12:02:42 -07:00
David Dossett c69eb8f67a
Add status bar item hover foreground color (#190906)
* Add status bar item hover foreground color

* Use status bar item foreground instead
2023-08-21 10:42:37 -07:00
Joyce Er 1cbf3d09bc
Chat file tree should not consume mouse wheel (#190908) 2023-08-21 18:42:04 +01:00
Tyler James Leonhardt f8e8da47f9
Use quickinput colors in quick chat (#190897)
should have used this from the beginning.
2023-08-21 09:33:30 -07:00
Aiday Marlen Kyzy a29a3782af
Shift hover on sticky scroll shows the last line of scope (#189939)
* adding code for using shift hover and shift click

* using the on mouse leave event instead of using the on mouse out

* removing redundant variable

* chaning to mouse move

* appears to work without dom addition

* updating the scroll left position also on model change

* removing this part which will be added in another pr

* review comment
2023-08-21 17:08:51 +02:00
Raymond Zhao c90b977571
polish matchesAllTags (#190777)
* polish matchesAllTags

* Even more polish
2023-08-21 16:06:56 +01:00
Alexandru Dima 5d0b606ec4
Merge pull request #190674 from microsoft/aiday/fixStickyScrollFlickering
Fix flickering of sticky scroll
2023-08-21 15:53:11 +02:00