Joao Moreno
f71fec3d4c
don't bold tag names in solarized theme
2016-04-05 10:44:06 +02:00
Benjamin Pasero
1dc3cd2ab8
vscode.openFolder: allow to open as new window
2016-04-05 10:42:47 +02:00
isidor
6f47eda0c9
debug: on socket close exit the server
...
fixes #4861
2016-04-05 10:25:23 +02:00
isidor
bf9fe229e6
debug: cancel all promises on session end with a 1s timeout
...
fixes #4861
2016-04-05 09:59:39 +02:00
João Moreno
c34d563350
Merge pull request #4849 from joaomoreno/gallery
...
Use gallery service directly from Code
2016-04-05 09:02:02 +02:00
Joao Moreno
ebc8b06aec
remove references to cacheUrl
2016-04-05 08:31:57 +02:00
Joao Moreno
58dc6a17cf
adopt new gallery query in extension recommendations
2016-04-05 08:30:15 +02:00
Joao Moreno
4eeb67b085
adopt new gallery query in outdated extensions
2016-04-05 08:27:32 +02:00
Daniel Imms
6e113d01f0
Move bin command to /usr/share/<app>/bin
...
/usr/bin/<app> now symlinks to the launcher. This makes the CLI
accessible in the zip archive version.
Fixes #4426
2016-04-04 16:25:12 -07:00
Daniel Imms
db6f2c3a53
Force deb postinst/prerm perms to 755 during build
...
Prevents a random build issue where the file permissions would change sometimes
which makes the deb package fail lintian.
2016-04-04 16:24:37 -07:00
isidor
ff216da505
debug: ux polish for stack frame paging
...
#4792
2016-04-05 00:27:39 +02:00
isidor
7b93476289
debug: setFocus on focused stack frame update, do not select to avoid infinite loop
2016-04-05 00:17:34 +02:00
Daniel Imms
a9798fff87
Merge pull request #4916 from xaverh/master
...
Add "new window" action to code.desktop
2016-04-04 15:17:02 -07:00
isidor
bb279f5869
debug: show value in hover on the whole expression
...
fixes #4840
2016-04-04 23:34:30 +02:00
isidor
d97498920f
editor title use flex
2016-04-04 23:11:22 +02:00
isidor
2da2e412dc
split view header use flex
2016-04-04 23:11:12 +02:00
Benjamin Pasero
6b37039312
Provide API to open a new folder ( fixes #58 )
...
* Provide API to open a new folder (fixes #58 )
* extract more generic command
* use underscore to prevent command from showing in keybindings list
2016-04-04 18:21:32 +02:00
Alex Dima
6486b19395
Fix +1 bug ( #4905 )
2016-04-04 17:59:55 +02:00
Xaver Hellauer
5852199686
Add "new window" action to code.desktop
...
In Gnome and Unity desktop (and maybe some others) this can be used to open a new Code window through right click on the launcher icon and then on "New Window".
2016-04-04 17:59:09 +02:00
Benjamin Pasero
a420458324
remove unused methods
2016-04-04 17:14:58 +02:00
Benjamin Pasero
cc3b457dd9
[loc][Query][DevDiv] Typo in source "id" ( fixes #4897 )
2016-04-04 16:25:05 +02:00
Benjamin Pasero
34b51f4708
[loc][Query][DevDiv] Please clarify placeholders "{0} ({1})" ( fixes #4910 )
2016-04-04 16:04:38 +02:00
Johannes Rieken
cbf2c7a25d
with an issue with empty completion list when no word exists
2016-04-04 16:01:42 +02:00
Joao Moreno
13c2a4c8ac
wip: get specific extensions
2016-04-04 15:57:12 +02:00
isidor
b1572f504e
actoinBar use flex
...
fixes #1029
2016-04-04 15:42:10 +02:00
Benjamin Pasero
bae21689f1
Improper progress during search ( fixes #4508 )
2016-04-04 14:10:37 +02:00
Benjamin Pasero
c8d6ee0cca
[loc][Query][DevDiv] Please clarify placeholders "{0} {1}" ( fixes #4904 )
2016-04-04 13:52:49 +02:00
Andre Weinand
3edce18a0c
use latest debug protocol
2016-04-04 13:08:00 +02:00
Joao Moreno
377fcdcd5d
better loading animation
2016-04-04 13:07:28 +02:00
Johannes Rieken
7d3b7c0302
move modesFilter logic into the single place at which it is used, remove the rest
2016-04-04 12:34:43 +02:00
Alex Dima
8144bc31c0
Normalize tokens only for rendering, store tokens as they are in the model; Restore html worker tests
2016-04-04 12:29:11 +02:00
Joao Moreno
c1b207266a
remove console
2016-04-04 12:16:23 +02:00
Joao Moreno
fb318f0be3
proper delayed paging
2016-04-04 12:15:48 +02:00
Joao Moreno
e076cf40ef
add ArraySet
2016-04-04 12:14:09 +02:00
Johannes Rieken
b158452e22
Merge pull request #4859 from Microsoft/joh/suggestFilter
...
better suggestion filtering
2016-04-04 12:01:00 +02:00
Johannes Rieken
203bccb562
ignore {{placeholder}}-syntax when comparing the codeSnippet
2016-04-04 11:24:43 +02:00
Johannes Rieken
865fe1870a
Merge branch 'master' into joh/suggestFilter
2016-04-04 11:14:11 +02:00
Johannes Rieken
cf2d6947eb
smarter codeSnippet filtering
2016-04-04 11:05:46 +02:00
Benjamin Pasero
8de500d767
ITextFileService#saveAs() should go through textFileEditorModel.save() ( fixes #2777 )
2016-04-04 09:46:27 +02:00
Joao Moreno
af43834083
Merge branch 'master' into gallery
2016-04-04 09:43:15 +02:00
Johannes Rieken
5a8ee05b21
also filter suggestions on codeSnippet/insertText cos that's what the user actually types
2016-04-04 09:28:21 +02:00
Benjamin Pasero
9a15f9e300
Provide an option to stop scrolling revealing active file in explorer ( fixes #3062 )
2016-04-04 07:51:58 +02:00
Andre Weinand
46703d9d2f
update node-debug
2016-04-04 00:05:20 +02:00
Erich Gamma
15cd6662d0
Added setting emmet.triggerExpansionOnTab
2016-04-03 20:10:40 +02:00
Benjamin Pasero
9ead0e20ab
disable failing tests
2016-04-03 17:42:41 +02:00
bgashler1@users.noreply.github.com
137843d496
Fixed windows flipped cursor on retina HDPI screens #362
2016-04-01 17:02:20 -07:00
bgashler1@users.noreply.github.com
cd14fafe3c
Added retina support to Mac cursor. HDPI for #362
2016-04-01 14:00:21 -07:00
Alex Dima
94ccb584c3
Use concrete types
2016-04-01 21:41:44 +02:00
Daniel Imms
ba6f665c6d
Merge .deb postinst and postinst.oss
2016-04-01 12:36:26 -07:00
Daniel Imms
e4d6038750
Use update url variable for yum repo
2016-04-01 12:32:27 -07:00