1. 82e8b28 Bump version to 2.2.0 by John Glassmyer · 9 years ago master
  2. 67c88d6 Validate that the start and end numbers of reserved and of extensions are by John Glassmyer · 9 years ago
  3. b580b49 Allow "reserved" within a group. by John Glassmyer · 9 years ago
  4. eb0ba37 Allow "syntax" as a field name by John Glassmyer · 9 years ago
  5. 4ac667e Improvments to checking for conflicts among tag numbers and names: by John Glassmyer · 9 years ago
  6. 99c6791 Provide a ProtoDescriptor defining a single message, MapEntry, allowing by John Glassmyer · 9 years ago
  7. b79a2d3 Display the types of map fields (in hover popups and in the outline view) by John Glassmyer · 9 years ago
  8. eba85e8 Allow repeated fields within option values. by John Glassmyer · 9 years ago
  9. eac9845 Support "reserved" field numbers and names. by John Glassmyer · 9 years ago
  10. a76c033 Make the error message more accurate for an invalid map key type. by John Glassmyer · 9 years ago
  11. 92d2d3b Prohibit extensions other than non-map message fields and groups. by John Glassmyer · 9 years ago
  12. 08c9b52 Include elements of oneofs in custom option scopes. by John Glassmyer · 9 years ago
  13. 9f06c25 Changes to SmartSemicolonHandler: by John Glassmyer · 9 years ago
  14. 66dd18e Resolve grammar ambiguities which resulted in ANTLR errors and warnings by John Glassmyer · 9 years ago
  15. 1b59e2d Allow fields to be named "map" by Harry Terkelsen · 9 years ago
  16. 6ffd4e7 Bump version to 2.1.0 by Harry Terkelsen · 9 years ago
  17. e3d457c Merge "Allow multiline strings to have comments inside" by Harry Terkelsen · 9 years ago
  18. 45aac0c Allow multiline strings to have comments inside by Harry Terkelsen · 9 years ago
  19. 2b52bc5 Resolve oneof field names when doing scoping for complex values by Harry Terkelsen · 9 years ago
  20. b85930b Handle case where the preference for the descriptor.proto is unable to by Harry Terkelsen · 9 years ago
  21. c826036 Check that fields inside a "oneof" declaration do not have modifiers. by Harry Terkelsen · 9 years ago
  22. 407fae0 Support RPC4 stream syntax by Harry Terkelsen · 9 years ago
  23. 7b757b9 Bump version to 2.0.1 by Harry Terkelsen · 9 years ago
  24. 25f95e1 Validate map type fields and allow type linking in map types by Harry Terkelsen · 9 years ago
  25. 9675dbe Add support for omitting modifiers for proto3 by Harry Terkelsen · 9 years ago
  26. 6c98fa4 Add support for 'syntax = "proto3";' by Harry Terkelsen · 9 years ago
  27. 8067fb1 Add maps syntax support by Harry Terkelsen · 9 years ago
  28. bd1616e Make the descriptor proto preference workspace-level by Harry Terkelsen · 10 years ago
  29. 81c7731 Get project-level descriptor.proto from preference by Harry Terkelsen · 10 years ago
  30. 51f84c2 Fixed IllegalStateException when using smart-semicolon to add a new by foremans · 11 years ago
  31. 6f950f2 Add unit tests for new grammar features by foremans · 11 years ago
  32. 75f596e Fixed up unit test issues by foremans · 11 years ago
  33. e95ece0 Allow trailing semicolon (;) after field values. by foremans · 11 years ago
  34. 2ffce3a Fixed a case where the new index for a message field gets calculated and by foremans · 11 years ago
  35. 0bdaa8d Fixed plugin branding text by foremans · 11 years ago
  36. b9e5962 Added override to disable JDT-enhanced SharedModule. Protobuf doesn't by foremans · 11 years ago
  37. e3fcf5a Moved plugin dependencies to feature by foremans · 11 years ago
  38. bb32a61 Fixed linking to groups in complex values, for example: by foremans · 11 years ago
  39. d929c45 Remove unused functions by foremans · 11 years ago
  40. b083981 Added support for wrapping aggregate data in < > by foremans · 11 years ago
  41. a0e3cbb Made missing Modifier 'optional' by default to handle oneof fields. by foremans · 11 years ago
  42. 4ec2e8f Initial support for "oneof" keyword for internal testing by foremans · 11 years ago
  43. ec8773a Better fix for group scoping by foremans · 11 years ago
  44. 20a512a Rolled version to 1.4.3 by foremans · 11 years ago
  45. c9d6ac6 Updated to Xtext 2.4.2 by foremans · 11 years ago
  46. 2cd4afa Roll version and update site by foremans · 11 years ago
  47. 95d03f4 Fixed scope handling for option group by foremans · 11 years ago
  48. a6a2080 More directory management by foremans · 11 years ago
  49. 3d48951 Fixed some directory tracking by foremans · 11 years ago
  50. f5a26bd Allow keywords to be used as field names as well. This is valid by by foremans · 11 years ago
  51. 7c836a6 Merge branch 'master' into 140 by foremans · 11 years ago
  52. 9ecb105 Updated version to 1.4.0 by foremans · 11 years ago
  53. ce9dd5a Rolled version to 1.3.4 by foremans · 11 years ago
  54. 7f1ef54 Keep src-gen folders to make it easier to setup a new project. by foremans · 11 years ago
  55. c61818f Parser will no longer choke when using keywords as field names, but this by foremans · 11 years ago
  56. ef3b01f Fixed parsing of HEX literals that use a capital X by foremans · 11 years ago
  57. 06bcb36 Revert "Fixed parsing of negative hex literals using X instead of x" by foremans · 11 years ago
  58. 15e26fb Fixed parsing of negative hex literals using X instead of x by foremans · 11 years ago
  59. ea76be0 Revert "Added support for deprecated and packed field options" by foremans · 11 years ago
  60. 52e1a83 Added support for deprecated and packed field options by foremans · 11 years ago
  61. d2c966d Fixed Google-specific bug. by Alex · 12 years ago
  62. fe45ee4 v1.3.3 released. by Alex Ruiz · 12 years ago
  63. fe6e5e0 Preparing 1.3.3 release. by Alex Ruiz · 12 years ago
  64. b6177d0 Fixed: "extend" element show an empty child in Outline View by Alex Ruiz · 12 years ago
  65. 22b568b Fixed: [Issue 229] Type references in nested messages not found. by Alex Ruiz · 12 years ago
  66. 377c1bd Fixed: [Issue 228] No progress feedback when compiling files with protoc. by Alex Ruiz · 12 years ago
  67. 98ca185 Code cleanup. by Alex Ruiz · 12 years ago
  68. 08e768d Fixed FastXtextResource. Organized imports. by Alex Ruiz · 12 years ago
  69. 6d6434c Fixed: [Issue 206] Updating resource descriptions takes forever by Alex · 12 years ago
  70. 65a51b8 Fixed: [Issue 191] linked .proto files not compiled by Alex Ruiz · 12 years ago
  71. b1b3e55 Fixed: [Issue 224] xtend & protobuf-dt conflict: .xtend files mistakenly by Alex Ruiz · 12 years ago
  72. 6083ad0 Fixed: [Issue 221] Unhandled event loop exception by Alex Ruiz · 12 years ago
  73. 7eae628 Released v1.3.2. by Alex Ruiz · 12 years ago
  74. 9e08ecd Preparing release of v1.3.2. by Alex Ruiz · 12 years ago
  75. 7bc840f Fixed: [Issue 219] Auto-formatting problem with "extensions" keyword. by Alex Ruiz · 12 years ago
  76. 39451cf Fixed: [Issue 218] Fix Protobuf editor contributed sources of UI delays. by Alex Ruiz · 12 years ago
  77. 80bf13c Fixed: [Issue 217] Error markers never disappear. by Alex Ruiz · 12 years ago
  78. b91fb35 Fixed: [Issue 217] Error markers never disappear. by Alex Ruiz · 12 years ago
  79. eff972b Created own proto editor. by Alex Ruiz · 12 years ago
  80. 6cf555c Minor code cleanup. by Alex Ruiz · 12 years ago
  81. c2b081f Workaround for https://bugs.eclipse.org/bugs/process_bug.cgi by Alex Ruiz · 12 years ago
  82. 8fc4a82 Revert "Added support for remote logging of editor usage." by Alex Ruiz · 12 years ago
  83. 0d67fa5 Added support for remote logging of editor usage. by Alex Ruiz · 12 years ago
  84. 9fc15dd Removed dependency on EMF data binding. by Alex Ruiz · 12 years ago
  85. 665efc0 Developement in master branch is tied to Eclipse 3.8 and Xtext 2.3. by Alex Ruiz · 12 years ago
  86. 690d3c8 In progress: [Issue 215] Add a "new .proto file" wizard by Alex Ruiz · 12 years ago
  87. 28ab8a2 In progress: [Issue 215] Add a "new .proto file" wizard by Alex Ruiz · 12 years ago
  88. 5db898a Built v1.2.5. by Alex Ruiz · 12 years ago
  89. 0cc9766 Preparing release of v1.2.5. by Alex Ruiz · 12 years ago
  90. 9131814 Fixed NPE. by Alex Ruiz · 12 years ago
  91. 3487f9c Fixed: [Issue 214] protobuf-dt only generating C++ code regardless of settings by Alex Ruiz · 12 years ago
  92. 1e6dd39 Added Xtext 2.3-compatible build. by Alex Ruiz · 12 years ago
  93. 8707ef9 Built v1.2.4 by Alex Ruiz · 12 years ago
  94. 04994aa Preparing release of v1.2.4 by Alex Ruiz · 12 years ago
  95. b5208fd Minor code cleanup. by Alex Ruiz · 12 years ago
  96. 0247202 Proto editor now ignores binary, ascii and xml formats. by Alex Ruiz · 12 years ago
  97. 065387d Fixed: [Issue 205] Auto-Compiler problem in Windows by Alex Ruiz · 12 years ago
  98. 6ae64f2 Fixed: [Issue 210] semicolon being ignored. by Alex Ruiz · 12 years ago
  99. 0f577f5 Fixed: [Issue 213] Setting defaults in "Compiler" preference page does by Alex Ruiz · 12 years ago
  100. 83ac693 Code cleanup. by Alex Ruiz · 12 years ago