Commit Graph

14677 Commits

Author SHA1 Message Date
rebornix 79e83a096c correct afterEnterText of selection 2017-05-10 11:03:55 -07:00
Alex Dima 3a89761e8c Fixes #24714: Regular expression with ^ in search & replace 2017-05-10 19:38:14 +02:00
Benjamin Pasero 51c98a8ea6 💄 2017-05-10 18:20:03 +02:00
Benjamin Pasero eb9ed47e3d 💄 2017-05-10 18:01:55 +02:00
Alex Dima e2b69681d1 Try to disguise inputarea by using a transparent color for it 2017-05-10 17:49:48 +02:00
Alex Dima 99daa037f1 Document funny line height value (#26279) 2017-05-10 17:45:55 +02:00
Alex Dima 8a0aca3fd8 Fixes #26279: ensure textarea has a line height of >= 1 screen pixel to get input events 2017-05-10 17:36:18 +02:00
Martin Aeschlimann 3dde4393db Theming: Decorations overview color. Fixes #26102 2017-05-10 17:20:36 +02:00
Ramya Achutha Rao 41f5fc78a7 Fixes #26371 Swap only if there isnt enough space on the right 2017-05-10 07:57:54 -07:00
isidor 6cba79f727 debug: introduce breakpoint endLine and endColumn to the model. On bp click select the renage in editor
#8851
2017-05-10 16:33:32 +02:00
isidor f4cc58b47b debug: add StackFrame.range to model
#8851
2017-05-10 16:33:32 +02:00
Alex Dima dc7edcc887 Fix NPE in OverviewRuler 2017-05-10 16:31:07 +02:00
Alex Dima 841a95bc49 Do not auto-close quotes after a word character (#25658) 2017-05-10 16:22:16 +02:00
Benjamin Pasero e57801bc9b Restore window to size and location when starting app (fixes #26353) 2017-05-10 16:09:17 +02:00
Martin Aeschlimann e4f9b9dae7 Ability to theme ruler colour. Fixes #26377 2017-05-10 15:56:42 +02:00
Alex Dima 67daf73cc1 Fixes #26151: Do not trust DOM readings immediately after calling webFrame.setZoomLevel() 2017-05-10 15:43:11 +02:00
Michel Kaporin 580230bbf3 Added --noGettingStarted flag to disable 'Getting Started' page from opening when such provided. Implements #26386. 2017-05-10 15:29:26 +02:00
Martin Aeschlimann 6c2f83dfcd [theme] add theme to the view context 2017-05-10 15:01:45 +02:00
isidor 8e9ddf6112 debug: when there are duplicate configurations with the same name always take first to align with native select box behavior
fixes #20927
2017-05-10 12:05:07 +02:00
Benjamin Pasero 7d1c2cc305 Viewlet progress bar is broken (fixes #26365) 2017-05-10 11:55:55 +02:00
isidor 39677057ce debug: if no scope is found containg the range try to search across all scopes
fixes #24277
2017-05-10 11:21:01 +02:00
isidor be127659e4 debug state null guard 2017-05-10 10:42:43 +02:00
Johannes Rieken 4272facde7 fix #26368 2017-05-10 10:37:11 +02:00
Martin Aeschlimann 2fa0340e39 Move getParseErrorMessage 2017-05-10 10:17:17 +02:00
Martin Aeschlimann 6915d0ffc1 Move getParseErrorMessage 2017-05-10 10:10:17 +02:00
João Moreno f025dd4e77 Merge pull request #26349 from mjbvz/fix-26346
Preserve Newlines in Signature Help Documentation
2017-05-10 09:50:37 +02:00
Martin Aeschlimann 9a0918eb81 Keep JSON nls free (for Microsoft/node-jsonc-parser#2) 2017-05-10 09:42:36 +02:00
Benjamin Pasero b2d5ca8c1f clarify settings description 2017-05-10 08:16:09 +02:00
Benjamin Pasero a890ca1c73 💄 2017-05-10 08:00:04 +02:00
Benjamin Pasero 6254814d85 theming - progress bar 2017-05-10 07:51:35 +02:00
Matt Bierner f2b9e43a0e Preserve newlines in signature help display
Fixes #26346

**Bug**
Signature help currently handles newlines differently than completion item providers. This results in inconsistent looking documentation

**fix**
Use `pre-wrap` for the signature help documentation the same way we do for completion items
2017-05-09 21:30:24 -07:00
Alex Dima 3c5918c200 Fixes #26313: Do not assume ownership of passed in options object 2017-05-10 00:35:41 +02:00
Alex Dima 8485cb6e4d Simplifications post moving viewLayout into viewModel 2017-05-10 00:31:12 +02:00
Alex Dima 1d6e311998 Move viewLayout management into viewModel 2017-05-10 00:31:12 +02:00
rebornix 8984ed3036 Fix #26336. Convert Enum numbers to String 2017-05-09 14:42:35 -07:00
rebornix d529e3e07b Fix #26274. Guard Editor command args 2017-05-09 11:49:17 -07:00
Benjamin Pasero 0f102b9577 Code Folding won't be remembered after latest update. (fixes #26157) (#26319) 2017-05-09 18:21:11 +02:00
Daniel Imms 4e3702fe9a Don't allow terminal to overflow to the right of the panel
Fixes #26238
2017-05-09 09:08:56 -07:00
Alex Dima 28f70d5116 Simplify view model event handling 2017-05-09 17:43:03 +02:00
Michel Kaporin a986ea476e Respect the arrow height when layouting exception widget. Fixes #25443. 2017-05-09 17:08:52 +02:00
Isidor Nikolic 2312a0a5ae also store and restore view state for ResourceEditorInputs (#26317) 2017-05-09 17:06:10 +02:00
Andre Weinand 3b32ecfc32 DAP: properly extend type of TerminateEvent.restart 2017-05-09 16:52:37 +02:00
Benjamin Pasero e20c90f347 comment in spammy console.log 2017-05-09 16:37:57 +02:00
isidor a2f424a823 Support arbitrary data to be looped from one debug session to a restarted session
fixes #26315
2017-05-09 16:22:56 +02:00
Benjamin Pasero 90dcda507a add workaround for #24820 2017-05-09 16:02:16 +02:00
Andre Weinand d43d4ab939 DAP: extend type of TerminateEvent.restart 2017-05-09 16:00:18 +02:00
Martin Aeschlimann c9f10706ef [theme] add text colors. Fixes #26298 2017-05-09 15:53:38 +02:00
Alex Dima b8a2488a8f Reduce view model responsibilities 2017-05-09 12:51:28 +02:00
Jeremy Loy 50b588a5a1 Added Services Submenu for MacOS (#26248) 2017-05-09 12:25:55 +02:00
Benjamin Pasero 625c330e49 fix startup 2017-05-09 12:24:13 +02:00