1. fec08b8 In progress: [Issue 164] Validate that the default value of a field by Alex Ruiz · 13 years ago
  2. 632ac3f In progress: [Issue 164] Validate that the default value of a field by Alex Ruiz · 13 years ago
  3. 91d2bfd In progress: [Issue 164] Validate that the default value of a field by Alex Ruiz · 13 years ago
  4. 1e07ee5 Code cleanup. Updated plug-in version. Added tests. by Alex Ruiz · 13 years ago
  5. e449117 Code cleanup. Adding more tests. by Alex Ruiz · 13 years ago
  6. 254ded8 Code cleanup. by Alex Ruiz · 13 years ago
  7. b78d8d0 Fixed: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  8. 960a3c3 Fixed: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  9. 7fb244b Fixed: [Issue 6] Remove Xtext's own markers. by Alex Ruiz · 13 years ago
  10. 0c878ab Names are now strings again, to enable rename refactoring. by Alex Ruiz · 13 years ago
  11. 2451025 Upgraded to the new Xtext Serializer. by Alex Ruiz · 13 years ago
  12. 260181f Code cleanup. by Alex Ruiz · 13 years ago
  13. 3c52a23 Code cleanup. by Alex Ruiz · 13 years ago
  14. b750d4e Code cleanup. by Alex Ruiz · 13 years ago
  15. 9383545 Fixed grammar to include all keywords in qualified names (except by Alex Ruiz · 13 years ago
  16. 2f08463 In progress: [Issue 111] Extensions and complete enum literal support by Alex Ruiz · 13 years ago
  17. 39a43ce Code cleanup. Fixed content assist for message and type references. by Alex Ruiz · 13 years ago
  18. 250e699 Still working on having keywords as identifiers. by Alex Ruiz · 13 years ago
  19. 66a1ea8 Packages can now have keywords as segment identifiers. by Alex Ruiz · 13 years ago
  20. d0281f7 Fixed null names when identifiers are keywords. by Alex Ruiz · 13 years ago
  21. 3477c91 Removed need to use "backtrack" in grammar. by Alex Ruiz · 13 years ago
  22. 1523815 Code cleanup. by Alex Ruiz · 13 years ago
  23. 4e7c6f7 Code cleanup. by Alex Ruiz · 13 years ago
  24. 34ecf67 Fixed: [Issue 161] package scope resolution. by Alex Ruiz · 13 years ago
  25. ce47e5e In progress: [Issue 161] package scope resolution. by Alex Ruiz · 13 years ago
  26. 92bb909 In progress: [Issue 161] package scope resolution. by Alex Ruiz · 13 years ago
  27. fdf64a6 In progress: [Issue 161] package scope resolution. by Alex Ruiz · 13 years ago
  28. 6578990 Code cleanup. by Alex Ruiz · 13 years ago
  29. 35d5902 Code cleanup. by Alex Ruiz · 13 years ago
  30. 9903fa0 Finished cleaning up the grammar. by Alex Ruiz · 13 years ago
  31. 3594e8c Cleaning up grammar. by Alex Ruiz · 13 years ago
  32. 94d5c16 Renamed LiteralRef to LiteralLink. by Alex Ruiz · 13 years ago
  33. 68edf0e Renamed elements in the grammar. by Alex Ruiz · 13 years ago
  34. cd9c61f Renamed Property to MessageField. by Alex Ruiz · 13 years ago
  35. a7871d2 Renamed ScalarTypeRef to ScalarTypeLink. Renamed AbstractTypeRef to TypeLink. by Alex Ruiz · 13 years ago
  36. c07b43c Renamed TypeRef to ComplexTypeLink. by Alex Ruiz · 13 years ago
  37. dfe5d7c Renamed MessageRef to MessageLink. by Alex Ruiz · 13 years ago
  38. d833196 Renamed Extend to MessageExtension. by Alex Ruiz · 13 years ago
  39. 3feeede Renamed ExtendMessage to Extend. by Alex Ruiz · 13 years ago
  40. 122e4de Renamed Type to ComplexType. Renamed RegularImport to NormalImport. by Alex Ruiz · 13 years ago
  41. fa31e31 Adding more tests. by Alex Ruiz · 13 years ago
  42. 9208bc1 XtextRule now requires that all embedded proto code specify 'proto2' syntax. by Alex Ruiz · 13 years ago
  43. fcfc755 In progress: [Issue 121] Nested message support in custom options. by Alex Ruiz · 13 years ago
  44. 02ee017 In progress: [Issue 121] Nested message support in custom options. by Alex Ruiz · 13 years ago
  45. 8acb6a7 In progress: [Issue 121] Nested message support in custom options. by Alex Ruiz · 13 years ago
  46. 344cf09 Cleaned up grammar. by Alex Ruiz · 13 years ago
  47. 3052e4c Fixed: [Issue 160] Proto files outside workspace should have a different icon. by Alex Ruiz · 13 years ago
  48. daa2ba6 Fixed: [Issue 159] Content assist for default value is broken. by Alex Ruiz · 13 years ago
  49. a37eb26 Fixed: [Issue 159] Content assist for default value is broken. by Alex Ruiz · 13 years ago
  50. ec19cc0 Fixed: [Issue 158] Content assist for types does not respect scoping. by Alex Ruiz · 13 years ago
  51. 77b5dee Fixed: [Issue 157] Groups should be considered Types. by Alex Ruiz · 13 years ago
  52. 37641cd Fixed: [Issue 157] Groups should be considered Types. by Alex Ruiz · 13 years ago
  53. f77db2e In progress: [Issue 157] Groups should be considered Types. by Alex Ruiz · 13 years ago
  54. c2590cf Merge branch 'master' of https://code.google.com/p/protobuf-dt/ by Alex Ruiz · 13 years ago
  55. fbabff6 In progress: [Issue 157] Groups should be considered Types. by Alex Ruiz · 13 years ago
  56. 9aede66 Fixed multiple-level warnings related to non-proto2 files imported. by Alex Ruiz · 13 years ago
  57. f7df3d5 Code cleanup. by Alex Ruiz · 13 years ago
  58. 24c42e3 Merge branch 'master' of https://code.google.com/p/protobuf-dt/ by Alex Ruiz · 13 years ago
  59. 8c07b5d Adding support for converting scoping errors into warnings if non-proto2 by Alex Ruiz · 13 years ago
  60. 8760c31 Adding support for converting scoping errors into warnings if non-proto2 by Alex Ruiz · 13 years ago
  61. 75e0a8e Fixed test failures. Added "syntax = 'proto2'" to all proto code in tests. by Alex Ruiz · 13 years ago
  62. 30880f9 Fixed: [Issue 156] Editor does not support custom options for enum values. by Alex Ruiz · 13 years ago
  63. 96a7134 Fixed: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  64. 3216303 Fixed: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  65. eca7b70 Fixed: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  66. 2f42944 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  67. 90b9a83 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  68. 12ee03a In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  69. 5268fff In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  70. c209d86 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  71. de0f316 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  72. 170e199 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  73. b7bf678 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  74. fdb4764 In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  75. 60501de In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  76. 3bc2f7a In progress: [Issue 155] Editor does not support complex custom options. by Alex Ruiz · 13 years ago
  77. e95d2df Fixed: [Issue 154] Allow more than one semicolon at the end of a message field. by Alex Ruiz · 13 years ago
  78. 4cbe337 Added check where proto files without syntax are considered non-proto2. by Alex Ruiz · 13 years ago
  79. f8a501f Fixed: [Issue 153] '-inf' is not supported as default value of double or by Alex Ruiz · 13 years ago
  80. 25f574c Fixed: [Issue 152] Escaped literals in Strings not supported. by Alex Ruiz · 13 years ago
  81. 9f6879e Fixed: [Issue 151] Negative hexadecimal numbers are not supported. by Alex Ruiz · 13 years ago
  82. 6bb2e05 Importing non-proto2 files now shows a warning. by Alex Ruiz · 13 years ago
  83. 8cd838c Fixed: [Issue 150] Groups do not support 'extend message' elements. by Alex Ruiz · 13 years ago
  84. f0fc3d7 Added support for ignoring proto files with non-proto2 syntax. by Alex Ruiz · 13 years ago
  85. 6d62bfc Code cleanup. by Alex Ruiz · 13 years ago
  86. 38750cc Code cleanup. by Alex Ruiz · 13 years ago
  87. 6219b9d Fixed: [Issue 148] Elements with different types bug same names are by Alex Ruiz · 13 years ago
  88. a22de83 Fixed: [Issue 148] Elements with different types bug same names are by Alex Ruiz · 13 years ago
  89. 8bc5fcd Fixed: [Issue 147] Options in groups show syntax errors. by Alex Ruiz · 13 years ago
  90. 03c5e79 Code cleanup. by Alex Ruiz · 13 years ago
  91. 1e38021 Code cleanup. by Alex Ruiz · 13 years ago
  92. 09756e0 Code cleanup: pre-compiled regular expressions. by Alex Ruiz · 13 years ago
  93. 77002c3 Fixed severe editor breakage. by Alex Ruiz · 13 years ago
  94. 26751fd Fixed broken tests in Windows. by Yvonne Wang Price · 13 years ago
  95. a15a078 Adding more tests. by Alex Ruiz · 13 years ago
  96. c570ac4 Adding more tests. Code cleanup. by Alex Ruiz · 13 years ago
  97. 224026a Code cleanup. by Alex Ruiz · 13 years ago
  98. 256a771 Merge branch 'master' of https://code.google.com/p/protobuf-dt/ by Alex Ruiz · 13 years ago
  99. a6b18a2 Adding more tests. Code cleanup. by Alex Ruiz · 13 years ago
  100. 1873d9b Code cleanup. by Alex Ruiz · 13 years ago