Commit Graph

8307 Commits

Author SHA1 Message Date
Johannes Rieken
a8a920e2fc don't push code without tests... #8093 2016-08-12 12:32:15 +02:00
Johannes Rieken
ed26ad524e add TextEditorSelectionChangeKind when emitting selection change event, #8093 2016-08-12 12:23:46 +02:00
Benjamin Pasero
ed3b90a809 Command-E on Mac behaves differently from other applications (fixes #3431) 2016-08-12 12:06:09 +02:00
Dirk Baeumer
114f99b704 Merge in translations. 2016-08-12 12:04:34 +02:00
Johannes Rieken
6e3c5b6029 missing ) 2016-08-12 12:02:23 +02:00
Joao Moreno
4dc127e963 drop octicon usage in suggest
fixes Microsoft/monaco-editor#52
2016-08-12 11:57:30 +02:00
Benjamin Pasero
be4b9711f6 Cannot distinguish different files with the same path.filename(x) (fixes #8499) 2016-08-12 11:48:18 +02:00
Benjamin Pasero
6df36e50f2 naive first cut of getPathLabels() 2016-08-12 11:48:18 +02:00
Benjamin Pasero
ef2e222905 LinkedMap tests 2016-08-12 11:48:18 +02:00
Johannes Rieken
ffce4455b0 stats - know how many scripts, styles, and UI elements are used 2016-08-12 11:30:11 +02:00
Joao Moreno
589b40315f Merge remote-tracking branch 'origin/master' 2016-08-12 10:52:04 +02:00
Joao Moreno
d50f830b88 Merge branch 'nojvek-master' 2016-08-12 10:51:40 +02:00
Joao Moreno
18f23a0938 Merge branch 'master' of https://github.com/nojvek/vscode into nojvek-master 2016-08-12 10:50:40 +02:00
Johannes Rieken
a0d3321717 use path primitives when compute workspace relative path, fixes #10446 2016-08-12 10:36:35 +02:00
Joao Moreno
a1c1d224d6 telemetry: uninstalling -> installing 2016-08-12 10:11:41 +02:00
Benjamin Pasero
e9c80f0366 some renamed in Map land 2016-08-12 07:46:18 +02:00
Benjamin Pasero
f29f71d10b Clean up the View menu (fixes #9924) 2016-08-12 07:07:02 +02:00
Benjamin Pasero
350818f6c7 Failed to save 'thefilename': A system error occured (ENOTSUP: operation not supported on socket, fdatasync) (fixes #10408) 2016-08-12 07:05:41 +02:00
Johannes Rieken
1fad0d5893 don't pollute the trigger ch listeners with snippet providers 2016-08-11 16:42:14 +02:00
Johannes Rieken
8236700669 Merge pull request #10225 from sandyarmstrong/cik-method
Support CompletionItemKind.Method
2016-08-11 16:37:24 +02:00
Johannes Rieken
a740256d08 tweak onClick event 2016-08-11 16:36:28 +02:00
Benjamin Pasero
8db0a1558b function => => 2016-08-11 15:52:14 +02:00
Joao Moreno
6cd78e2c76 Revert "home, end in suggest"
This reverts commit 82211b4d3d.
fixes #10423
2016-08-11 10:02:42 +02:00
Benjamin Pasero
3313a641ec Merge pull request #10387 from f111fei/patch-16
fix clearTimeout
2016-08-10 16:42:23 +02:00
xzper
1503e3367c fix clearTimeout 2016-08-10 18:23:24 +08:00
Andre Weinand
666ed83a2d Revert "update node-debug for xhr caching"
This reverts commit ae91d66546.
2016-08-10 10:58:43 +02:00
Alex Dima
0baba80028 Fixes #10212: Paste on new line only if selection does not cover entire line 2016-08-10 09:37:53 +02:00
Benjamin Pasero
8575dcd1bf Deleting or renaming a file or its parent with dirty within should prompt user (fixes #9313) 2016-08-10 09:11:45 +02:00
Alex Dima
dcf34da773 registerEditorCommand2 -> registerEditorCommand 2016-08-10 08:42:02 +02:00
Benjamin Pasero
734b971c5b Merge pull request #10375 from pmkary/patch-2
Spelling problem fixed...
2016-08-10 08:05:09 +02:00
Benjamin Pasero
b7b8ffef96 Unable to open the file because the associated text model is undefined.. (fixes #9865) 2016-08-10 08:03:54 +02:00
Pouya Kary
cc28223662 Spelling problem fixed... 2016-08-10 10:06:26 +04:30
Benjamin Pasero
13b6e6d096 Opening already opened editor should update its title (fixes #9794) 2016-08-10 07:32:20 +02:00
Andre Weinand
ae91d66546 update node-debug for xhr caching 2016-08-10 00:28:54 +02:00
Christof Marti
0f776fe458 #55 Sort and limit file results in search process 2016-08-09 14:46:57 -07:00
Christof Marti
31f8362baf #55 Include measurements for cached results 2016-08-09 14:46:57 -07:00
Martin Aeschlimann
ebe4718773 [css] update css language service 2016-08-09 22:47:50 +02:00
Daniel Imms
4d5810c720 Merge pull request #9382 from Microsoft/tyriar/8547_support_symlink_settings
Follow and watch settings.json single-level symlinks
2016-08-09 13:38:16 -07:00
Daniel Imms
6fdac25fda Remove redundant args, check directory 2016-08-09 13:37:37 -07:00
Daniel Imms
5d610028e4 Watch directory and watch resolved symlinks if they exist 2016-08-09 12:35:23 -07:00
Johannes Rieken
0e48aab073 use lastIndexOf for parameter hints, still just educated guessing, #10293 2016-08-09 18:58:03 +02:00
Daniel Imms
332b673930 Merge remote-tracking branch 'origin/master' into tyriar/8547_support_symlink_settings 2016-08-09 09:48:09 -07:00
Daniel Imms
a166edd7b8 Uplevel xterm.js 2016-08-09 09:45:24 -07:00
Daniel Imms
4cbec65d16 Implement terminal scroll bar
Fixes #6602
2016-08-09 09:26:03 -07:00
Johannes Rieken
2e2590b666 use scale transform instead of translate, fixes #10241 2016-08-09 18:06:31 +02:00
Joao Moreno
06d8543173 its tough 2016-08-09 17:57:09 +02:00
Joao Moreno
a5bc5e2ee6 damn it 2016-08-09 17:56:12 +02:00
Alex Dima
7f6ed014fd Adopt @editorAction 2016-08-09 17:55:21 +02:00
Joao Moreno
838ada3612 make code launchers specific on the flavor 2016-08-09 17:13:08 +02:00
João Moreno
b7a19b4224 adapt to code.exe 2016-08-09 17:11:07 +02:00