Sign in
protobuf-dt
/
protobuf
/
26d93e238d2d086e61516c97417eb240dc9b5817
26d93e2
Code cleanup: Removed class ModelFinder and reorganized its methods into
by Alex Ruiz
· 13 years ago
0644aac
In progress: [Issue 179] Add support for 'stream'
by Alex Ruiz
· 13 years ago
6a4fa2e
In progress: [Issue 179] Add support for 'stream'
by Alex Ruiz
· 13 years ago
2b5b6d3
In progress: [Issue 179] Add support for 'stream'
by Alex Ruiz
· 13 years ago
c71090d
In progress: [Issue 179] Add support for 'stream'
by Alex Ruiz
· 13 years ago
56529ec
Fixed label and text of outline view nodes referring to options.
by Alex Ruiz
· 13 years ago
ed4796b
Code cleanup.
by Alex Ruiz
· 13 years ago
42e46db
Fixed: [Issue 174] Content assistance too eager to provide field id.
by Alex Ruiz
· 13 years ago
c8ab416
Merge branch 'master' of https://code.google.com/p/protobuf-dt/
by Alex Ruiz
· 13 years ago
fe92fd6
Code cleanup.
by Alex Ruiz
· 13 years ago
cbfd959
Removed folder 'src-gen' from project's build path.
by Alex Ruiz
· 13 years ago
9e9501e
Code cleanup.
by Alex Ruiz
· 13 years ago
9043a80
Rewrote model post-processor in Java (was Xtend.)
by Alex Ruiz
· 13 years ago
e79fa99
Set default value of index in Literals to -1, using post-processing.
by Alex Ruiz
· 13 years ago
09886d0
Code cleanup.
by Alex Ruiz
· 13 years ago
eaff821
Code cleanup.
by Alex Ruiz
· 13 years ago
1256688
Removed code duplication. Added tests.
by Alex Ruiz
· 13 years ago
958161d
Code cleanup.
by Alex Ruiz
· 13 years ago
91d5159
Code cleanup.
by Alex Ruiz
· 13 years ago
a8b4be5
Code cleanup.
by Alex Ruiz
· 13 years ago
a81508c
Code cleanup.
by Alex Ruiz
· 13 years ago
4d5a53d
Moved settings for parser checks from extension point to preferences.
by Alex Ruiz
· 13 years ago
6ef00ca
Improved creation of XtextRule, by specifying overriding modules.
by Alex Ruiz
· 13 years ago
f2d2e33
Upgraded to Xtext 2.2.1.
by Alex Ruiz
· 13 years ago
ec53310
Code cleanup.
by Alex Ruiz
· 13 years ago
c64b698
Fixed category ID of preference pages underneath "Editor".
by Alex Ruiz
· 13 years ago
bc16332
Added settings to specify proto2-only checks via an extension point.
by Alex Ruiz
· 13 years ago
f3de5dd
Finally fisished cleaning up preference page code.
by Alex Ruiz
· 13 years ago
d84a13c
Code cleanup.
by Alex Ruiz
· 13 years ago
5be3822
Cleaning up preference pages.
by Alex Ruiz
· 13 years ago
41e64db
Code cleanup. Fixed broken tests.
by Alex Ruiz
· 13 years ago
eb57e5b
Code cleanup.
by Alex Ruiz
· 13 years ago
44c3263
Code cleanup. Adding more tests.
by Alex Ruiz
· 13 years ago
a16a70e
Built version 1.1.1.
by Alex Ruiz
· 13 years ago
ef8ff98
Preparing release 1.1.1
by Alex Ruiz
· 13 years ago
d2edfc8
Cleanup.
by Alex Ruiz
· 13 years ago
f04c39d
Fixed: [Issue 146] Add header to table in "Import Paths" preference page.
by Alex Ruiz
· 13 years ago
9236e8a
Major cleanup.
by Alex Ruiz
· 13 years ago
cdde981
Code cleanup.
by Alex Ruiz
· 13 years ago
002a4e6
Code cleanup.
by Alex Ruiz
· 13 years ago
af1d35a
Updated plug-in versions to 1.1.1.
by Alex Ruiz
· 13 years ago
52a7fe6
Fixed: [Issue 169] "Extend" can also extend group.
by Alex Ruiz
· 13 years ago
d976831
Fixed: [Issue 168] Groups can contain Messages and Extensions.
by Alex Ruiz
· 13 years ago
7b7fadd
Files that start with "java" are not considered proto2.
by Alex Ruiz
· 13 years ago
881a35a
Fixed: [Issue 167] Package scope resolution fails with nested types
by Alex Ruiz
· 13 years ago
72f5ad5
Fixed: [Issue 166] 1. is a valid floating-point number.
by Alex Ruiz
· 13 years ago
ded38ea
Fixed: [Issue 165] Editor cannot parse unit64 value 18446744073709551615.
by Alex Ruiz
· 13 years ago
61ccd99
Fixed: [Issue 165] Editor cannot parse unit64 value 18446744073709551615.
by Alex Ruiz
· 13 years ago
62c916c
Clean up code related to semicolon editor command.
by Alex Ruiz
· 13 years ago
263219a
In progress: [Issue 164] Validate that the default value of a field
by Alex Ruiz
· 13 years ago
57ea0b3
In progress: [Issue 164] Validate that the default value of a field
by Alex Ruiz
· 13 years ago
fec08b8
In progress: [Issue 164] Validate that the default value of a field
by Alex Ruiz
· 13 years ago
632ac3f
In progress: [Issue 164] Validate that the default value of a field
by Alex Ruiz
· 13 years ago
91d2bfd
In progress: [Issue 164] Validate that the default value of a field
by Alex Ruiz
· 13 years ago
1e07ee5
Code cleanup. Updated plug-in version. Added tests.
by Alex Ruiz
· 13 years ago
e449117
Code cleanup. Adding more tests.
by Alex Ruiz
· 13 years ago
254ded8
Code cleanup.
by Alex Ruiz
· 13 years ago
b78d8d0
Fixed: [Issue 155] Editor does not support complex custom options.
by Alex Ruiz
· 13 years ago
960a3c3
Fixed: [Issue 155] Editor does not support complex custom options.
by Alex Ruiz
· 13 years ago
7fb244b
Fixed: [Issue 6] Remove Xtext's own markers.
by Alex Ruiz
· 13 years ago
0c878ab
Names are now strings again, to enable rename refactoring.
by Alex Ruiz
· 13 years ago
2451025
Upgraded to the new Xtext Serializer.
by Alex Ruiz
· 13 years ago
260181f
Code cleanup.
by Alex Ruiz
· 13 years ago
3c52a23
Code cleanup.
by Alex Ruiz
· 13 years ago
b750d4e
Code cleanup.
by Alex Ruiz
· 13 years ago
9383545
Fixed grammar to include all keywords in qualified names (except
by Alex Ruiz
· 13 years ago
2f08463
In progress: [Issue 111] Extensions and complete enum literal support
by Alex Ruiz
· 13 years ago
39a43ce
Code cleanup. Fixed content assist for message and type references.
by Alex Ruiz
· 13 years ago
250e699
Still working on having keywords as identifiers.
by Alex Ruiz
· 13 years ago
66a1ea8
Packages can now have keywords as segment identifiers.
by Alex Ruiz
· 13 years ago
d0281f7
Fixed null names when identifiers are keywords.
by Alex Ruiz
· 13 years ago
3477c91
Removed need to use "backtrack" in grammar.
by Alex Ruiz
· 13 years ago
1523815
Code cleanup.
by Alex Ruiz
· 13 years ago
4e7c6f7
Code cleanup.
by Alex Ruiz
· 13 years ago
34ecf67
Fixed: [Issue 161] package scope resolution.
by Alex Ruiz
· 13 years ago
ce47e5e
In progress: [Issue 161] package scope resolution.
by Alex Ruiz
· 13 years ago
92bb909
In progress: [Issue 161] package scope resolution.
by Alex Ruiz
· 13 years ago
fdf64a6
In progress: [Issue 161] package scope resolution.
by Alex Ruiz
· 13 years ago
6578990
Code cleanup.
by Alex Ruiz
· 13 years ago
35d5902
Code cleanup.
by Alex Ruiz
· 13 years ago
9903fa0
Finished cleaning up the grammar.
by Alex Ruiz
· 13 years ago
3594e8c
Cleaning up grammar.
by Alex Ruiz
· 13 years ago
94d5c16
Renamed LiteralRef to LiteralLink.
by Alex Ruiz
· 13 years ago
68edf0e
Renamed elements in the grammar.
by Alex Ruiz
· 13 years ago
cd9c61f
Renamed Property to MessageField.
by Alex Ruiz
· 13 years ago
a7871d2
Renamed ScalarTypeRef to ScalarTypeLink. Renamed AbstractTypeRef to TypeLink.
by Alex Ruiz
· 13 years ago
c07b43c
Renamed TypeRef to ComplexTypeLink.
by Alex Ruiz
· 13 years ago
dfe5d7c
Renamed MessageRef to MessageLink.
by Alex Ruiz
· 13 years ago
d833196
Renamed Extend to MessageExtension.
by Alex Ruiz
· 13 years ago
3feeede
Renamed ExtendMessage to Extend.
by Alex Ruiz
· 13 years ago
122e4de
Renamed Type to ComplexType. Renamed RegularImport to NormalImport.
by Alex Ruiz
· 13 years ago
fa31e31
Adding more tests.
by Alex Ruiz
· 13 years ago
9208bc1
XtextRule now requires that all embedded proto code specify 'proto2' syntax.
by Alex Ruiz
· 13 years ago
fcfc755
In progress: [Issue 121] Nested message support in custom options.
by Alex Ruiz
· 13 years ago
02ee017
In progress: [Issue 121] Nested message support in custom options.
by Alex Ruiz
· 13 years ago
8acb6a7
In progress: [Issue 121] Nested message support in custom options.
by Alex Ruiz
· 13 years ago
344cf09
Cleaned up grammar.
by Alex Ruiz
· 13 years ago
3052e4c
Fixed: [Issue 160] Proto files outside workspace should have a different icon.
by Alex Ruiz
· 13 years ago
daa2ba6
Fixed: [Issue 159] Content assist for default value is broken.
by Alex Ruiz
· 13 years ago
a37eb26
Fixed: [Issue 159] Content assist for default value is broken.
by Alex Ruiz
· 13 years ago
Next »