1. 45d3807 [91608] improve new jsp wizard - better support new jsp templates by david_williams · 20 years ago
  2. a4dd766 [91223] editor ruler context menus are missing items by david_williams · 20 years ago
  3. f3680f0 continuing internalization by david_williams · 20 years ago
  4. c54bdb7 continuing internalization by david_williams · 20 years ago
  5. ddead2d make snippet items child elements of the snippet category by nitind · 20 years ago
  6. b66a0c5 fixing unnecessary (and possibly unsafe) way of getting document from model manager, w/ release not in a finally block. by pavery · 20 years ago
  7. c67d784 [91186] improved performance for source validators that validate the entire document for each dirty region (JSP validating) by pavery · 20 years ago
  8. 12ff79e continuing internalization by david_williams · 20 years ago
  9. 009a70e continuing internalization by david_williams · 20 years ago
  10. 2e7166e continuing internalization by david_williams · 20 years ago
  11. 2aecf08 continuing internalization by david_williams · 20 years ago
  12. 6a31934 [90566] resource strings for jsp ui by david_williams · 20 years ago
  13. aaadf2b massive renames to 'internal' by david_williams · 20 years ago
  14. 5677702 massive renames for the internalization process by david_williams · 20 years ago
  15. 285ee2d java doc in internalization by david_williams · 20 years ago
  16. cfeb244 [81710] Cannot associate JSP editor with custom file extensions by david_williams · 20 years ago
  17. c911388 internalization refinements by david_williams · 20 years ago
  18. 7a65dc2 internalization refinement by david_williams · 20 years ago
  19. b722e8e [90566] resource strings for jsp ui by david_williams · 20 years ago
  20. f953f37 [90566] resource strings for jsp ui by david_williams · 20 years ago
  21. 48d88a6 [90566] resource strings for jsp ui by david_williams · 20 years ago
  22. 3a082d5 [90476] reserve (api) keywords for editor contributions based on content type by david_williams · 20 years ago
  23. db9e4d4 More java proposal cleanup (for use bean...) by pavery · 20 years ago
  24. afa73b9 [87469][72106] moved to public JDT result collector (CompletionProposalCollector) by pavery · 20 years ago
  25. 990b1d5 move Snippets plugin to WST's Common component by nitind · 20 years ago
  26. de58173 update template IDs to reflect WTP namespace by nitind · 20 years ago
  27. c39caaf many changes from "XML" form of name to "DOM" form of name by david_williams · 20 years ago
  28. 6a8e389 renamed XMLModel to DOMModel by david_williams · 20 years ago
  29. f0a29e3 [88001] null check when setting compilation unit by pavery · 20 years ago
  30. 6812239 no longer needed by pavery · 20 years ago
  31. 7af83db minor renames and deleting deprecated junk by david_williams · 20 years ago
  32. 40dd89e more API cleanup (mostly partition types) by pavery · 20 years ago
  33. fb0ad6b move property sheet and content outline to internal by nitind · 20 years ago
  34. bca2663 move property sheet and content outline to internal by nitind · 20 years ago
  35. 1de77ff remove old, deprecated and incompatible spell check functions by nitind · 20 years ago
  36. 22480de fixing a typo by pavery · 20 years ago
  37. 2f6b6fb moving many sse.ui classes to sse.ui.internal by pavery · 20 years ago
  38. f918eb2 a bunch of refactoring work: by pavery · 20 years ago
  39. bc1b699 [89306] structuredtextviewerconfiguration should use getautoeditstrategies from super class by nitind · 20 years ago
  40. d36efd9 rename of AdatperFacotry to IAdapterFactory by david_williams · 20 years ago
  41. 68bf9b3 cleanup of old deprecated methods/classes by david_williams · 20 years ago
  42. 0fe6d28 [88943] only enable folding for elements that span more than one line by david_williams · 20 years ago
  43. c525fe6 [86364] a number of fixes for Embedded content type in a JSP by pavery · 20 years ago
  44. 516aa79 [88547] javascript ui and common ui should be made less public API by david_williams · 20 years ago
  45. c06c86f [88424] ContentModel moved to Internal and XML Core by david_williams · 20 years ago
  46. 95990ef [88424] ContentModel moved to Internal and SSE Core by david_williams · 20 years ago
  47. dce4ddd [88419] Encoding code should move to internal, and SSE by david_williams · 20 years ago
  48. 1a3e50d [88268] jsp.ui plugin should not have so many public api by david_williams · 20 years ago
  49. d7ab577 [87903] SSE templates should not be so public API by david_williams · 20 years ago
  50. c53df47 [88083] rename and move XMLJSPContexts to DOMJSPContexts by david_williams · 20 years ago
  51. 63f5c32 refactoring to move more JSP knowledge out of XML level (works not finished, but this is a start). by david_williams · 20 years ago
  52. 4da6ac01 [87903] SSE templates should not be so public API by david_williams · 20 years ago
  53. 2d5bc54 add simple JSP wizard by nitind · 20 years ago
  54. 9bbeecc [87589] CommonEditorPreferenceNames should not be so public API by david_williams · 20 years ago
  55. 09c5be1 handle IFiles not under the workspace root by nitind · 20 years ago
  56. c003ddb refer to IJavaPartitions directly now that it is public by nitind · 20 years ago
  57. 2c53a94 [86209] IllegalArgumentException w/ hyperlink open on by david_williams · 20 years ago
  58. 409f9cc minor cleanups by nitind · 20 years ago
  59. c1097ca adding buildnotes by david_williams · 20 years ago
  60. 0ca5a33 [86019] Should fail gracefully if non structured document used by structured editor by david_williams · 20 years ago
  61. 7b9f014 call to translation.getElementsFromJspRange(...) was incorrect, by pavery · 20 years ago
  62. b1f7505 [85776] preliminary infrastructure for document folding in wtp source editors by david_williams · 20 years ago
  63. ef1db34 *** empty log message *** by nitind · 20 years ago
  64. 55ae447 [85447] many more reconciler changes by pavery · 20 years ago
  65. 0ac91ae Change from addContentAssistProcessor to setContentAssistProcessor, making override by subclasses possible. by nitind · 20 years ago
  66. 0f849f3 move parts of jsp.core to internals by nitind · 20 years ago
  67. e15aba6 getting rid of "StructuredRegionProcesorExtension" since it's not much of an extension. moved it's members to "StructuredRegionProcessor" by pavery · 20 years ago
  68. 282b8f4 added changes for distribution of contentType IDs by david_williams · 20 years ago
  69. c9c904b more jdt internal cleanup by pavery · 20 years ago
  70. a5cfe6f fixing SWT handle leak in JSPCompletionRequestor. by pavery · 20 years ago
  71. ffc4d33 removing more JDT internal by pavery · 20 years ago
  72. ddb4253 fixes for M5 by pavery · 20 years ago
  73. dd30295 deprecate all custom SpellCheck support by nitind · 20 years ago
  74. 84dfb48 cleanup by pavery · 20 years ago
  75. d4f81c0 [84616] Use base hyperlink navigation framework by nitind · 20 years ago
  76. cafa675 deprecate IJavaElement[] StructuredTextEditorJSP.getJavaElementsForCurrentSelection() by nitind · 20 years ago
  77. 034b9e2 stop using ResourceUtil since it's deprecated by nitind · 20 years ago
  78. f6da222 stop using ResourceUtil since it's deprecated by nitind · 20 years ago
  79. 4a80160 update Java code OpenOn mapping by nitind · 20 years ago
  80. bef7310 handle cases where a JspCompletionProcessor was never created by nitind · 20 years ago
  81. ea9b751 streamline partition type lookup by nitind · 20 years ago
  82. 9a0f933 cleanups by nitind · 20 years ago
  83. f4a08b3 first batch of changes for moving to Job based reconciler (which I've named DirtyRegionProcessor for now). by pavery · 20 years ago
  84. 39ffd61 set document partitioning into reconciler by nitind · 20 years ago
  85. c9c4f6e [83649] StructuredTextEditors should use the existing Preferences.. context menu by nitind · 20 years ago
  86. 7fad9e2 [83571] StructuredTextEditor preferences should follow All Text Editors preferences (2) by nitind · 20 years ago
  87. 410b6c2 [83571] StructuredTextEditor preferences should follow All Text Editors preferences by nitind · 20 years ago
  88. f3f0e64 support auto-discovered taglib URIs by nitind · 20 years ago
  89. d9eeef9 removed unused code, and tightened project by project compiler warning settings by david_williams · 20 years ago
  90. da2525c tighten some compiler warnings to errors by david_williams · 20 years ago
  91. 8f22ce6 adding tag and tagf extensions to JSP editor extensions by david_williams · 20 years ago
  92. d5590dd porting 6.0+ (iFix2 and 6.0.0.1) fixes to WTP. by pavery · 20 years ago
  93. 6ecef3d fixes for setInput(...) now only being called once. by pavery · 20 years ago
  94. 1408ee8 [82109] Partial fix for some jdt internal references. Rest of fix applied once we build on new base. by david_williams · 20 years ago
  95. dae1db3 Allow JSP custom tag attribute proposals by nitind · 20 years ago
  96. f937b17 Simplify StructuredModelManager facade by nitind · 20 years ago
  97. 4039c30 Make org.eclipse.wst.sse.ui.extendedconfiguration extension point more consistent and scalable by nitind · 20 years ago
  98. afb7a91 [81686] Could not set JSP breakpoint on last line of file by nitind · 20 years ago
  99. f1736bf complete fix for spelling compile problem in M4 by david_williams · 20 years ago
  100. 84aec88 fix for M4 compile problem with SpellProblem class by david_williams · 20 years ago