Commit graph

8237 commits

Author SHA1 Message Date
Dirk Baeumer
7b911175f5 Import translations 2016-08-09 15:29:02 +02:00
Joao Moreno
e0cddc8bc6 improve test script 2016-08-09 15:27:30 +02:00
Joao Moreno
a8e9286f46 fix build 2016-08-09 15:26:47 +02:00
Johannes Rieken
b1ddc1ac5e add new setting editor.codeLens and deprecate the old editor.referenceInfos settings, #10238 2016-08-09 15:13:12 +02:00
Alex Dima
655efbc2bf Fixes #10232: Add more keybindings for zoomIn and zoomOut 2016-08-09 12:56:03 +02:00
Alex Dima
654a18c7df Fixes #10301: Change editor.fontSize from int to float 2016-08-09 12:53:10 +02:00
Johannes Rieken
4732c39198 debt - remove unused code 2016-08-09 12:28:22 +02:00
Johannes Rieken
6280dcb558 render paragraphs as such, fixes #10311 2016-08-09 11:47:36 +02:00
Martin Aeschlimann
b89e129aa2 [cpp] add grammar update script 2016-08-09 11:42:10 +02:00
Martin Aeschlimann
d266e96598 Updated c++.json to atom/language-c@7922a22 (2016-05-24) 2016-08-09 11:42:10 +02:00
Martin Aeschlimann
27b1baeec4 Updated c.json to atom/language-c@3fe925a (2016-05-27) 2016-08-09 11:42:10 +02:00
Joao Moreno
86d138241e ask for extension icon in query
related to #10180
2016-08-09 11:38:01 +02:00
Benjamin Pasero
974bce453e Save: Flush to disk after writing to file (fixes #9589) 2016-08-09 11:30:05 +02:00
Joao Moreno
6dd65cc0c5 Merge branch 'electron-code' 2016-08-09 11:12:27 +02:00
João Moreno
312a53ef2c win32: customize plain electron for dev 2016-08-09 11:11:28 +02:00
Johannes Rieken
eccb0245a3 Merge pull request #10310 from Microsoft/joh/miniedits
Make text edits more minimal
2016-08-09 10:52:50 +02:00
Martin Aeschlimann
c927cca365 Update grammar to textmate/shellscript.tmbundle@887a69b (2016-04-28). Fixes 10314 2016-08-09 10:50:33 +02:00
Johannes Rieken
fbebca5527 do not use for-of and const
https://github.com/Microsoft/TypeScript/issues/10220
2016-08-09 10:41:21 +02:00
Joao Moreno
3eafa6db3b linux: customize plain electron for dev 2016-08-09 10:30:51 +02:00
Joao Moreno
ebf9722e2e darwin: customize plain electron for dev 2016-08-09 10:14:00 +02:00
Johannes Rieken
d208042647 update tests 2016-08-09 10:11:32 +02:00
Joao Moreno
28550cff75 es6ify gulpfile.common 2016-08-09 10:10:47 +02:00
Johannes Rieken
a0a56c041f move stringDiff and make minal code, reuse for all format operations (doc, range, on type) 2016-08-09 10:09:01 +02:00
Alex Dima
e4ab8701ac Fixes #7769: Increase max decoration height in overview ruler 2016-08-09 10:04:00 +02:00
Alex Dima
a835f0c482 Improve message for tabSize and insertSpaces 2016-08-09 10:04:00 +02:00
Benjamin Pasero
f77da312b3 fix issue with "Close All" 2016-08-09 09:51:32 +02:00
Joao Moreno
7fd7e3ceb9 don't use es6 on index.js 2016-08-09 09:47:02 +02:00
Joao Moreno
b0d5f8a2ac extra comma 2016-08-09 09:47:02 +02:00
Johannes Rieken
b2ae03678a update tests 2016-08-09 09:45:37 +02:00
Johannes Rieken
6a678c40e0 don't restore view state as we have trustworthy edits 2016-08-09 09:43:33 +02:00
Benjamin Pasero
b59f466b01 Closing a dirty split editor (existing OR untitled) should not affect the initial editor (fixes #8983) 2016-08-09 09:39:20 +02:00
Benjamin Pasero
665b278948 remove unused services 2016-08-09 09:12:35 +02:00
Benjamin Pasero
d2000aab96 restore old command deprecation warning 2016-08-09 09:09:43 +02:00
Daniel Imms
590f21f71c Revert "Implement terminal scroll bar"
Going to hold off on this until sourcelair/xterm.js#224 is merged.

This reverts commit 0a5a071cea.
2016-08-08 15:22:26 -07:00
Daniel Imms
0a5a071cea Implement terminal scroll bar 2016-08-08 15:16:41 -07:00
Daniel Imms
99059750f2 Merge pull request #9480 from formulahendry/runEntireText
[Terminal] Run entire text if selection is empty
2016-08-08 10:09:55 -07:00
Daniel Imms
348ee2bc42 Add context key for terminal scroll up/down 2016-08-08 09:53:19 -07:00
Johannes Rieken
f4c18ebb73 first cut of more minimal text edits 2016-08-08 18:44:36 +02:00
Benjamin Pasero
28f8aa8af0 Add actions to move tabs within groups (Ctrl-Shift-PgUp and Ctrl-Shift-PgDown) (fixes #10291) 2016-08-08 18:43:22 +02:00
Benjamin Pasero
e1a7a724ef expose commands to move an editor in a group left and right (for #10291) 2016-08-08 18:26:07 +02:00
Daniel Imms
6bc4cbc136 Move terminal commands into skipped commands
Also add the rest of the commands.

Part of #10302
2016-08-08 09:24:33 -07:00
Daniel Imms
3670165658 Improve commandsToSkipShell wording
Part of #7269
2016-08-08 09:12:05 -07:00
Daniel Imms
0d6dd8627d Support a list of commands to skip handling by shell
Fixes #7269
2016-08-08 09:08:12 -07:00
Daniel Imms
7c734490c7 Support standard terminal scroll down/up 1 line keybindings
Windows: ctrl+up/down
Linux: ctrl+shift+up/down
Mac: cmd+up/down

Fixes #10302
2016-08-08 08:47:06 -07:00
Benjamin Pasero
661bf0dbfb Provide setting to not show read-only full settings buffer when opening Settings (fixes #9904) 2016-08-08 17:37:47 +02:00
Joao Moreno
82211b4d3d home, end in suggest
fixes #10263
2016-08-08 17:34:57 +02:00
Martin Aeschlimann
11d23f1562 files.associations intellisense does not work within quotation marks. Fxes #10184 2016-08-08 17:33:42 +02:00
Joao Moreno
58de2a3239 Revert "Add ctrl+p and ctrl+n to CommonKeybindings"
This reverts commit b01fb0bfd0.
2016-08-08 17:04:42 +02:00
Joao Moreno
669064fb2e Revert "Support ctrl+p/ctrl+n navigation in quickOpenWidget"
This reverts commit 3a52eb2614.
2016-08-08 16:55:56 +02:00
Joao Moreno
ab09a74c80 isolate index.js from index.html 2016-08-08 16:52:32 +02:00