1. bac270f not sure why we were setting selected range here, maybe as a workaround somewhere before? but it was causing AutoImportProposal cursor to jump. by pavery · 19 years ago
  2. 35fd4f4 removing java 1.5 dependency by pavery · 19 years ago
  3. 9150844 adjusted insert position of non xml-jsp style documents (insert import right before document root element) by pavery · 19 years ago
  4. 48f06fa [86169] added a new type of proposal that can add import statement into a jsp. by pavery · 19 years ago
  5. 97aa94c [86656] added a couple methods to allow for <%page import="abc|" %> content assist. by pavery · 19 years ago
  6. 6d8832e [120949] jst.jsp.ui Source Feature Contains 4 Empty Java Files by nitind · 19 years ago
  7. 2d9366c delete leftover file by nitind · 19 years ago
  8. ec422b0 [116805] [api] jst.jsp APIs need javadoc by amywu · 19 years ago
  9. dd49ca7 [118398] using correct length for position after now by pavery · 19 years ago
  10. 5cbf932 fix for NPE when trying to get context info in JSP (ctrl + shift + space) by pavery · 19 years ago
  11. db72dcc [116538] missing some infopop hooks by nitind · 19 years ago
  12. 6a49c59 [117414] taglib completion broken in I20051116 by nitind · 19 years ago
  13. b76a872 [115683] NPE in XMLHyperlinkDetector when hyperlink on valueless attribute by nitind · 19 years ago
  14. b83c3c4 Fix for breakage caused by [91866] Schema-based Content Assist should be stricter by nitind · 19 years ago
  15. da9400a *** empty log message *** by nitind · 19 years ago
  16. 9e8f240 [114597] reversing changes for further discussion by pavery · 19 years ago
  17. 3b75d5d [114597] applied Ted's patch for JSPELHandler. JSP tests ran ok. I think there may be some cleanup for reconciler stuff in there too though... by pavery · 19 years ago
  18. c698900 [115444] make some methods in StructuredTextViewerConfiguration final by nitind · 19 years ago
  19. 5827d19 [115531] removed getReconciler() from StructuredTextViewerConfiguration subclasses, and made the method final in StructuredTextViewerConfiguration. by pavery · 19 years ago
  20. dfec417 [115445] more changes to move to source validation extension point by pavery · 19 years ago
  21. 1ac385f [115445] converting JSP strategy to use source validation extension point by pavery · 19 years ago
  22. 226dd8c [86808] adding preview document so refactoring preview shows up by pavery · 19 years ago
  23. 63991e0 Move StructuredTextViewerConfigurationJSP and JSPContentOutlineConfiguration into public packages as API by nitind · 19 years ago
  24. e7cdc9f [112519] [api] Need API for Taglib information by nitind · 19 years ago
  25. 0cffa96 [72106] sort JSP java proposals in correct order by pavery · 19 years ago
  26. dc8b306 changes to allow as-you-type validation for plain IDocument (eg. javascript editor) by pavery · 19 years ago
  27. 19db72d [112154] adding plain StructuredTextPartitioner as default for JSP by pavery · 19 years ago
  28. d77b8ea [112520] moved IPackageFragment cast into the instanceof block by pavery · 19 years ago
  29. 08f1693 handle IStorage.getFullpath() == null by nitind · 19 years ago
  30. 6f9dcdd [106903] [perf] use indexed loop instead of iterator by david_williams · 19 years ago
  31. 5a5878d [111876] NPE in console when attribute hover info presented. by david_williams · 19 years ago
  32. 023f634 [105342] Auto-edit too agressive by david_williams · 19 years ago
  33. 73de556 I don't know what this class was here for, but it's not being used by pavery · 19 years ago
  34. 1b39f4b [111370] Remove embedded adapter factory extension point by nitind · 19 years ago
  35. 66cd5bf [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  36. 16e3998 clean up Logger usages by nitind · 19 years ago
  37. d7a97cf Switch from propertySourceAdapters to using property sheet configuration by nitind · 19 years ago
  38. 234a18d [109953] NPE's during JSP reconcile/validation - correct fix by david_williams · 19 years ago
  39. 88fd1b5 [109953] NPE's during JSP reconcile/validation - correct fix by david_williams · 19 years ago
  40. 50825cb [109953] NPE's during JSP reconcile/validation by david_williams · 19 years ago
  41. 102e60a [109468] get rid of subclasses of StructuredTextEditor by nitind · 19 years ago
  42. 1bf20a1 [109026] StructuredTextViewerConfiguration and editorConfiguration extension point API (2) by nitind · 19 years ago
  43. e19fe00 use interfaces for return types, support in-workspace paths better by nitind · 19 years ago
  44. acb60bf [109054] ArithmeticException when set indent using spaces preference set to 0 by nitind · 19 years ago
  45. 40dcdbd [108683] StructuredTextViewerConfiguration and editorConfiguration extension point API by nitind · 19 years ago
  46. 8df4980 [104233] cannot set infopop for source editors by nitind · 19 years ago
  47. 4b6cce4 [87351] added preference to validate JSP Fragments (applying Amy's patch) by pavery · 19 years ago
  48. 893cb9b [105912] Pasted text contains only one space if clipboard content starts with tab by nitind · 20 years ago
  49. 577d09f [86506] hyperlink navigation does not work with XML Catalog by nitind · 20 years ago
  50. e7ed6d9 [103655] removed old obsolete fix. by pavery · 20 years ago
  51. 2250e09 [104414] NPE for content assist in EL region in text node by david_williams · 20 years ago
  52. 63edb28 [71271] add "insert spaces for tabs" function to sse editors by david_williams · 20 years ago
  53. fe00ca9 [88590] handle CDATA sections when we iterate regions btwn <jsp:scriptlet>...</jsp:scriptlet>, also map jsp-java content assist processer to CDATA regions for JSP content type (because chances are that's what the user wants) by pavery · 20 years ago
  54. a903b21 [103662] deadlock after using "occurrences in file" for JSP - temporary workaround by david_williams · 20 years ago
  55. a72d167 [98850] applied amys patch (to enable the label and fix color button) by pavery · 20 years ago
  56. 0863afa [102986] adding implicit imports and updating unit tests to accomodate by pavery · 20 years ago
  57. bd93a5f [102211] getElementsFromJspRange() was being called w/ the wrong parameters (offset, length instead of start,end) by pavery · 20 years ago
  58. 5c549d6 [86382] fixes for XML-JSP translation, as well as some more unit tests for the fixes by pavery · 20 years ago
  59. 3a0aaa2 [85296] != should have been == when checking for ":" in a custom tag. by pavery · 20 years ago
  60. 2fb25da [102206] fix for bad "not null signature" assumption by JDT (was causing NPE in CompletionProposalLabelProvider) by pavery · 20 years ago
  61. 872750a [101363] NPE when rename open JSP to non-jsp extension by david_williams · 20 years ago
  62. 6cb2639 [101157] Remove @since Tags by david_williams · 20 years ago
  63. 2a24f37 [95960] many more fixes, details in bug by pavery · 20 years ago
  64. 385fc5c [98833] update new file wizard icons by david_williams · 20 years ago
  65. bd59628 [98787] update resource strings by david_williams · 20 years ago
  66. c2e3d7c remove deprecated getJavaElementsForCurrentSelection method by nitind · 20 years ago
  67. f6125a8 Switch to using ISourceEditingTextTools instead of having DOM objects in API by nitind · 20 years ago
  68. 4d4e387 URIHelper moved from xml.uriresolver to common.uriresolver by csalter · 20 years ago
  69. 2fad664 [71271] add "insert spaces for tabs" function to sse editors by david_williams · 20 years ago
  70. 1e0f5b1 use ITextEditor accessors instead of STE-specific ones by nitind · 20 years ago
  71. f74f77b cleanup for changes to ELProblem accessor names of message and position by nitind · 20 years ago
  72. aa4ae93 [95237] add EL support for the JSP editor by david_williams · 20 years ago
  73. 360ec2c remove hard reference to StructuredTextEditor by nitind · 20 years ago
  74. 1a98489 removed minor dependancy on base 'internal' classes by david_williams · 20 years ago
  75. 7c930b1 bulk "organize imports" ran by david_williams · 20 years ago
  76. 47a33d2 huge changes just deleting mindless old strings, comments, dead code that contained 'com.ibm' by david_williams · 20 years ago
  77. 57437f5 [96107] Proposal list for html attribute contains JSP template items and JSP tags by david_williams · 20 years ago
  78. 00df36a some M7 fixes for JSP: by pavery · 20 years ago
  79. 3329cf8 [95483] update resource strings by nitind · 20 years ago
  80. b34f01c Rename package in org.eclipse.wst.common.uriresolver to internal provisional by kchong · 20 years ago
  81. 14e76f6 Rename packages in org.eclipse.wst.xml.uriresolver and ui to internal by kchong · 20 years ago
  82. 882287c [88951] fix for previous fix (use editor background as default color, not white). by pavery · 20 years ago
  83. baf49b5 [88951] for LineStyleProviderForJava (which is used for JSP scriptlet regions), bg color is now user selectable (default white) by pavery · 20 years ago
  84. 757ccfe several fixes and some renames to 'internal' by david_williams · 20 years ago
  85. dd1ec69 [87614] Race condition getting model causes UI adapters not to be registered in StructuredTextEditor by david_williams · 20 years ago
  86. e5c7321 [71220] JSP source preferences page is missing by david_williams · 20 years ago
  87. 4ad020f continuing internalization by david_williams · 20 years ago
  88. 45d3807 [91608] improve new jsp wizard - better support new jsp templates by david_williams · 20 years ago
  89. f3680f0 continuing internalization by david_williams · 20 years ago
  90. c54bdb7 continuing internalization by david_williams · 20 years ago
  91. 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
  92. c67d784 [91186] improved performance for source validators that validate the entire document for each dirty region (JSP validating) by pavery · 20 years ago
  93. 12ff79e continuing internalization by david_williams · 20 years ago
  94. 009a70e continuing internalization by david_williams · 20 years ago
  95. 2e7166e continuing internalization by david_williams · 20 years ago
  96. 2aecf08 continuing internalization by david_williams · 20 years ago
  97. 6a31934 [90566] resource strings for jsp ui by david_williams · 20 years ago
  98. aaadf2b massive renames to 'internal' by david_williams · 20 years ago
  99. 5677702 massive renames for the internalization process by david_williams · 20 years ago
  100. 285ee2d java doc in internalization by david_williams · 20 years ago