Commit Graph

54 Commits

Author SHA1 Message Date
Rob Lourens
fe62d9ce21 Fix #63685 - fix search input heights on panel resize 2018-11-27 16:18:53 -08:00
Rob Lourens
ebf5f769f8 Allow editing multiple lines of text in the search view - fix #62304 2018-11-21 15:09:19 -08:00
iBlackShadow
3863030994 Add an entry to the search history every time a search is done 2018-11-11 12:41:43 -06:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Rob Lourens
4cd9739394 Fix #52274 - don't move focus when clicking the find option buttons with screenreader mode turned on, because NVDA sends click events instead of key events when pressing space on a focused button 2018-09-21 13:46:45 -07:00
Alex Ross
120b0d0522 Added find options to terminal find widget with keybindings (#58457)
Added find options checkboxes to terminal find widget with keybindings and hooked the buttons up to use the new xterm.js find api.

Fixes #58826
2018-09-17 11:56:15 -07:00
Karthikayan
3053bc6d09 add option for input validation foreground color (#57734)
* add option for input validation foreground color for findWidget

* fix copy paste mistakes

* removing defaults for foreground color

* add inputValidationForeground wherever inputValidationBackground is used

* add inputValidationForeground color
2018-09-05 12:22:10 +02:00
Rob Lourens
e0fbb4294b Change custom Checkbox to expose an onChange Event instead of taking an onChange callback in options.
Otherwise it's impossible to reference the checkbox from inside the callback while constructing a Checkbox
2018-06-22 12:54:25 -07:00
Sandeep Somavarapu
bdbf134df9 Fix #12645 2018-06-07 17:47:57 +02:00
Sandeep Somavarapu
315ec622f5 #50583 Adopt findInput to use HistoryInputBox 2018-06-07 17:15:52 +02:00
Matt Bierner
81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Matt Bierner
adcf6b2ddb Mark public event properties readonly 2018-03-14 13:54:41 -07:00
Matt Bierner
2501075d41 Marking more properties readonly 2018-03-06 16:22:37 -08:00
Benjamin Pasero
57080fa84a debt - clean up and polish some CSS rules in base 2018-03-02 16:48:22 +01:00
Peng Lyu
20b5c3a9b5 Fix microsoft/monaco-editor#610. avoid bootstrap collision with custom-checkbox. 2018-02-26 12:56:54 -08:00
Benjamin Pasero
7bf5879ce0 tslint input for #37212 2017-11-07 18:55:59 +01:00
rebornix
0137b24a8c Fix #31166. Re-validate input when toggling regex in find 2017-08-11 15:19:25 -07:00
rebornix
2dcccf7cc8 Fix #25783. Middle click pastes in Find Widget on Linux 2017-05-26 09:27:42 +02:00
Benjamin Pasero
a6b7efe17f theming 💄 2017-05-26 09:27:30 +02:00
Benjamin Pasero
0f090fc429 fix #25379 2017-04-27 17:23:36 +02:00
Benjamin Pasero
b34f17350f Un-allowed double quoted imports (for #25451) 2017-04-26 19:13:12 +02:00
Benjamin Pasero
21628a3ef4 theming - info/warning/error for input box 2017-04-25 16:28:09 +02:00
Benjamin Pasero
84e66bd3f2 theming - use widgetShadow in more places 2017-04-25 15:04:54 +02:00
Martin Aeschlimann
6bb488eed0 [theme] consistent style parameter names for input checkboxes 2017-04-12 10:52:49 +02:00
Martin Aeschlimann
6534252837 [theme] rename checkedBorderColor -> inputActiveOptionBorder (for #23464) 2017-03-30 12:18:42 +02:00
Benjamin Pasero
69aeb02b93 theming - input and select forms 2017-03-24 16:36:57 -07:00
Martin Aeschlimann
4eebba084d [theme] style find/replace widget 2017-03-23 22:44:47 +01:00
Alex Dima
de8fbfdbfa Fixes #19374 2017-01-25 20:55:29 +01:00
Alex Dima
2877d6d7f9 Prevent the CSS minifier from merging the two different highlight animations in findInput 2017-01-23 11:33:02 +01:00
Alex Dima
c7586fce1d Extract find input checkboxes to separate file 2017-01-21 13:40:49 +01:00
Alex Dima
3357ae8f54 Highlight find options when invoking multicursor actions 2017-01-21 13:10:38 +01:00
Johannes Rieken
6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Alexandru Dima
55bf5acb2e Remove CommonKeybindings 2016-09-13 16:42:42 +02:00
Alex Dima
00f1ead394 Remove unused code 2016-08-16 16:05:46 +02:00
Alex Dima
d436ded577 Collapse some equivalent rules to reference files only once 2016-06-07 18:46:56 +02:00
Benjamin Pasero
0718b12cc1 Use proper font family for East Asian languages (CJK) (fixes #5260) 2016-04-19 17:46:10 +01:00
Alex Dima
8a6538e67a Organize imports 2016-02-21 22:24:12 +01:00
Alex Dima
2a30501702 Cleanup 2016-02-21 22:24:08 +01:00
Alex Dima
57d7b84dee Adopt dom.addDisposableListener in the few places still using addListener 2016-02-02 18:26:18 +01:00
Benjamin Pasero
82d1a0b77c checkbox/find: do not move focus when checkbox interaction via keyboard 2016-02-02 12:30:18 +01:00
Benjamin Pasero
b33141613f Merge branch 'master' into ben/focus-indication 2016-01-19 09:57:37 +01:00
Alex Dima
357c6dca01 Fixes #2068: Update find and replace strings in state on input event 2016-01-18 22:34:27 +02:00
Benjamin Pasero
2d4a748360 split view header keyboard access 2016-01-18 16:38:58 +01:00
Benjamin Pasero
917a9ef13b support arrow key navigation in search options 2016-01-18 16:20:33 +01:00
Benjamin Pasero
204674828a have outline for input/textarea in one place 2016-01-18 14:50:28 +01:00
Alex Dima
3d09f560f0 Fixes #2010: Better management of enablement state in find widget 2016-01-14 13:24:22 +01:00
Alex Dima
85de39a54d Fix matchCount contrast in dark theme 2016-01-11 11:41:03 +01:00
Alex Dima
57656a454b Show matches count in find widget 2016-01-11 10:37:22 +01:00
Alex Dima
35c1c7c629 Fixes #1581: implement a consistent tab order in the find widget 2016-01-08 13:25:20 +01:00
Alex Dima
b7f6251b50 Clean up widgets used in find widget 2016-01-08 13:02:06 +01:00