Commit Graph

3731 Commits

Author SHA1 Message Date
Benjamin Pasero
413dd9191e "Close All Files" action can leave the editor area stale and broken (fixes #2704) 2016-02-04 11:42:47 +01:00
Andre Weinand
0ee59834bb Revert "update node-debug"
This reverts commit 07b5d46cc6.
2016-02-04 11:21:44 +01:00
Johannes Rieken
58f156a0ea add extensions.enableSuggestions flag 2016-02-04 11:20:16 +01:00
Johannes Rieken
83f710bb8c extension tips as quick pick list 2016-02-04 11:01:13 +01:00
isidor
87610761f5 debug: output preserve last new line in case more output gets appended 2016-02-04 10:39:55 +01:00
Joao Moreno
ab9fc2ba57 list: 💄 2016-02-04 10:26:26 +01:00
Joao Moreno
3b79ec6090 list: 💄 2016-02-04 10:19:31 +01:00
Johannes Rieken
ad09563752 use pre-wrap, fixes #2673 2016-02-04 10:13:55 +01:00
Joao Moreno
3393360f60 list: use diff on visible range 2016-02-04 10:05:39 +01:00
Benjamin Pasero
238c707342 Feature Request: "Close all but this" context menu option for working files (fixes #2643) 2016-02-04 09:47:39 +01:00
Benjamin Pasero
f3e6aed456 text file service - make api fit for resource arrays 2016-02-04 08:45:56 +01:00
Benjamin Pasero
9ace9db63c Search: no a11y feedback for search results and search progress (fixes #2644) 2016-02-04 08:15:02 +01:00
Benjamin Pasero
22a03fe9fd aria: add status role 2016-02-04 08:04:45 +01:00
Daniel Imms
8981819a33 Add Linux/OSX wrapper script
This script wraps the main code executable for Linux and OS X, redirecting
output to a file and running in the background. An exception is made when help
or version argument are used, not suppressing the output as the bootstrap.js is
expected to write to stdout and immediately exit.

Fixes #77
2016-02-03 13:47:34 -08:00
Daniel Imms
1ba5d60b33 Fix missing os module in bootstrap.js 2016-02-03 12:09:24 -08:00
Benjamin Pasero
88be7dfe6e a11y: more context specific labels for quick open 2016-02-03 20:09:02 +01:00
Martin Aeschlimann
2affc685ad Fixes #2645 : [php] Double-click "$a" in "$a->b()" highlights "$a-" 2016-02-03 18:39:13 +01:00
Martin Aeschlimann
09c07b7830 Update TS/JS grammars to 59c4f26 (Feb 2) 2016-02-03 18:39:13 +01:00
Joao Moreno
5eae75a051 list: more tests 2016-02-03 18:12:09 +01:00
Johannes Rieken
6be375ac07 Add an extension assistant that proposes to install extensions we don't bundle anymore 2016-02-03 17:32:16 +01:00
Benjamin Pasero
29666ed624 more specific aria labels for various quick open handlers 2016-02-03 16:36:33 +01:00
Martin Aeschlimann
4bb65a5b51 Merge pull request #2649 from xaverh/master
Fixes to C++ and C syntax
2016-02-03 15:59:05 +01:00
Martin Aeschlimann
296d0b1aa8 fixes #2633 [html] Anchor tag with empty href attribute 2016-02-03 15:36:33 +01:00
Joao Moreno
f7f2e31abc list: add tests 2016-02-03 13:24:01 +01:00
Andre Weinand
e4a6347704 update node-debug 2016-02-03 12:57:58 +01:00
Erich Gamma
b4a85b757e use a regexp instead of a many === 2016-02-03 12:50:03 +01:00
Benjamin Pasero
46db05eec3 provide aria labels for debug viewers 2016-02-03 12:46:57 +01:00
Joao Moreno
ab2fc06b05 list: fix indexIn when position is > length 2016-02-03 12:43:58 +01:00
isidor
6d4245e6ad debug: treat category console as a warning
fixes #2665
2016-02-03 12:41:07 +01:00
Johannes Rieken
a2d7b62d24 use gulp-tsb 0.10.1 2016-02-03 12:33:25 +01:00
Erich Gamma
d1f8fb041d Merge pull request #2610 from mahmoudymy/master
add emmet support for .erb and .php files
2016-02-03 12:29:10 +01:00
Benjamin Pasero
98132ad8e8 a11y: provide more context in aria labels 2016-02-03 12:05:25 +01:00
Alex Dima
0a10223154 Remove worker request service that delegates back to the main thread for CORS 2016-02-03 12:04:41 +01:00
Alex Dima
b6ad037ed8 Minor clean up in /base/ 2016-02-03 12:04:39 +01:00
Alex Dima
4976ebd294 Remove SHA1 logic from base 2016-02-03 12:04:38 +01:00
Alex Dima
adf0be095c Parameter Hints Model uses equal instead of hashing for equality check 2016-02-03 12:04:36 +01:00
isidor
65b9e937b0 debug: remove concept of grouped output
fixes #2593
2016-02-03 12:03:16 +01:00
isidor
e937073018 launch.json - remove warnings 2016-02-03 12:03:16 +01:00
Joao Moreno
5554475028 list: change range map splice call 2016-02-03 11:51:23 +01:00
Andre Weinand
07b5d46cc6 update node-debug 2016-02-03 11:41:16 +01:00
Joao Moreno
6f4827fbc9 list: cleanup 2016-02-03 11:23:44 +01:00
Joao Moreno
785b4f37d3 list: improve row cache 2016-02-03 11:22:11 +01:00
Benjamin Pasero
bd5d8f59d4 No context menu in any input field (fixes #1578) 2016-02-03 11:20:20 +01:00
Joao Moreno
0ad0cf0c01 list: listImpl 2016-02-03 11:05:56 +01:00
Joao Moreno
c709239504 list: row cache 2016-02-03 11:05:51 +01:00
Alex Dima
9dfc48fd90 Clean up some base/browser files 2016-02-03 10:51:50 +01:00
Alex Dima
70297de1d6 Remove unused code 2016-02-03 10:51:49 +01:00
isidor
a5a16635c7 debug: do not jump when stepping in internal modules
fixes #2546
2016-02-03 10:48:14 +01:00
Joao Moreno
70dd6601c3 list: render 2016-02-03 10:43:04 +01:00
Joao Moreno
1d793a81cb list: first steps 2016-02-03 10:21:31 +01:00