1. 1fa5355 [205733] Content assist fails when editing web.xml or faces-config.xml in XML Editor by nitind · 17 years ago
  2. f9a8a8c [207217] ProjectResolver.getRootLocationString() throws NPE if it has no project by amywu · 17 years ago
  3. eaeeaa9 [207307] StructuredDocumentTextStore almost always regionMatches strings of equal length by nitind · 17 years ago
  4. eb0283b [123621] Converting Line delimeters in cleanup document loses syntax highlighting by amywu · 17 years ago
  5. c8c1e28 compiler cleanups by nitind · 17 years ago
  6. 0d8dff5 [nobug] sort members by nitind · 17 years ago
  7. a51d129 [196172] WST Editors should be aware of remote resources shared via EFS (partial for 2.0.1) by nitind · 17 years ago
  8. d7ff2ee [103080] WST exception when searching files by nitind · 17 years ago
  9. 98cb409 [193805] - Changes are not thrown away when close with no save for files with no structured model associated with them (text files, javascript files, etc) in web project by nitind · 17 years ago
  10. 36310fb [107311] IStructuredModel#save(IFile) for SaveAs causes a ghost file by nitind · 17 years ago
  11. ecebb04 [181799] update copyright comments for all sse code by amywu · 17 years ago
  12. ce8d93b private constructors not needed if another is provided by david_williams · 17 years ago
  13. 6020d9f [170026] copying and then pasting text block twice makes file not dirty (restore) by nitind · 17 years ago
  14. 847c56b [163443] private constructor with parameter flagged as unnecessary -- debatable change in base behavior by david_williams · 17 years ago
  15. 54cf5ab temporarily back out M5 changes by nitind · 17 years ago
  16. 5545a34 [170026] copying and then pasting text block twice makes file not dirty by amywu · 17 years ago
  17. cfaee2d [136902] source validation slows down formatter by amywu · 18 years ago
  18. 566dc29 [164769] IllegalStateException when adding new element using the outline view by david_williams · 18 years ago
  19. 0c7262d [157526] cannot type at end of read-only region by amywu · 18 years ago
  20. 6abc21b update JavaDoc by nitind · 18 years ago
  21. cb5388f forget about document when close() is called by nitind · 18 years ago
  22. d400a05 [151069] StructuredDocument is not reloaded on ResourceChangedEvent by amywu · 18 years ago
  23. 7e55b84 [148806] Memory leak in HTMLDocumentTypeAdapterFactory by david_williams · 18 years ago
  24. 33435e1 [102822] Bad performance on XML formatter by amywu · 18 years ago
  25. fecd7a9 [128057] Port to ICU4J (remaining issues) by amywu · 18 years ago
  26. 7462f8e [115714] NullPointerException in Hashtable caused by FileBufferModelManager releaseModel by nitind · 18 years ago
  27. 7c75943 [107647] [CSS Editor] Line delimiter setting ignored by amywu · 18 years ago
  28. 93ab096 [135195] Externalize strings for 1.5M6 by amywu · 18 years ago
  29. b5d0563 [129531] Need to spec 'internals', 'friends', and "organize manifests". by david_williams · 18 years ago
  30. 7ff6bd2 replacing and deprecating partition types (to be removed 1.5) by pavery · 18 years ago
  31. a8bf06a [111674] [format] Preserving space during XML format for selected elements by david_williams · 18 years ago
  32. 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
  33. de341d1 [120267] NPE when calling DocumentCSS#getOverrideStyle() -- committed to HEAD only, not released for build. by david_williams · 18 years ago
  34. 7ff0e30 [119204] canceling web.xml save does not undo (reload) fresh, insynch values -- sse part of fix by david_williams · 18 years ago
  35. c5b34d1 [119204] canceling web.xml save does not undo (reload) fresh, insynch values -- proposed fix by david_williams · 18 years ago
  36. 469eb7d [119204] canceling web.xml save does not undo (reload) fresh, insynch values -- proposed fix by david_williams · 18 years ago
  37. 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 · 18 years ago
  38. c66e47d [16523] NullPointerException at BasicStructuredDocumentRegion getText by david_williams · 18 years ago
  39. e2ed76e [ 119176] ArrayIndexOutOfBoundException is thrown while editing HTML model by david_williams · 18 years ago
  40. e15fa0b [107320] StructuredTextEitor#setInput() creates another IStructuredModel by nitind · 19 years ago
  41. 7e28d91 Log messages instead of just printing them by nitind · 19 years ago
  42. 0ecfe3b [115727] externalize strings that need them or mark them as non-nls by nitind · 19 years ago
  43. 6d7ad8b deprecate implementation class by nitind · 19 years ago
  44. 19db72d [112154] adding plain StructuredTextPartitioner as default for JSP by pavery · 19 years ago
  45. 571b9c3 [112701] clean up Logger (sse.core) by david_williams · 19 years ago
  46. 636ad18 Fix to always check "debug" state, before logger method that creates strings. by david_williams · 19 years ago
  47. d05b511 adding null check (get node @ character offset returns null if document is empty) by pavery · 19 years ago
  48. d4eb076 [111482] job blocked while acquiring lock - prep to fix bug by david_williams · 19 years ago
  49. 6f9dcdd [106903] [perf] use indexed loop instead of iterator by david_williams · 19 years ago
  50. 1050d24 [111308] Remove various "deprecated/not used" classes (update deprecation information) by nitind · 19 years ago
  51. 9bb7051 [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  52. 02dd34e [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  53. 5f978f7 cleaned javadoc by pavery · 19 years ago
  54. 08f60f9 adding getStructuredDocumentRegions() API (and unit test) by pavery · 19 years ago
  55. 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
  56. d16f266 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  57. 577a8f0 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  58. 0ce05da [109025] Need to elimate SouceEditorRuntimeException by david_williams · 19 years ago
  59. 86d06cf [106324] ModelManager#getNewModelForRead/Edit always throws ResourceAlreadyExists exception by david_williams · 19 years ago
  60. 4e157d8 [106596] IStructuredModel#releaseFromEdit() throws AssertionFailed Exception by david_williams · 19 years ago
  61. bf8c0dd cleanup and improve content type arbitration by nitind · 19 years ago
  62. 8a34aca update by nitind · 19 years ago
  63. a782e0c try to update by nitind · 19 years ago
  64. 77f1bbd [105268] JSP Translation JUnit failures in RC build on Linux by david_williams · 19 years ago
  65. a35800d [103306] Failure when importing a WSDL file in another WSDL for WTP > M4 by nitind · 19 years ago
  66. efb8d76 [104152] interpreting "*+xml" mime type as XML now by pavery · 19 years ago
  67. b2de2de [103896] Memory leak in BasicStructuredDocument by david_williams · 19 years ago
  68. b1d67dc [102226] Assert utility incorrectly logs error by david_williams · 19 years ago
  69. 6cb2639 [101157] Remove @since Tags by david_williams · 19 years ago
  70. ee9f542 [javadoc] fixed spelling/grammer mistake by david_williams · 19 years ago
  71. 00c2ec2 [101057] content type incorrect in JSP with XML output - partial fix by david_williams · 19 years ago
  72. a964643 [91635] testChangedModel should catch exception by david_williams · 19 years ago
  73. fa0ae31 [93107] Break tag <br> is interpreted like element that is allowing content by david_williams · 19 years ago
  74. a3196c2 disable System.out.println() by nitind · 19 years ago
  75. 588550f call resolver with file:// prefix (as directed by csalter) and strip the prefix on return by nitind · 19 years ago
  76. 428c261 call resolver with file:/// prefix (as directed by csalter) and strip the prefix on return by nitind · 19 years ago
  77. 2a24f37 [95960] many more fixes, details in bug by pavery · 19 years ago
  78. ad67937 call resolver with file: prefix (as directed by csalter) and strip the prefix on return by nitind · 19 years ago
  79. 96a43b7 call resolver with file: prefix (as directed by csalter) by nitind · 19 years ago
  80. ad5bbfd [99754] Need URIResolverExtension for Flexible Projects by nitind · 19 years ago
  81. bd59628 [98787] update resource strings by david_williams · 19 years ago
  82. a3fa31f temporarily add modulecore to support flexible modules in resolution by nitind · 19 years ago
  83. 4d4e387 URIHelper moved from xml.uriresolver to common.uriresolver by csalter · 19 years ago
  84. b2adeab update task tags for separate source folder, new preferences, naming by nitind · 19 years ago
  85. 2c063849 [97817] Wrong algoritm in class StructuredDocumentTextStore by david_williams · 19 years ago
  86. 47a33d2 huge changes just deleting mindless old strings, comments, dead code that contained 'com.ibm' by david_williams · 19 years ago
  87. d3484c7 [88846] Make indentation customizable by david_williams · 19 years ago
  88. 7e1ad4a improve debugging output and handle framework shutdown more smoothly by nitind · 19 years ago
  89. 4983dad cleanup by nitind · 19 years ago
  90. a648b26 Fix typecasting oversight in last-ditch error handling for model creation by nitind · 19 years ago
  91. edf5a44 [95483] update resource strings by nitind · 19 years ago
  92. 14e76f6 Rename packages in org.eclipse.wst.xml.uriresolver and ui to internal by kchong · 19 years ago
  93. 36cb215 skip derived and phantom resources by nitind · 19 years ago
  94. 1ae97bd simplify looping by not using visitor pattern by nitind · 19 years ago
  95. 1a12728 disable delta processing in projects that are list as to be ignored by nitind · 19 years ago
  96. 5ed406d start and stop task tag scanning from UI plugin by nitind · 19 years ago
  97. 4dba4bf avoid NPE on startup by nitind · 19 years ago
  98. 9dababb clarify preference name by nitind · 19 years ago
  99. cdb69cd cleanup for internalizing and tracking projects properly by nitind · 19 years ago
  100. 9595869 remove structuredbuilder in favor of task scanning job by nitind · 19 years ago