Commit Graph

146 Commits

Author SHA1 Message Date
Alex Dima
44fceabe20 Add a close button and a way to jump to a line to the diff review pane 2017-06-26 22:38:45 +02:00
Alex Dima
5a2c2c4962 Improve clicking targets, add a key to hide the diff review pane 2017-06-26 18:48:47 +02:00
Alex Dima
e02d85d8cc Have the diff review pane follow the modified editor selection 2017-06-26 18:48:41 +02:00
Alex Dima
91bd7367ef Add mouse & keyboard handling to the diff review pane 2017-06-26 17:31:38 +02:00
Alex Dima
eafce4526e Add a diff review pane 2017-06-26 15:16:34 +02:00
Alex Dima
93ab8f79de Fixes #28986: Uncaught TypeError: Cannot read property 'uri' of null 2017-06-19 08:41:58 +02:00
Alex Dima
6df8165d8d Fixes #21346: Implement a different minimap slider scroll strategy 2017-06-07 16:22:14 +02:00
Benjamin Pasero
a9486e406f linting: convert double quote imports to single quote 2017-05-26 09:27:46 +02:00
Alex Dima
cef4a07203 Optimize allocation and comparison of static model decoration options 2017-05-20 21:15:53 +02:00
Alex Dima
d1e209bb67 Fix some TS noImplicitAny and noUnusedLocals warnings 2017-05-20 15:03:02 +02:00
Alex Dima
36ec8ea1de Ensure the diff overview slider has the correct size on the first diff computation 2017-05-19 16:35:54 +02:00
Benjamin Pasero
28bcf9d05b theming - search viewlet 2017-05-17 08:21:55 +02:00
Martin Aeschlimann
802041ed85 Merge pull request #26656 from Microsoft/aeschli/remove-editorconfig-theme
[theme] remove editorOptions.theme
2017-05-15 21:47:13 +02:00
Martin Aeschlimann
9acf72b252 [theme] remove editorOptions.theme 2017-05-15 16:03:40 +02:00
Benjamin Pasero
d7be7a4b93 Allow to theme editor scroll shadow (fixes #25528) 2017-05-15 15:52:46 +02:00
Alex Dima
e31a5085dc Simplify editor options handling 2017-05-08 22:49:34 +02:00
Alex Dima
ed52cdd5c3 Move default option values to editorOptions.ts 2017-05-08 22:48:13 +02:00
Martin Aeschlimann
9554695a01 Diff editor: avoid hardcoded modified-side shadow. Fixes #25625 2017-05-04 16:03:12 +02:00
Benjamin Pasero
ff9f7b3baa Consider to use dots instead of camel-case (fixes #25428) (#25621)
* Consider to use dots instead of camel-case (fixes #25428)

* 💄
2017-04-28 15:29:37 +02:00
Martin Aeschlimann
7516e0eff3 Theming: diff colors should be more specific. Fixes #25544 2017-04-27 21:54:54 +02:00
Alex Dima
fe8526172e Fixes #25277: Diff editor scrollbar is out of sync 2017-04-27 19:19:41 +02:00
Benjamin Pasero
b34f17350f Un-allowed double quoted imports (for #25451) 2017-04-26 19:13:12 +02:00
Alex Dima
8265eafaaa Move more types out of editorBrowser 2017-04-20 11:55:12 +03:00
Alex Dima
45af288d44 Move more types out of editorCommon 2017-04-19 15:19:25 +03:00
Alex Dima
c8ec3ef999 More clean-up in editorCommon 2017-04-19 15:17:32 +03:00
Martin Aeschlimann
3927c0fb2f [theme] Provide a way to theme diff highlights. Fixes #19735 2017-04-19 11:36:50 +02:00
Alex Dima
4807f83348 Move ISelection out of editorCommon 2017-04-18 18:16:26 +03:00
Alex Dima
f3be941164 Move IRange out of editorCommon 2017-04-18 17:33:22 +03:00
Alex Dima
8a3f8985fa Move IPosition out of editorCommon 2017-04-18 16:53:33 +03:00
Alex Dima
5aea732093 Move editor options out of editorCommon 2017-04-18 16:30:09 +03:00
Alex Dima
ecb03dff02 Clean up editor/diff editor events 2017-04-18 14:53:24 +03:00
Alex Dima
946ac52e59 Simplify eventing 2017-04-18 10:59:51 +03:00
Alex Dima
9079b0ebee Introduce/Adopt ModelRawContentChangedEvent 2017-04-18 10:59:51 +03:00
Alex Dima
dd29eeb4fc Remove IEditor.onDidChangeModelRawContent 2017-04-18 10:59:49 +03:00
Alex Dima
562f28f4f5 More EventEmitter cleanup 2017-04-14 13:52:11 +03:00
Alex Dima
a9c372aa55 Rename EventEmitter methods 2017-04-14 13:30:38 +03:00
Alex Dima
2cf8cef20d A single model content changed events contains the list of changes 2017-04-14 13:18:34 +03:00
Alex Dima
89ca8babcb Fixes #24414: Improve contrast of errors and warnings in the decorations overview ruler in high contrast theme 2017-04-11 18:50:41 +02:00
Alex Dima
543f956377 Fixes #23445 2017-03-29 17:33:19 +02:00
Alex Dima
235566665c Fixes #21476: Hard break at 100 column which break ligature for Fira Code 2017-03-27 21:52:44 +02:00
Joao Moreno
79a7e30685 ICodeEditorService.listDiffEditors() 2017-03-24 15:22:43 +01:00
Alex Dima
5b95766633 Clarify file names 2017-03-03 10:48:08 +01:00
Alex Dima
f64b6110ae Fixes #21703: Misplaced green/red markers in diff view. Bug since upgrade to v1.10 2017-03-02 15:20:39 +01:00
Alex Dima
fe21b0aaba Fixes Microsoft/monaco-editor#386: Shortcuts for actions added via editor.addAction don't show up in the Command Palette 2017-03-01 13:51:42 +01:00
Alex Dima
3cc9e7f392 Fixes Microsoft/monaco-editor#385 2017-03-01 13:49:31 +01:00
Alex Dima
32a2694c7d Fixes #21262 (clean up wrapping related settings) 2017-02-23 16:50:11 +01:00
Benjamin Pasero
a765e68c72 TypeError: Cannot set property 'enabled' of undefined 2017-02-23 10:47:58 +01:00
Alex Dima
f790c5aa69 Disable minimap in diff & embedded editors 2017-02-22 22:53:33 +01:00
Alex Dima
814c3b3e7b Remove StyleMutator 2017-02-22 01:39:47 +01:00
Alex Dima
72725a14ae Reduce usage of StyleMutator 2017-02-22 01:35:27 +01:00