-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathFeatures.txt
57 lines (37 loc) · 950 Bytes
/
Features.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Road map
========
Multi objects in file
- JsonReconcilingStrategy
- Text Folding
- JsonTextFormatter
Fix \" in values
Fix validation.
Fix multi object outline issue.
Pair matching in editor {} or [] goes a miss if String contains any of those characters.
ctrl-f to format
when formatting don't remove trailing space
allow formatting to include whitespace before and after colon.
allow folding to be turned off
Single file validation
Single error outline
Allow editor to open for .js ending + validation
UTF-8 characters not show in outline
Multi errors in outline
Multi errors in validation
Generate Java objects
Mock JSON from Java Object
Http Client
Get incorporated into Eclipse Color Themes
Fix coloring for String value with space after :
JSON Schema
Upgrade to 4.2
Current Features
================
1) Outline
2) Text Coloring
3) Project Validation
4) Text format
5) Text folding
0.9.8
=====
1) Multi objects in file.