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-08-16[582302] AOT cleanups and unit test fixesNitin Dahyabhai2-3/+3
2023-07-26[582204] Update jobs from Tycho 2.7.5 to Tycho 4.0.0Nitin Dahyabhai2-3/+3
Change-Id: Ic6c5f7cfd252fe69eb9243d70614d24565d18019
2023-05-22[nobug] add forceQualifier.txt filesNitin Dahyabhai1-1/+1
Change-Id: I64eca8bdb94f24583e61bb0b2bdfc14ca7518a15
2023-04-02[581758] Handle removal of ResourceNavigator and friendsNitin Dahyabhai5-19/+13
Change-Id: I2623120043ce4b5adbddd4cc762764f27250405f
2022-11-20[580788] Update ICU4J version referencesR3_28Nitin Dahyabhai1-1/+1
2022-10-26[580788] ClassNotFoundException: com.ibm.icu.util.StringTokenizerNitin Dahyabhai2-9/+8
Standardize on the ICU bundle version shipped in the Platform
2022-09-29Revert "[580788] SSE StringUtils imports com.ibm.icu.util.StringTokenizer ↵Nitin Dahyabhai14-76/+112
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 Dahyabhai4-10/+12
This reverts commit 502e2b4bb112106d1174cebdcc4d7d024160089e.
2022-09-29[580788] SSE imports com.ibm.icu MessageFormat and NumberFormatNitin Dahyabhai4-12/+10
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 Dahyabhai14-112/+76
java.util.StringTokenizer
2022-09-29[580831] NPE in ↵Nitin Dahyabhai1-1/+3
org.eclipse.wst.sse.ui.internal.projection.AbstractStructuredFoldingStrategy.getIndexedRegions()
2022-07-12Bug 580367 - remove version from com.ibm.icu.* packagesAndrey Loskutov2-4/+4
This fixes compilation error in SDK 4.25: Unsatisfied constraint: 'Import-Package: com.ibm.icu.text; version="3.8.1"' Change-Id: I8287842785b7e67c69043a92e8cf138f4faebf2e
2022-04-09[nobug] Guard against potential, if unlikely, NPENitin Dahyabhai1-2/+4
2022-03-13[579148] Increment sse.ui for 3.26Nitin Dahyabhai2-2/+2
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 Dahyabhai3-3/+7
2021-03-23[nobug] increment features for 3.22, update references to IPluginRegistryNitin Dahyabhai4-38/+5
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 Dahyabhai3-6/+128
2020-06-20[564361] support information severity, update test for new defaultNitin Dahyabhai3-27/+30
2020-06-17[nobug] string updateNitin Dahyabhai1-1/+1
2020-05-17[nobug] clean up some warningsNitin Dahyabhai3-2/+3
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 Dahyabhai3-9/+23
2020-03-23[561347] Make the Structured Text Editors page easy to reuseNitin Dahyabhai16-237/+292
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ła3-47/+124
Re-use default platform DropTargetListener Change-Id: I1a6258584e25a17347f105de6a957767e71dd095 Signed-off-by: Dawid Pakuła <zulus@w3des.net>
2020-01-08[nobug] Code cleanupsNitin Dahyabhai7-41/+35
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-11-26[552321] Add the Minimap view to the list of show in targetsNitin Dahyabhai1-0/+4
2019-10-22[537617] Minimap should appear in editor's "Show In" menuNitin Dahyabhai2-2/+3
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.

Back to the top