1. 08d1cef [157526] cannot type at end of read-only region by amywu · 18 years ago
  2. a47e981 [153400] Memory leak by ModelManagerImpl.getModelForRead() by nitind · 18 years ago
  3. f72855d [151069] StructuredDocument is not reloaded on ResourceChangedEvent by amywu · 18 years ago
  4. bc98046 [148806] Memory leak in HTMLDocumentTypeAdapterFactory by david_williams · 18 years ago
  5. 33435e1 [102822] Bad performance on XML formatter by amywu · 18 years ago
  6. fecd7a9 [128057] Port to ICU4J (remaining issues) by amywu · 18 years ago
  7. 7462f8e [115714] NullPointerException in Hashtable caused by FileBufferModelManager releaseModel by nitind · 18 years ago
  8. 7c75943 [107647] [CSS Editor] Line delimiter setting ignored by amywu · 18 years ago
  9. 93ab096 [135195] Externalize strings for 1.5M6 by amywu · 18 years ago
  10. b5d0563 [129531] Need to spec 'internals', 'friends', and "organize manifests". by david_williams · 18 years ago
  11. 7ff6bd2 replacing and deprecating partition types (to be removed 1.5) by pavery · 18 years ago
  12. a8bf06a [111674] [format] Preserving space during XML format for selected elements by david_williams · 18 years ago
  13. b0f98c5 making SSE partition types public API (out of provisional state). Updated manifests to 1.1.0.qualifier, updated exported packages. by pavery · 18 years ago
  14. de341d1 [120267] NPE when calling DocumentCSS#getOverrideStyle() -- committed to HEAD only, not released for build. by david_williams · 18 years ago
  15. 7ff0e30 [119204] canceling web.xml save does not undo (reload) fresh, insynch values -- sse part of fix by david_williams · 18 years ago
  16. c5b34d1 [119204] canceling web.xml save does not undo (reload) fresh, insynch values -- proposed fix by david_williams · 18 years ago
  17. 469eb7d [119204] canceling web.xml save does not undo (reload) fresh, insynch values -- proposed fix by david_williams · 18 years ago
  18. 4fe8531 [16523] NullPointerException at BasicStructuredDocumentRegion getText - reverting some code that should not have been checked in with this (rest of fix is ok, though). by david_williams · 19 years ago
  19. c66e47d [16523] NullPointerException at BasicStructuredDocumentRegion getText by david_williams · 19 years ago
  20. e2ed76e [ 119176] ArrayIndexOutOfBoundException is thrown while editing HTML model by david_williams · 19 years ago
  21. e15fa0b [107320] StructuredTextEitor#setInput() creates another IStructuredModel by nitind · 19 years ago
  22. 7e28d91 Log messages instead of just printing them by nitind · 19 years ago
  23. 0ecfe3b [115727] externalize strings that need them or mark them as non-nls by nitind · 19 years ago
  24. 6d7ad8b deprecate implementation class by nitind · 19 years ago
  25. 19db72d [112154] adding plain StructuredTextPartitioner as default for JSP by pavery · 19 years ago
  26. 571b9c3 [112701] clean up Logger (sse.core) by david_williams · 19 years ago
  27. 636ad18 Fix to always check "debug" state, before logger method that creates strings. by david_williams · 19 years ago
  28. d05b511 adding null check (get node @ character offset returns null if document is empty) by pavery · 19 years ago
  29. d4eb076 [111482] job blocked while acquiring lock - prep to fix bug by david_williams · 19 years ago
  30. 6f9dcdd [106903] [perf] use indexed loop instead of iterator by david_williams · 19 years ago
  31. 1050d24 [111308] Remove various "deprecated/not used" classes (update deprecation information) by nitind · 19 years ago
  32. 9bb7051 [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  33. 02dd34e [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  34. 5f978f7 cleaned javadoc by pavery · 19 years ago
  35. 08f60f9 adding getStructuredDocumentRegions() API (and unit test) by pavery · 19 years ago
  36. 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
  37. d16f266 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  38. 577a8f0 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  39. 0ce05da [109025] Need to elimate SouceEditorRuntimeException by david_williams · 19 years ago
  40. 86d06cf [106324] ModelManager#getNewModelForRead/Edit always throws ResourceAlreadyExists exception by david_williams · 19 years ago
  41. 4e157d8 [106596] IStructuredModel#releaseFromEdit() throws AssertionFailed Exception by david_williams · 19 years ago
  42. bf8c0dd cleanup and improve content type arbitration by nitind · 19 years ago
  43. 8a34aca update by nitind · 19 years ago
  44. a782e0c try to update by nitind · 19 years ago
  45. 77f1bbd [105268] JSP Translation JUnit failures in RC build on Linux by david_williams · 19 years ago
  46. a35800d [103306] Failure when importing a WSDL file in another WSDL for WTP > M4 by nitind · 19 years ago
  47. efb8d76 [104152] interpreting "*+xml" mime type as XML now by pavery · 19 years ago
  48. b2de2de [103896] Memory leak in BasicStructuredDocument by david_williams · 19 years ago
  49. b1d67dc [102226] Assert utility incorrectly logs error by david_williams · 19 years ago
  50. 6cb2639 [101157] Remove @since Tags by david_williams · 19 years ago
  51. ee9f542 [javadoc] fixed spelling/grammer mistake by david_williams · 19 years ago
  52. 00c2ec2 [101057] content type incorrect in JSP with XML output - partial fix by david_williams · 19 years ago
  53. a964643 [91635] testChangedModel should catch exception by david_williams · 19 years ago
  54. fa0ae31 [93107] Break tag <br> is interpreted like element that is allowing content by david_williams · 19 years ago
  55. a3196c2 disable System.out.println() by nitind · 19 years ago
  56. 588550f call resolver with file:// prefix (as directed by csalter) and strip the prefix on return by nitind · 19 years ago
  57. 428c261 call resolver with file:/// prefix (as directed by csalter) and strip the prefix on return by nitind · 19 years ago
  58. 2a24f37 [95960] many more fixes, details in bug by pavery · 19 years ago
  59. ad67937 call resolver with file: prefix (as directed by csalter) and strip the prefix on return by nitind · 19 years ago
  60. 96a43b7 call resolver with file: prefix (as directed by csalter) by nitind · 19 years ago
  61. ad5bbfd [99754] Need URIResolverExtension for Flexible Projects by nitind · 19 years ago
  62. bd59628 [98787] update resource strings by david_williams · 19 years ago
  63. a3fa31f temporarily add modulecore to support flexible modules in resolution by nitind · 19 years ago
  64. 4d4e387 URIHelper moved from xml.uriresolver to common.uriresolver by csalter · 19 years ago
  65. b2adeab update task tags for separate source folder, new preferences, naming by nitind · 19 years ago
  66. 2c063849 [97817] Wrong algoritm in class StructuredDocumentTextStore by david_williams · 19 years ago
  67. 47a33d2 huge changes just deleting mindless old strings, comments, dead code that contained 'com.ibm' by david_williams · 19 years ago
  68. d3484c7 [88846] Make indentation customizable by david_williams · 19 years ago
  69. 7e1ad4a improve debugging output and handle framework shutdown more smoothly by nitind · 19 years ago
  70. 4983dad cleanup by nitind · 19 years ago
  71. a648b26 Fix typecasting oversight in last-ditch error handling for model creation by nitind · 19 years ago
  72. edf5a44 [95483] update resource strings by nitind · 19 years ago
  73. 14e76f6 Rename packages in org.eclipse.wst.xml.uriresolver and ui to internal by kchong · 19 years ago
  74. 36cb215 skip derived and phantom resources by nitind · 19 years ago
  75. 1ae97bd simplify looping by not using visitor pattern by nitind · 19 years ago
  76. 1a12728 disable delta processing in projects that are list as to be ignored by nitind · 19 years ago
  77. 5ed406d start and stop task tag scanning from UI plugin by nitind · 19 years ago
  78. 4dba4bf avoid NPE on startup by nitind · 19 years ago
  79. 9dababb clarify preference name by nitind · 19 years ago
  80. cdb69cd cleanup for internalizing and tracking projects properly by nitind · 19 years ago
  81. 9595869 remove structuredbuilder in favor of task scanning job by nitind · 19 years ago
  82. e0b1419 return null if model not handled (that is, there is no hander telling how to create it) by david_williams · 19 years ago
  83. 2d28d31 added comment on expected behavior if modelmanger doesn't have a handler for a type of file by david_williams · 19 years ago
  84. 4ad020f continuing internalization by david_williams · 19 years ago
  85. b2d550e renaming/deletes to remove spurious classes by david_williams · 19 years ago
  86. 20cb84d fixed JUnit test failing due to EOL on Linux by david_williams · 19 years ago
  87. 584433c continuing internalization by david_williams · 19 years ago
  88. 009a70e continuing internalization by david_williams · 19 years ago
  89. 2e7166e continuing internalization by david_williams · 19 years ago
  90. 2aecf08 continuing internalization by david_williams · 19 years ago
  91. 3bcfe39 continuing internalization by david_williams · 19 years ago
  92. b9da93e [91158] resource strings for sse by david_williams · 19 years ago
  93. def4eb2 [89889] fix up resource strings in javascript by david_williams · 19 years ago
  94. 6c3c6d0 java doc and internalization by david_williams · 19 years ago
  95. 285ee2d java doc in internalization by david_williams · 19 years ago
  96. 2f91b8d java doc by david_williams · 19 years ago
  97. 26f5ed4 [81690] BasicStructuredDocument.get(int, int) throws Error by david_williams · 19 years ago
  98. 2474638 internalization refinements by david_williams · 19 years ago
  99. c911388 internalization refinements by david_williams · 19 years ago
  100. 7a65dc2 internalization refinement by david_williams · 19 years ago