Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-08-20[nobug] Eliminate uses of org.eclipse.wst.sse.core.internal.Logger outside ↵Nitin Dahyabhai2-2/+7
of sse.core
2023-08-18Fix compilation errorZsombor Gegesy1-5/+5
Change-Id: I9a038f0eca002975300c48447ebd7037abee0297
2023-08-18[nobug] Eliminate uses of org.eclipse.wst.sse.core.internal.Logger outside ↵Nitin Dahyabhai3-6/+6
of sse.core
2023-04-02[581758] Handle removal of ResourceNavigator and friendsNitin Dahyabhai2-10/+4
Change-Id: I2623120043ce4b5adbddd4cc762764f27250405f
2022-09-29Revert "[580788] SSE StringUtils imports com.ibm.icu.util.StringTokenizer ↵Nitin Dahyabhai11-62/+74
instead of java.util.StringTokenizer" This reverts commit b0a0df1c7097c1e5eab7185dc99499e29aee9852.
2022-09-29Revert "[580788] SSE StringUtils imports com.ibm.icu.text.Collator instead ↵Nitin Dahyabhai1-4/+5
of java.text.Collator" This reverts commit 795372640be693e3dd15c07db98dc846347b8676.
2022-09-29Revert "[580788] SSE imports com.ibm.icu MessageFormat and NumberFormat"Nitin Dahyabhai3-8/+9
This reverts commit 502e2b4bb112106d1174cebdcc4d7d024160089e.
2022-09-29[580788] SSE imports com.ibm.icu MessageFormat and NumberFormatNitin Dahyabhai3-9/+8
2022-09-29[580788] SSE StringUtils imports com.ibm.icu.text.Collator instead of ↵Nitin Dahyabhai1-5/+4
java.text.Collator
2022-09-29[580788] SSE StringUtils imports com.ibm.icu.util.StringTokenizer instead of ↵Nitin Dahyabhai11-74/+62
java.util.StringTokenizer
2022-09-29[580831] NPE in ↵Nitin Dahyabhai1-1/+3
org.eclipse.wst.sse.ui.internal.projection.AbstractStructuredFoldingStrategy.getIndexedRegions()
2022-04-09[nobug] Guard against potential, if unlikely, NPENitin Dahyabhai1-2/+4
2022-03-08Bug 579148 - Fix collapsing of unpainted folding annotationsChristian Walther1-4/+7
"Collapse All" would only collapse part of the annotations, omitting those that have never been painted. More generally, the same applied to any kind of programmatic collapsing via markCollapsed() or ProjectionAnnotationModel.collapse(). As a side effect, single-line folding annotations that have been collapsed by "Collapse All" now appear visible when they are revealed and only hide after being expanded once, but that's the best we can do within the hack set up by bug 85874/88943 (0fe6d28) and seems the lesser evil. Change-Id: Ic9d46de1e4998fd40c1db2e9df9483aa7ccf5a3a Signed-off-by: Christian Walther <walther@indel.ch>
2021-11-19[577349] Fix image leak in StructuredTextEditorPreferencePageNitin Dahyabhai1-1/+5
2021-03-23[nobug] increment features for 3.22, update references to IPluginRegistryNitin Dahyabhai2-36/+2
2020-08-19[nobug] refactoring and cleanupsNitin Dahyabhai6-70/+98
2020-08-18[565338] Revert original generic hover implementationNitin Dahyabhai6-56/+0
2020-08-09[528191] Replace uses of org.eclipse.jface.util.Assert andNitin Dahyabhai6-17/+17
org.eclipse.jface.text.Assert because of their deletion.
2020-07-19[565338] Enable text hovers from the generic editorNitin Dahyabhai7-27/+89
2020-07-07[562631] Move generic proposal computer into sse.uiNitin Dahyabhai1-4/+4
2020-07-06[nobug] Update to use genericsNitin Dahyabhai1-0/+122
2020-06-20[564361] support information severity, update test for new defaultNitin Dahyabhai1-21/+23
2020-06-17[nobug] string updateNitin Dahyabhai1-1/+1
2020-05-17[nobug] clean up some warningsNitin Dahyabhai1-1/+1
2020-04-30[nobug] Enable the generic proposals, migrate to genericsNitin Dahyabhai1-24/+26
Signed-off-by: Nitin Dahyabhai <thatnitind@gmail.com>
2020-04-29[561347] Avoid double listening for appearance preferenceNitin Dahyabhai1-1/+1
2020-04-23[561347] Use a dedicated preference store for appearances, make sureNitin Dahyabhai1-5/+59
preference page IDs are unique.
2020-04-08[561347] Move hover modifiers back to a central preferenceNitin Dahyabhai2-7/+23
2020-04-08[561347] Adopt StructuredTextViewerConfiguration#createPreferenceStores()Nitin Dahyabhai1-6/+0
2020-04-08[561347] Add API StructuredTextViewerConfiguration#createPreferenceStores()Nitin Dahyabhai1-1/+9
2020-03-31[561626] Remove deprecated internal StructuredLineChangeHoverNitin Dahyabhai2-51/+1
2020-03-31[nobug] JavaDocNitin Dahyabhai1-5/+6
2020-03-31[561347] Refactor and adapt the TextHoverPreferenceTabNitin Dahyabhai4-23/+26
2020-03-30[561347] Refactor and adapt the FoldingActionGroupNitin Dahyabhai2-8/+22
2020-03-23[561347] Make the Structured Text Editors page easy to reuseNitin Dahyabhai12-218/+286
Change the generic, and confusingly named, Structured Text Editors preference page into one that can maintain separate values for each content type without significant code changes by adopters as well. Signed-off-by: Nitin Dahyabhai <thatnitind@gmail.com>
2020-01-09[195655] restore protected method for binary compatibilityNitin Dahyabhai1-19/+35
2020-01-08[195655] - [dnd] Drag'n'drop selected textDawid Pakuła2-45/+122
Re-use default platform DropTargetListener Change-Id: I1a6258584e25a17347f105de6a957767e71dd095 Signed-off-by: Dawid Pakuła <zulus@w3des.net>
2020-01-08[nobug] Code cleanupsNitin Dahyabhai5-39/+33
Replace Project Explorer with Minimap view in default list of show in targets Fix to quick outline label provider setup
2019-11-26[548168] [Preferences] Add color preview in "Appearance Color Options" tableNitin Dahyabhai1-138/+158
2019-09-03[nobug] Update versions in references to license featureR3_15Nitin Dahyabhai1-1/+8
2019-05-29[314480] Add safety to avoid CCEs between different providers and reapplyNitin Dahyabhai1-2/+11
the correct filter value after switching configurations.
2019-05-16[285717] cleanupsNitin Dahyabhai3-21/+29
2019-05-16Bug 285717 - [editor] Support for quickfix in the marker marginLakshminarayana Nekkanti1-35/+153
contextual menu Change-Id: I5ecf526d4e72ca01eb6d046d3d7fe4c25b2296a9 Signed-off-by: Lakshminarayana Nekkanti <narayana.nekkanti@gmail.com>
2019-04-28[473556] NullPointerException in ToggleBreakpointsTarget.getBreakpoints:108Nitin Dahyabhai1-0/+3
2019-04-22[314480] properly dispose of providers when switching configurationsNitin Dahyabhai1-2/+18
2019-04-21[314480] Provide a richer quick outlineNitin Dahyabhai7-35/+175
The Outline view will now "pull up" text contents and show them similar to how attributes are shown. The quick outline now allows cycling between showing and filtering on node names as before and showing attributes in the style of the outline view and filtering on just those values.
2019-03-05[545017] increment org.eclipse.wst.sse.ui for 3.13R3_13Nitin Dahyabhai1-2/+2
2019-03-04Bug 545017 - CTRL-SHIFT-B behavior is not consistent with double-clickThierry BLIND1-1/+1
action when deleting a breakpoint Signed-off-by: Thierry BLIND <thierryblind@msn.com>
2019-01-19Bug 430312 - If two highlighters always report same Position they areThierry BLIND1-6/+1
interchangeably used Change-Id: If59135e644738245ee3443ee8d3307d0802ae46a Signed-off-by: Thierry BLIND <thierryblind@msn.com>
2019-01-16[nobug] clean up some compiler warningsNitin Dahyabhai3-53/+55

Back to the top