1. d58658d [112477] Update component.xml for wst.dtd by nitind · 19 years ago
  2. 38537bb [112475] Update component.xml for wst.css by nitind · 19 years ago
  3. af560c1 add link to overview by nitind · 19 years ago
  4. 3133fc6 [112468] Update component.xml for jst.jsp by nitind · 19 years ago
  5. e7cdc9f [112519] [api] Need API for Taglib information by nitind · 19 years ago
  6. edffe17 Removed thread classloader call. This is no longer necessary with modern plug-in class loading. by lmandel · 19 years ago
  7. ba371d0 Correction: XML catalog does not need to run for physical resolution pass. There was a problem in the XML validator's ValidatorHelper. resolve must always be called before resolvePhysical. by lmandel · 19 years ago
  8. a897507 Added the XML catalog as a physical resolver. by lmandel · 19 years ago
  9. 585b05e [112281] Declare XML Catalog Extension Point API for WTP 1.0 by kchong · 19 years ago
  10. 2c2f5de [112496] Update component.xml for wst.xsd - plugins were refactored/renamed. xsd.core does not have API by kchong · 19 years ago
  11. ee0c938 major mass change to version 1.0 by david_williams · 19 years ago
  12. 6cfe5c8 [106427] Performance : need a delay class loading for EditorExtension actions by nitind · 19 years ago
  13. a06daf8 Handle null result from IContentDescription by nitind · 19 years ago
  14. b38692c [114357] Method adjustTextLength in GenericTemplateRegion implemented hard coded by david_williams · 19 years ago
  15. 163451c [106426] Performance : need to delay class loading for DnD extension by nitind · 19 years ago
  16. 503fc09 [106426] Performance : need to delay class loading for DnD extension by nitind · 19 years ago
  17. c380c03 [112755] We should never catch general Exception and not at least log it by nitind · 19 years ago
  18. 0c98f29 minor doc update by nitind · 19 years ago
  19. 2eeb3d4 adding logic to fix flakey "end tag proposal" content assists. by pavery · 19 years ago
  20. c4a5956 [114440] Test failure in org.eclipse.wst.xml.ui.tests.performance by nitind · 19 years ago
  21. b3d996d fix visibility by nitind · 19 years ago
  22. 86ed2fe [109441] Use base selection notification instead of ViewerSelectionManager by nitind · 19 years ago
  23. 64de6da [112884] Get rid of XSDTextEditor (no subclassing of StructuredTextEditor allowed) - also outline view. Added back filter actions. Fixed selection problems by kchong · 19 years ago
  24. 022c844 minor cleanup by nitind · 19 years ago
  25. b2c0d86 [113750] Incorrect copyright statements in o.e.wst.dtd.* by nitind · 19 years ago
  26. f31afa3 return cancelled status when cancelled by nitind · 19 years ago
  27. 6d7ad8b deprecate implementation class by nitind · 19 years ago
  28. a3baf83 [109441] Use base selection notification instead of ViewerSelectionManager by nitind · 19 years ago
  29. 25c07fc Cleanups suggested by amywu by nitind · 19 years ago
  30. 7de149b [113750] Incorrect copyright statements in o.e.wst.dtd.* by nitind · 19 years ago
  31. 8243b86 [110428] Please show details during validation by nitind · 19 years ago
  32. f1a545f cleanup by nitind · 19 years ago
  33. 3359640 tweak current file reporting by nitind · 19 years ago
  34. 7f722ac [114056] XML Editor Design View : attribute selection doesn't work by nitind · 19 years ago
  35. 805bd30 [105642] adding JSP Directive to list of partitions that HTMLValidator can handle (for jsp content type). by pavery · 19 years ago
  36. 0cffa96 [72106] sort JSP java proposals in correct order by pavery · 19 years ago
  37. 1864618 [112397] too much IO checking content type. by pavery · 19 years ago
  38. bcdb1b2 [114347] bad early return check by pavery · 19 years ago
  39. f81f4a4 cvs ignore PDE generated artifacts by david_williams · 19 years ago
  40. 2860cb8 [113719] createStyleDeclaration method re-implemented by david_williams · 19 years ago
  41. e9a970d [nobug] moving sse renderer extension to xml.core - fixing dep by cbridgha · 19 years ago
  42. 0ef537c in refactoring (getting rid of IStructuredDocument dependency) I left out setting the document on the strategies. by pavery · 19 years ago
  43. dc8b306 changes to allow as-you-type validation for plain IDocument (eg. javascript editor) by pavery · 19 years ago
  44. d8643d3 [112763] emfworkbench.integration can not fit in architecture by david_williams · 19 years ago
  45. 0d84c19 prep for new features by david_williams · 19 years ago
  46. 3429777 [113423] Remove double-click and selectionChanged listener from ContentOutlineConfiguration by nitind · 19 years ago
  47. 153a46b avoid some more NPEs during startup by nitind · 19 years ago
  48. 8a8d91d avoid some NPEs during startup by nitind · 19 years ago
  49. e1053af [110428] Please show details during validation by nitind · 19 years ago
  50. 1d37d7a [113404] ContentSettings should move to Core by david_williams · 19 years ago
  51. a2f61b0 added some doc to the schema for ISourceValidator by pavery · 19 years ago
  52. a0e2eae tweaked HTMLValidator to implement ISourceValidator, so that as-you-type validation can utilize partial document validation. by pavery · 19 years ago
  53. 32df8d7 [113138] give script withing custom tags its own scope by pavery · 19 years ago
  54. e1c4de3 [113132] XSDMenuListener.java making a cast to XSDEditor which causes problems for WSDL Editor by kchong · 19 years ago
  55. f733bb7 [no bug] check for null schema by kchong · 19 years ago
  56. f6d0d0b [no bug] Remove dead code by kchong · 19 years ago
  57. 89b7c58 [112955] Filter out menu contributions by kchong · 19 years ago
  58. 9e4d777 Update doc for getAvailableTaglibRecords by nitind · 19 years ago
  59. ada3b49 just refactoring some methods (to make it more readable) by pavery · 19 years ago
  60. b0763c0 getting rid of IStructuredDocumentListener (using regular IDocument listener instead). by pavery · 19 years ago
  61. 19db72d [112154] adding plain StructuredTextPartitioner as default for JSP by pavery · 19 years ago
  62. 53e1de1 [104151] "entity reference error" not being highlighted by as-you-type validatoin by david_williams · 19 years ago
  63. 52efb56 [112755] We should never catch general Exception and not at least log it by david_williams · 19 years ago
  64. 5e6061c [104151] "entity reference error" not being highlighted by as-you-type validatoin by david_williams · 19 years ago
  65. 6ceac4e [111877] Context Menu in our editors doesn't have a pretty undo arrow !! by david_williams · 19 years ago
  66. 571b9c3 [112701] clean up Logger (sse.core) by david_williams · 19 years ago
  67. f9959a2 cleanup imports for "don't guess a system resource during resolution" by nitind · 19 years ago
  68. 1118219 don't guess a system resource during resolution by nitind · 19 years ago
  69. d77b8ea [112520] moved IPackageFragment cast into the instanceof block by pavery · 19 years ago
  70. 731edcf [112459] Can't open XML Editor by nitind · 19 years ago
  71. d7e5ffb [92948] highlighting in embedded javascript regions by david_williams · 19 years ago
  72. 636ad18 Fix to always check "debug" state, before logger method that creates strings. by david_williams · 19 years ago
  73. fc743cb Don't load TLDs from remote URLs by nitind · 19 years ago
  74. c1e4961 using getStructuredDocumentRegions() API. by pavery · 19 years ago
  75. d05b511 adding null check (get node @ character offset returns null if document is empty) by pavery · 19 years ago
  76. 18fa2bb cvs ignore PDE build artifacts by david_williams · 19 years ago
  77. adbf5dc [105107] Update XML validator not to display an error if a grammar cannot be located. by lmandel · 19 years ago
  78. 75785d6 [100200] XMLUIPlugin reads extension registry on startup by nitind · 19 years ago
  79. 62f4b11 [100205] XMLUIPlugin inits JobStatusLineHelper on startup by nitind · 19 years ago
  80. ac8ea05 [112147] Invalid text selection from multiple structured selection in StructuredTextEditor by nitind · 19 years ago
  81. 2510889 suppress default and apply buttons by nitind · 19 years ago
  82. 3541f4c optionally log attempts to referesh disposed controls by nitind · 19 years ago
  83. 550b4dd [111807] EmptyStackException in TaglibIndex by nitind · 19 years ago
  84. 08f1693 handle IStorage.getFullpath() == null by nitind · 19 years ago
  85. 55de5fc [81561] Ruler double-click for bookmarks works differently by nitind · 19 years ago
  86. e6ed732 112117 JSEditor on IStorage shouldn't assume a fullpath - plus, put gaurds in other spots in JavaScript and HTML plugins. by david_williams · 19 years ago
  87. 5063723 back out build kind impl by david_williams · 19 years ago
  88. cb26627 [111844] Use OSGi Manifests and Single JAR Plug-ins by jeffliu · 19 years ago
  89. d4eb076 [111482] job blocked while acquiring lock - prep to fix bug by david_williams · 19 years ago
  90. 6f9dcdd [106903] [perf] use indexed loop instead of iterator by david_williams · 19 years ago
  91. 5a5878d [111876] NPE in console when attribute hover info presented. by david_williams · 19 years ago
  92. 023f634 [105342] Auto-edit too agressive by david_williams · 19 years ago
  93. 688ae9a PDE validation cleanup (unknown externalized string for Dummy.label) by nitind · 19 years ago
  94. 6d98c7b [81561] Ruler double-click for bookmarks works differently by nitind · 19 years ago
  95. 6f86f01 [81561] Ruler double-click for bookmarks works differently (double dialog problem) by nitind · 19 years ago
  96. d54131f misc. internal cleanups by nitind · 19 years ago
  97. 71ea83c more doc by nitind · 19 years ago
  98. ca46ad0 [106052] ignoring OperationCanceleedException now by pavery · 19 years ago
  99. 73de556 I don't know what this class was here for, but it's not being used by pavery · 19 years ago
  100. 7f76e45 [105632] underlying Java document is no longer left in an inconsistant state by pavery · 19 years ago