Commit graph

1387 commits

Author SHA1 Message Date
Benjamin Pasero 61c149527e fix compile errors 2016-01-11 09:05:10 +01:00
Benjamin Pasero 0bdf9538ce Linux: userData path changed due to Electron update (fixes #1871) 2016-01-11 08:58:44 +01:00
Alex Dima 7c44f3b480 Fixes #1914: handle the case of exactly one match when navigating 2016-01-10 21:25:05 +01:00
Alex Dima 814f8467bd Fixes #1410: Add NextSelectionMatchFindAction (Ctrl+F3) and PreviousSelectionMatchFindAction (Ctrl+Shift+F3) 2016-01-10 21:05:13 +01:00
Alex Dima 7be963ff97 Fixes #1857: next/prev match actions seed search string only if search string is empty and do not focus find widget 2016-01-10 12:09:11 +01:00
Alex Dima 08acab68d3 Move more find code from /browser/ to /common/ 2016-01-10 12:09:10 +01:00
Andre Weinand eb3885dcaf update node-debug 2016-01-09 23:55:32 +01:00
Andre Weinand 4804b5c40b update node-debug 2016-01-09 11:46:36 +01:00
Alex Dima 587854a5bc Don't use decorations to navigate to next/prev find match 2016-01-09 01:37:03 +01:00
Alex Dima e6c3af9f35 Add tests for findModel 2016-01-09 01:37:02 +01:00
Alex Dima 9044ea8f45 Split CodeEditorWidget into /common/ and /browser/ 2016-01-09 01:37:01 +01:00
Alex Dima aa2e663755 Simplify toggle selection find checkbox 2016-01-09 01:36:59 +01:00
isidor 8d5db4b7f8 debug: css order matters 2016-01-08 17:47:26 +01:00
isidor 2f92b34241 debug: make repl compact to be more like a real editor 2016-01-08 17:43:58 +01:00
Benjamin Pasero 059e335427 Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE"
This reverts commit 37dbbb3573.
2016-01-08 17:32:21 +01:00
isidor d01c69d084 debug: nls love 2016-01-08 17:07:59 +01:00
isidor 1035cd0448 debug: clear breakpoint soure raw source reference on debug session end 2016-01-08 16:55:13 +01:00
Benjamin Pasero 5884fe2b83 adopt postinstall script 2016-01-08 16:43:14 +01:00
isidor 1e69297d52 debug: do not show hover for files other than the focused stack frame
fixes #1859
2016-01-08 16:27:39 +01:00
isidor 105fb54c14 debug: fix persisting and sending stored internal module data
fixes #1793
2016-01-08 15:58:29 +01:00
isidor 54e050ef61 deubg hover: tune twisite and indentiation 2016-01-08 15:58:29 +01:00
isidor 294cc82e79 debug hover: set tree heigh dynamically when possible 2016-01-08 15:58:29 +01:00
Joao Moreno 02d3a8fecc remove instant progress feedback from ext quickopen
fixes #1863
2016-01-08 15:43:21 +01:00
Martin Aeschlimann ffbe6492a3 Merge pull request #1678 from dpodder/fix-batch-syntax
Fix batch syntax
2016-01-08 15:19:24 +01:00
Martin Aeschlimann 183bf66abb default themes: fixes for csharp 2016-01-08 13:48:31 +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 8ad8e6c86d Fixes #1870 2016-01-08 13:05:18 +01:00
Alex Dima b7f6251b50 Clean up widgets used in find widget 2016-01-08 13:02:06 +01:00
Alex Dima 818640bff6 Clean up Checkbox widget 2016-01-08 13:02:04 +01:00
Benjamin Pasero 757968eb87 resource input does not dispose model anymore 2016-01-08 12:58:37 +01:00
isidor cf922e6490 debug: align twistie in complex hover 2016-01-08 12:12:09 +01:00
isidor b51fc2d589 debug hover: enable selection in hover 2016-01-08 12:05:22 +01:00
Martin Aeschlimann cc3ca46683 Comments are not colored #1864 2016-01-08 11:37:47 +01:00
Benjamin Pasero f88ab736b3 better marker 2016-01-08 11:18:13 +01:00
Benjamin Pasero fbb797311c Revert "mark beginning of javascript changes to vscode.d.ts"
This reverts commit ac55a05ba6.
2016-01-08 11:17:13 +01:00
Joao Moreno 4a7ddb0788 use base proxy util for request service too
related to #155
2016-01-08 11:11:28 +01:00
Alex Dima df43d6a7ee Make replace not use decorationIndex 2016-01-08 10:30:59 +01:00
Alex Dima 8168eb25bf Minor renames 2016-01-08 10:30:58 +01:00
isidor e021c05495 tree size tuning: center header action icons in split panes 2016-01-08 10:25:51 +01:00
isidor 42c3b942f5 tree size tuning: move monaco count badge in working file view
fixes
2016-01-08 10:12:14 +01:00
Alex Dima bb9c1d7057 Clean up find widget logic 2016-01-08 09:54:58 +01:00
Alex Dima ec5bd6464b Minor cleanup in the find controller 2016-01-08 09:54:57 +01:00
isidor 27db7e99c6 joao: tune the count badge size with regards to the new tree size 2016-01-07 19:02:46 +01:00
isidor 7c00d7ac33 joao: tune the git icons with regards to the new tree size 2016-01-07 19:02:46 +01:00
Benjamin Pasero ac55a05ba6 mark beginning of javascript changes to vscode.d.ts 2016-01-07 18:41:02 +01:00
Joao Moreno b20ab37db9 fix typo
fixes #155
2016-01-07 18:11:34 +01:00
Joao Moreno 1f59ee0612 fixes #1508 2016-01-07 17:59:30 +01:00
isidor 920e4024a0 debug: show breakpoint condition in hover 2016-01-07 16:47:25 +01:00
Martin Aeschlimann 907e6adb61 clean up cssrules for comment tokens 2016-01-07 16:38:28 +01:00
isidor 997f4a19c4 debug: breakpoint widget should get dismissed with 'esc' 2016-01-07 16:25:27 +01:00