Commit Graph

90679 Commits

Author SHA1 Message Date
Martin Aeschlimann
db1768a599 [theme] storage.type is used for types 2016-01-11 13:52:36 +01:00
Johannes Rieken
44b8ebe084 merge with master 2016-01-11 13:03:39 +01:00
markrendle
91af12c86d Implement configurable cursor style 2016-01-11 12:54:34 +01:00
Johannes Rieken
2e95c110f4 use weak references to track TextDocument that were given out to consumers 2016-01-11 12:50:40 +01:00
Alex Dima
754b25d7ab Fixes #993: Expand LineCommentCommand search range for comment start token to contain at minimum the location immediately after indentation 2016-01-11 12:20:25 +01:00
Dirk Baeumer
2c77802b0f Fixes #1913 2016-01-11 11:47:43 +01:00
Alex Dima
85de39a54d Fix matchCount contrast in dark theme 2016-01-11 11:41:03 +01:00
Alex Dima
42fa7d777b Fix replace not working in untitled file 2016-01-11 11:41:02 +01:00
Benjamin Pasero
2e3358d571 get rid of ITextInput and IFileInput 2016-01-11 11:32:47 +01:00
Johannes Rieken
d7dbecc91d prepare for weak references - use ExtHostDocumentData with a TextDocument property instead of having just ExtHostDocument 2016-01-11 11:24:27 +01:00
Joao Moreno
e482157763 proxy: support false strict ssl without proxy configuration 2016-01-11 11:17:13 +01:00
Benjamin Pasero
0daabfb19a get rid of untitledEditorService in browser land 2016-01-11 11:10:07 +01:00
Benjamin Pasero
b3c0f238cc markdown: more from browser => common 2016-01-11 11:00:59 +01:00
Joao Moreno
5beb36f129 suggest: renable blur 2016-01-11 10:59:13 +01:00
Benjamin Pasero
9983e95ca6 move more things in files land from browser => common 2016-01-11 10:57:34 +01:00
Benjamin Pasero
a7d369afef move outputMode from browser => common 2016-01-11 10:57:33 +01:00
Alex Dima
0a1e2c29b0 Fixes #1609: Tweak onEnter regexp to accept no trailing whitespace in doc comments 2016-01-11 10:52:46 +01:00
isidor
b36f7f9c3c count badge: make it rounder to improve single digit case
fixes #1882
2016-01-11 10:50:49 +01:00
Joao Moreno
163c2c6732 Merge branch 'suggest' 2016-01-11 10:50:40 +01:00
Johannes Rieken
d78646888a refactor ExtHostDocumentModel to ready for node_module consumption 2016-01-11 10:50:25 +01:00
Joao Moreno
475d1aeab0 suggest: extra info final polish 2016-01-11 10:49:13 +01:00
Alex Dima
57656a454b Show matches count in find widget 2016-01-11 10:37:22 +01:00
David Storey
04cee66ced Add missing Counter Styles decriptors to syntax highlight 2016-01-11 01:36:59 -08:00
Benjamin Pasero
f44a183bd5 move inputs/models from workbench browser => common 2016-01-11 10:23:35 +01:00
Benjamin Pasero
0e7ed68303 move proxy helper from workbench => base 2016-01-11 09:59:29 +01:00
Benjamin Pasero
f1971c4dab inline ScopedService into its only user 2016-01-11 09:52:44 +01:00
Benjamin Pasero
ff4807828a move actionRegistry from browser => common 2016-01-11 09:50:43 +01:00
Benjamin Pasero
a851fb4542 move component from browser => common 2016-01-11 09:41:02 +01:00
David Storey
40736dd5b9 Move timing-function to its own restriction…
…due to being used by two specs and multiple prefixed properties.
2016-01-11 00:38:31 -08:00
Benjamin Pasero
4b831098fd move storage from browser => common 2016-01-11 09:34:46 +01:00
Benjamin Pasero
528380c813 electron 0.35.6 it is 2016-01-11 09:09:02 +01:00
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
David Storey
2c670e006e Add common @robertpenner timing functions to IntelliSense…
based on the CSS values from https://github.com/matthewlein/Ceaser/blob/master/developer/ceaser-easings.scss
2016-01-10 21:28:37 -08:00
David Storey
331a9538f7 add missing unicode-range to syntax highlight 2016-01-10 20:16:37 -08:00
David Storey
f54aaf3794 Add additional descriptions to ranges that are a subset of a script.
Remove some less used ranges (rare CJK), added range for Arabic ligatures and conditional forms.
2016-01-10 20:13:22 -08:00
David Storey
9a19ad3371 Add some useful Unicode Blocks for unicode-range property
Added the ranges needed for popular langauges (around 1m+ speakers) plus punctuation, symbols etc. Included ampersand on its own, as it is a common trick to “use the best available ampersand”. Added a few combinations, such as all the ranges needed for Japanese, and the pan european character sets (latin basic, various entended ranges, punctuation, etc.)
2016-01-10 18:22:38 -08: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