This website requires JavaScript.
Explore
Help
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
mirror of
https://github.com/microsoft/vscode.git
synced
2026-09-15 16:01:10 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b09ee54e7d3c54379eebbec4e77dd72f8984541f
vscode
/
src
/
vs
/
editor
/
common
/
controller
T
History
isidor
2cd9366e32
Merge branch 'master' into isidorn/cursorAccessibility
2019-08-26 18:17:04 +02:00
..
cursor.ts
Fixes
#79430
: Bring all auto-closing logic in one place which can now also handle multi-character auto-closing pairs
2019-08-20 12:34:35 +02:00
cursorCollection.ts
…
cursorColumnSelection.ts
Fixes
#49454
: Store the column selection start location
2019-07-22 19:30:21 +02:00
cursorCommon.ts
Fixes
#78833
: Introduce
editor.autoClosingOvertype
option
2019-08-26 15:59:44 +02:00
cursorDeleteOperations.ts
Fixes
#79430
: Bring all auto-closing logic in one place which can now also handle multi-character auto-closing pairs
2019-08-20 12:34:35 +02:00
cursorEvents.ts
…
cursorMoveCommands.ts
…
cursorMoveOperations.ts
…
cursorTypeOperations.ts
Fixes
#78833
: Introduce
editor.autoClosingOvertype
option
2019-08-26 15:59:44 +02:00
cursorWordOperations.ts
fix accessibility word operatoins and tests
2019-08-26 16:48:19 +02:00
oneCursor.ts
Improve
#78168
2019-08-05 15:06:08 +02:00
wordCharacterClassifier.ts
…