1. 5e9066f improve ViewerSelectionManager legacy compatibility by nitind · 19 years ago
  2. 2338150 [105109] put in a fix to not compile JSP Fragments. This could be expaned on, but should be good enough to put in for now. by pavery · 19 years ago
  3. 9f89bbd handle bad xml:ns attributes more gracefully by nitind · 19 years ago
  4. 21620c0 change getTreeviewer().getControl() calls to just getControl() by nitind · 19 years ago
  5. e64d504 Avoid bad location exceptions since we're called during paint() by nitind · 19 years ago
  6. 43f4051 seeing as buildKind isn't really needed (and may go away) I'm taking it out. by pavery · 19 years ago
  7. 6199f00 responding to changes in validation framework (getBuildKind) by pavery · 19 years ago
  8. 16e3998 clean up Logger usages by nitind · 19 years ago
  9. 142b958 remove duplicated selection provider handling by nitind · 19 years ago
  10. b640894 update property sheet and content outline handline, disconnect viewer selection manager by nitind · 19 years ago
  11. 394102b simplify outline configuration hierarchy by nitind · 19 years ago
  12. d7a97cf Switch from propertySourceAdapters to using property sheet configuration by nitind · 19 years ago
  13. 10fdb1d use ITextEditor instead of StructuredTextEditor by nitind · 19 years ago
  14. 0d5b341 deprecate by nitind · 19 years ago
  15. 56b991a reacting to Validation framework changes (getBuildKind()) by pavery · 19 years ago
  16. 82a4093 fixed chkpii errors by syeshin · 19 years ago
  17. c0d422b we should return "null" if we don't know how to create a model for a certain type of file, rather than do a hard Assert. by pavery · 19 years ago
  18. 739e0ce check for disposed viewers before refreshing by nitind · 19 years ago
  19. 6774232 [110356] WSDL editor content assist not working if WSDL schemas are not explicitly added to the XML catalog by jeffliu · 19 years ago
  20. df44bf1 *** empty log message *** by syeshin · 19 years ago
  21. 916fe23 *** empty log message *** by syeshin · 19 years ago
  22. aaa2193 removed copyrights by syeshin · 19 years ago
  23. 992468b removed copyrights by syeshin · 19 years ago
  24. a49a21e update by syeshin · 19 years ago
  25. e14343c updates by syeshin · 19 years ago
  26. 380b881 [110097] Can't find .tld files by filename by nitind · 19 years ago
  27. 234a18d [109953] NPE's during JSP reconcile/validation - correct fix by david_williams · 19 years ago
  28. 88fd1b5 [109953] NPE's during JSP reconcile/validation - correct fix by david_williams · 19 years ago
  29. 6607827 updates by syeshin · 19 years ago
  30. d99d460 added manifest file by syeshin · 19 years ago
  31. 0a947d5 [109953] NPE's during JSP reconcile/validation by david_williams · 19 years ago
  32. e7c4a5f [109942] NPE during JSP Editing while quickly coping/pasting code by david_williams · 19 years ago
  33. 50825cb [109953] NPE's during JSP reconcile/validation by david_williams · 19 years ago
  34. c97347a [106142] Document provided by copied IStructuredModel that is created by ModelManagerImpl.copyModelForEdit lacks some adapters by david_williams · 19 years ago
  35. 3ffb717 [109667] stack overflow when click on outline view by nitind · 19 years ago
  36. 4f85885 Also listen for double-click while migrating for bug 109441 by nitind · 19 years ago
  37. a7b696c use HTML Logger class by nitind · 19 years ago
  38. 102e60a [109468] get rid of subclasses of StructuredTextEditor by nitind · 19 years ago
  39. 42fddab [109468] get rid of subclasses of StructuredTextEditor by nitind · 19 years ago
  40. bbb292b [109026] StructuredTextViewerConfiguration and editorConfiguration extension point API (2) by nitind · 19 years ago
  41. 1bf20a1 [109026] StructuredTextViewerConfiguration and editorConfiguration extension point API (2) by nitind · 19 years ago
  42. 78ea983 skip closed projects by nitind · 19 years ago
  43. e19fe00 use interfaces for return types, support in-workspace paths better by nitind · 19 years ago
  44. 6e5e7ce don't force label updates by nitind · 19 years ago
  45. 5344b25 support multiple viewers (the model may be visible in more than one) by nitind · 19 years ago
  46. acb60bf [109054] ArithmeticException when set indent using spaces preference set to 0 by nitind · 19 years ago
  47. 15bbcd2 [105888] don't put org.eclipse.emf.common.command in org.eclipse.wst.sse.core by david_williams · 19 years ago
  48. 0629d36 just some cleanup by pavery · 19 years ago
  49. fa64271 added CSS UI tests suite by pavery · 19 years ago
  50. 6f70cb4 *** empty log message *** by syeshin · 19 years ago
  51. 63bf472 [109441] Use base selection notification instead of ViewerSelectionManager by nitind · 19 years ago
  52. d16f266 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  53. 941622c handle range indication when no structure objects are found for selection by nitind · 19 years ago
  54. b8ed7f7 handle selection for empty files by nitind · 19 years ago
  55. 577a8f0 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  56. 45fd04c [109429] CSS and DTD content describers do too much when asked for validity by david_williams · 19 years ago
  57. a4e5778 [109441] Use base selection notification instead of ViewerSelectionManager by nitind · 19 years ago
  58. cfe2a1b removed setModel(IFileEditorInput) from StructuredTextEditor by nitind · 19 years ago
  59. 45bd72a disable cache prompts by nitind · 19 years ago
  60. 288750b [106158] 100% CPU for over 3 minutes opening a directory in the Navigator view with over 2000 HTML files by david_williams · 19 years ago
  61. 105b865 provide post selection by nitind · 19 years ago
  62. 9620621 [107680] Error updating "Other" properties tab when two XSD editors are open by kchong · 19 years ago
  63. 459c3b6 implement IDocumentProviderExtension4 by nitind · 19 years ago
  64. 9a01c69 [107680] Error updating "Other" properties tab when two XSD editors are open by kchong · 19 years ago
  65. 422b5d5 use paths instead of locations where possible by nitind · 19 years ago
  66. 5b527a7 Allow project-level requests for available taglibs by nitind · 19 years ago
  67. a4b0dc5 Removed unused SAX entity resolver. Fixed read loop to use stringbuffer. by lmandel · 19 years ago
  68. da8fa94 Added lazy input stream fix for Xerces. by lmandel · 19 years ago
  69. 0ce05da [109025] Need to elimate SouceEditorRuntimeException by david_williams · 19 years ago
  70. f8e7763 [108683] StructuredTextViewerConfiguration and editorConfiguration extension point API by nitind · 19 years ago
  71. 40dcdbd [108683] StructuredTextViewerConfiguration and editorConfiguration extension point API by nitind · 19 years ago
  72. 2667884 cleanups by nitind · 19 years ago
  73. 800c9e4 [99997] Part 2: Actions disabled when there are recursive includes by kchong · 19 years ago
  74. bc85095 [99468] XSD Graphical Editor has major memory leaks. Add null check by kchong · 19 years ago
  75. 86d06cf [106324] ModelManager#getNewModelForRead/Edit always throws ResourceAlreadyExists exception by david_williams · 19 years ago
  76. 8f07783 updated style sheets by syeshin · 19 years ago
  77. 4e99a48 [107126] StructuredTextEditor can cause incorrect reference counts on TextFileBuffers by david_williams · 19 years ago
  78. 4e157d8 [106596] IStructuredModel#releaseFromEdit() throws AssertionFailed Exception by david_williams · 19 years ago
  79. 29ca4b1 [108754] moved unused "test" code to sse.unittests by david_williams · 19 years ago
  80. d32b750 add brief descriptions by nitind · 19 years ago
  81. f6a10c7 cleanup by nitind · 19 years ago
  82. dd47048 enhance "shut down" test by nitind · 19 years ago
  83. 7a69d1d adding content to plugin.xml files by syeshin · 19 years ago
  84. ef3d1d3 adding and removing plugins for web services and data by syeshin · 19 years ago
  85. 30fe03d combining plugins by syeshin · 19 years ago
  86. 8df4980 [104233] cannot set infopop for source editors by nitind · 19 years ago
  87. 5df8f59 [108325] IllegalArgumentException when using webapp relative taglib locations by nitind · 19 years ago
  88. a85db50 try/catch a smaller area by nitind · 19 years ago
  89. 1957cea remember default prefix by nitind · 19 years ago
  90. 104a23c remember default prefix, indicate whether a META-INF/taglib.tld is present by nitind · 19 years ago
  91. 12ba2d7 minor cleanup by nitind · 19 years ago
  92. 89f6354 avoid assuming a default partitioner is set by nitind · 19 years ago
  93. e3263e1 use document partitioning by nitind · 19 years ago
  94. 15cec53 [Bug 108325] IllegalArgumentException when using webapp relative taglib locations by david_williams · 19 years ago
  95. 379dd3e added style sheet by syeshin · 19 years ago
  96. 15e1cc4 changed style sheet by syeshin · 19 years ago
  97. 05f2ef5 logic error - patition changed only if partitions NOT equal. probably a performance problem for the markup checking strategy (or any other partial document strategies). by pavery · 19 years ago
  98. 4b6cce4 [87351] added preference to validate JSP Fragments (applying Amy's patch) by pavery · 19 years ago
  99. 364d599 make sure the file exists before trying to update its markers by nitind · 19 years ago
  100. 7e03943 increase scheduling delays by nitind · 19 years ago