1. 1f5e436 ASSIGNED - bug 223526: require-bundle should specify ranges by dacarver · 17 years ago
  2. 10d241d Correctly position variables when content assistance is done with variables. by dacarver · 17 years ago
  3. 442e44b Correctly position variables when content assistance is done with variables. by dacarver · 17 years ago
  4. d4fa0e8 Removed java debug target for now by dsatchwel · 17 years ago
  5. ed9f7a0 Removed ability to add breakpoints to XML files for now by dsatchwel · 17 years ago
  6. 412b1c6 Clean up extraneous warnings and stubs for javadoc. by dacarver · 17 years ago
  7. c23fe1f Clean up extraneous warnings and stubs for javadoc. by dacarver · 17 years ago
  8. b796e08 Fix extraneous @overrides on methods that don't have a super class to override. by dacarver · 17 years ago
  9. 4f8428e *** empty log message *** by dsatchwel · 17 years ago
  10. 1c81831 *** empty log message *** by dsatchwel · 17 years ago
  11. ea1f1c2 Added copyright headers. by dacarver · 17 years ago
  12. 54bae8a Added accessibility rules and XSLMarkupValidator. This could be used to help compile and validate the XPaths for as you type Validation. by dacarver · 17 years ago
  13. f5964d1 *** empty log message *** by dsatchwel · 17 years ago
  14. b370e1a *** empty log message *** by dsatchwel · 17 years ago
  15. bc0b9de fixed extraneous override statements. by dacarver · 17 years ago
  16. 51853ec bug 223137 - fixed issue with launching an ant build that uses the xsl.include task. by dacarver · 17 years ago
  17. 6256402 *** empty log message *** by dsatchwel · 17 years ago
  18. e7cf27e *** empty log message *** by dsatchwel · 17 years ago
  19. 3dccb38 *** empty log message *** by dsatchwel · 17 years ago
  20. d011ced *** empty log message *** by dsatchwel · 17 years ago
  21. 3b95661 bug 215121 - Externalize Strings. Updated plugins so that they externalized the strings that are displayed in the logs and ui. by dacarver · 17 years ago
  22. 3a2400d Externalized strings and added setting to require javadoc for public and protected classes. by dacarver · 17 years ago
  23. a82f012 Fixed auto completion proposal. by dacarver · 17 years ago
  24. 40b642a *** empty log message *** by dsatchwel · 17 years ago
  25. 59c840e *** empty log message *** by dsatchwel · 17 years ago
  26. 89840ac *** empty log message *** by dacarver · 17 years ago
  27. 213ddd9 adjust access rules to work around PDE limitation (may be specific only to IBM JRE? Not sure.) by david_williams · 17 years ago
  28. a3a03bf Removed global variables suggestions from Match templates. by dacarver · 17 years ago
  29. 0becc49 Removed unused XPathException import that causes compilation errors under JRE 5.0 by dsatchwel · 17 years ago
  30. 25db8a4 *** empty log message *** by dsatchwel · 17 years ago
  31. cec654f Added support for XSL variables in content assist. by dacarver · 17 years ago
  32. 59a9339 additional patches for content completion of select and test variables. by dacarver · 17 years ago
  33. 0739222 added ability to filter once content assist brought up. by dacarver · 17 years ago
  34. eacfe6d more cleanup for xsl content assist by dacarver · 17 years ago
  35. a89978d Cleaned up and fixed issue with content assist. by dacarver · 17 years ago
  36. 919a1ef Cleaned up content assist code. by dacarver · 17 years ago
  37. 07b5058 Added axis templates. by dacarver · 17 years ago
  38. 088dc3b finished xpath templates, add exslt context, xpath 2.0 context by dacarver · 17 years ago
  39. b2a82e4 Additional Templates by dacarver · 17 years ago
  40. 105e415 Added XPath Templates page. This currently will handle operators, and some xpath statements. These will be used as base inputs. by dacarver · 17 years ago
  41. 1a0ddc3 bug 217919 - Added intial contribution from lars vogel to add XInclude support as well as an Ant Task. Enhanced contribution to add necessary ant task to the built in eclipse Ant support. by dacarver · 17 years ago
  42. 20450cd Added basic content proposal support for XSLT. by dacarver · 17 years ago
  43. 4986526 *** empty log message *** by dsatchwel · 17 years ago
  44. b578b14 bug 191825 - Added support for Dita and Docbook content types for the XML editor. by dacarver · 17 years ago
  45. fb7e28f fixing version numbers from "1.0" to "0.5". by david_williams · 17 years ago
  46. 217a16c *** empty log message *** by dsatchwel · 17 years ago
  47. e4d206c *** empty log message *** by dsatchwel · 17 years ago
  48. 7dca784 revert so jar is explicit by david_williams · 17 years ago
  49. aa1bab6 re-use Orbit bundles by david_williams · 17 years ago
  50. 9e267a8 removed non-existent directory from build.properties by david_williams · 17 years ago
  51. 94629ff removed third party source so can reuse from Orbit by david_williams · 17 years ago
  52. 8dbe0e8 *** empty log message *** by dsatchwel · 17 years ago
  53. 14b2ca7 updated plugin eclipse version to 3.4 by dacarver · 17 years ago
  54. f7fa8bf bug 214228 - looks up available inputs by content type and file extension allowing for the input list to handle all xml content types instead of just xml and xhtml. by dacarver · 17 years ago
  55. 4059e14 Added debug perspective short cut, folder short cut, general project short cut. by dacarver · 17 years ago
  56. ee028be added xml, xsd, wsdl, dtd to the xml perspective new wizard short cut by dacarver · 17 years ago
  57. 0ccffa8 *** empty log message *** by dacarver · 17 years ago
  58. ff63195 fixed perspective so that it shows, added snippets view by dacarver · 17 years ago
  59. 53d563f removed team ui plugin extension by dacarver · 17 years ago
  60. 0966027 bug 213883 - Added XML Perspective, should be refactored out to use perspectiveExtensions to add shortcuts and views instead of hard coding in the factory method. by dacarver · 17 years ago
  61. 8a54841 [217184] Separate Web and XML preference page category into two by nitind · 17 years ago
  62. cce9d72 minor, to correct PDE red X by david_williams · 17 years ago
  63. 436b004 RESOLVED - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  64. 462cfce ASSIGNED - bug 215641: [xslt][build] Add org.eclipse.wst.xslt.ui and XPath UI by jmoller · 17 years ago
  65. 8f3c985 removed catalog contribution as the custom resolver now handles which grammar to load. by dacarver · 17 years ago
  66. 2b4d861 NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  67. 7e92204 NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  68. 07219e4 *** empty log message *** by dsatchwel · 17 years ago
  69. 6fe25e9 fixes @override compilatiuon error by dacarver · 17 years ago
  70. d3e7ff5 NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  71. 16b0a56 "Snarf and barf" error by jmoller · 17 years ago
  72. 3f2e3ce NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  73. 6ddd2f1 bug 213853, bug 195028 by dacarver · 17 years ago
  74. 6dd25fb bug 213853, bug 195028 by dacarver · 17 years ago
  75. 93ed0bd add icons directory to build.properties so icons are distributed. by david_williams · 17 years ago
  76. 83556ab *** empty log message *** by dsatchwel · 17 years ago
  77. 69cad6d *** empty log message *** by dsatchwel · 17 years ago
  78. 4a4ae41 *** empty log message *** by dsatchwel · 17 years ago
  79. 74c0746 *** empty log message *** by dsatchwel · 17 years ago
  80. 2925c46 *** empty log message *** by dsatchwel · 17 years ago
  81. 121daae minor changes by dsatchwel · 17 years ago
  82. 30305b4 Added ability to debug Java classes by dsatchwel · 17 years ago
  83. fb7ee5a Impacted y name change by dsatchwel · 17 years ago
  84. 827ac51 Changes made so that debugger and invoker resolve the classpath themselves by dsatchwel · 17 years ago
  85. 52120f8 Name change by dsatchwel · 17 years ago
  86. b2a0f2b Removed bundleId as classpath is now already resolved by dsatchwel · 17 years ago
  87. 5dde4d0 Renamed by dsatchwel · 17 years ago
  88. 2100856 Removed processor install by dsatchwel · 17 years ago
  89. 50b8fee Removed Xalan 2.5.1 by dsatchwel · 17 years ago
  90. 4c77494 Placeholder by dsatchwel · 17 years ago
  91. b8ba17d Removed debugger as it depends on saxon.jar by dsatchwel · 17 years ago
  92. fa7cd48 fixing version back to 0.5 by david_williams · 17 years ago
  93. 76bcab3 more misc basic setup by david_williams · 17 years ago
  94. 5e5ff07 more misc basic setup by david_williams · 17 years ago
  95. 6584987 cvs ignore PDE build artifacts by david_williams · 17 years ago
  96. 04a4d54 cvs ignore PDE build artifacts by david_williams · 17 years ago
  97. 5c6d456 set java 1.5 preference by david_williams · 17 years ago
  98. 700aff9 cvs ignore PDE build artifacts by david_williams · 17 years ago
  99. d265fa2 cvs ignore PDE build artifacts by david_williams · 17 years ago
  100. c65486c prefs changed when I set Java 1.5? by david_williams · 17 years ago