Daniel Imms
655def280e
Remove trailing dot removal all together
2016-02-22 07:48:53 -08:00
Alex Dima
5e916c1a51
Fixes #2225 : registering a support does not instantiate mode, it waits until mode is instantiated
2016-02-22 16:36:48 +01:00
Alex Dima
8d2efab82a
Simplify mode creation logic
2016-02-22 16:36:47 +01:00
Joao Moreno
fa12257047
add LICENSE link
...
fixes #2681
2016-02-22 16:21:11 +01:00
Joao Moreno
f403960aba
remove extension links rounded corners
...
fixes #3232
2016-02-22 16:12:29 +01:00
isidor
beb7fcaeea
editorStatus: encoding actions displayed in a better way in quick open
2016-02-22 16:09:09 +01:00
isidor
c288d0c4e4
editorStatus: show encoding
2016-02-22 16:09:09 +01:00
João Moreno
91950ae764
Merge pull request #3134 from stkb/snippets
...
Change accelerator key for menu item: User Snippets from 'U' to 'S'
2016-02-22 16:02:47 +01:00
Martin Aeschlimann
5e000888f0
Merge branch 'aeschli/cleanup-instantiationservice'
2016-02-22 16:01:56 +01:00
Martin Aeschlimann
cd9f8897e8
Rename INewConstructorSignature to IConstructorSignature
2016-02-22 15:59:49 +01:00
Martin Aeschlimann
802111ccfc
Remove old constructor APIs
2016-02-22 15:31:06 +01:00
Alex Dima
3548516f89
Fixes #2205 : distributed cursor paste uses cursor order
2016-02-22 15:08:06 +01:00
Alex Dima
72961bbfad
Fixes #1336
2016-02-22 14:41:57 +01:00
Martin Aeschlimann
5ae8889dcd
Merge pull request #3198 from alexaubry/master
...
Updated Swift Autocompletion Syntax
2016-02-22 14:39:19 +01:00
isidor
2756caab8b
debug: move debug actions to bottom of context menu
...
fixes #3250
2016-02-22 14:32:01 +01:00
Alex Dima
37fb55aeff
Fixes #2415 : editor layout calls causes synchronous render
2016-02-22 14:19:47 +01:00
Martin Aeschlimann
41640b87ab
some mistake in writing in folding.ts #3070
2016-02-22 13:39:05 +01:00
Alex Dima
9f6d389b90
Fixes #1585 : Allow close brackets if open brackets are present in links
2016-02-22 13:30:11 +01:00
Martin Aeschlimann
fdd96243b3
Fixes #3108 . Fix code folding keyboard mix up
2016-02-22 13:26:40 +01:00
Alex Dima
1842f05e27
Fixes #3090 : Attempt first line again at the end when finding next or previous matches
2016-02-22 13:14:00 +01:00
Alex Dima
875d090556
Fixes #2747 : use dimmer color for rulers in dark theme
2016-02-22 12:54:53 +01:00
Martin Aeschlimann
1139f8bbed
Fixes #3048 [css] Uncaught RangeError: Maximum call stack size exceeded
2016-02-22 12:42:35 +01:00
Alex Dima
5598ee09f1
Fixes #2968 : Do not massage TM tokens & merge sequential identical ones
2016-02-22 12:27:58 +01:00
Alex Dima
5c5752c755
Fixes #3163 : Disable code lens in diff editor
2016-02-22 12:19:48 +01:00
Alex Dima
a468640ab7
Disable folding in diff editors
2016-02-22 12:13:25 +01:00
Alex Dima
47eebd5015
Fixes #3092 : diff overview ruler also occupies all available height
2016-02-22 12:11:28 +01:00
Alex Dima
bc2dcbf912
Move CharacterPair to modes.ts and adopt in onEnter.ts
2016-02-22 11:56:38 +01:00
Alex Dima
4a7d555d2d
Simplify code dealing with brackets
2016-02-22 11:49:20 +01:00
Alex Dima
eeece32b9b
Fixes #3114 : language configurations are additive
2016-02-22 10:49:04 +01:00
Martin Aeschlimann
c93de7a171
Fixes #2995 [json] [0.10.8] Wrapping JSON with double quotes replaces the text
2016-02-22 10:29:35 +01:00
Alex Dima
719730a346
vsxml is only used in razor
2016-02-22 00:47:48 +01:00
Alex Dima
64513692a3
Simplify buildfiles
2016-02-22 00:43:29 +01:00
Alex Dima
c48611d6bc
plaintext is not a compat mode, convert .js files to .ts
2016-02-22 00:29:20 +01:00
Alex Dima
6e5a331ac7
Organize imports
2016-02-21 23:54:14 +01:00
Alex Dima
eac7644efc
Organize imports
2016-02-21 23:37:12 +01:00
Alex Dima
3d78927e56
Organize imports
2016-02-21 23:11:52 +01:00
Alex Dima
273cc0d4f5
Organize imports
2016-02-21 22:24:20 +01:00
Alex Dima
476879903a
Organize imports
2016-02-21 22:24:17 +01:00
Alex Dima
e49274babd
Better handling of empty edits
2016-02-21 22:24:15 +01:00
Alex Dima
4716f2e568
Emit model mode changed from modelService
2016-02-21 22:24:14 +01:00
Alex Dima
8a6538e67a
Organize imports
2016-02-21 22:24:12 +01:00
Alex Dima
2a30501702
Cleanup
2016-02-21 22:24:08 +01:00
Alex Dima
ee05e79cb5
Remove network.URL
2016-02-21 22:24:06 +01:00
Erich Gamma
676b8b8881
fix typo
2016-02-21 13:45:11 +01:00
Erich Gamma
0ca375f3b8
Document when the registerOnTypeFormattingEditProvider is active
2016-02-21 13:43:05 +01:00
Alexis Aubry
dd523e3943
Added missing keyword
...
@IBOutlet
2016-02-20 20:55:47 +01:00
Erich Gamma
f7d8613e74
fixed LAST lint warning
2016-02-20 15:21:15 +01:00
Alexis Aubry
5f71983134
Update Swift Autocompletion Syntax
...
Performed updates to the Swift Snippets JSON so that they match the latest language syntax
Updated :
- print()
- repeat {} while
Added :
- Guard statement
- Optional Binding Statement
2016-02-20 15:18:59 +01:00
Erich Gamma
b734c52e0f
Fixes #3195
2016-02-20 15:01:25 +01:00
Erich Gamma
2aa41e4651
merging #3034
2016-02-20 14:58:39 +01:00