Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25Remove no longer needed api problem filtersAlexander Kurtakov1-8/+0
Change-Id: Ie646dbf92b9ca150317744ae38ecfdbc033e38ea Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-08-07Bug 564891 - Delete org.eclipse.jface.util.Assert andY20200807-1200I20200808-0230I20200807-1800Lars Vogel1-0/+8
org.eclipse.jface.text.Assert as announced via Bug 528191 Change-Id: I1edff700fc9283c48ba66f3a52fa2dcabcfb72cc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-08-06Remove no longer needed API filters.Alexander Kurtakov1-22/+0
Change-Id: I0634e6c56c058c23b0807caa00bf0d93adc6d110 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-05-26Bug 552134 - org.eclipse.rcp misses dependency to org.eclipse.jface.textAlexander Kurtakov1-0/+6
Add api filter for removed @Deprecated . Change-Id: If6649e9770a302df9d0ca4db5f2a7151600cf923 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-11-07Add api filter for minor and micro version bump in jface.textAlexander Kurtakov1-12/+4
It happened on 2019-09-17 so too late for version revert. Change-Id: Iefcc0e70183d4cceb7aa60cdad061efc39068ae8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-09-16Bug 547683 - Add non-UI Thread access to last known selectionMickael Istria1-0/+24
Adds ITextViewerExtension9.getLastKnownSelection() method that gives access to last known value for the selection without requiring UI Thread. The new Generic Editor test case shows how this can be leveraged in ContentAssistProcessors. Change-Id: I8a4831c08f7ff1ade07f2a12ad8d0d2c682a372c Signed-off-by: Mickael Istria <mistria@redhat.com>
2018-08-07Bug 535964 - Move some non UI classes from jface.text to o.e.text.Y20180808-2200I20180811-1500I20180810-2000I20180810-0320I20180809-2000I20180808-2000Roland Grunberg1-0/+16
- Create TemplateReaderWriter, TemplatePersistenceData, and ContextTypeRegistry in org.eclipse.text which extend the corresponding classes from org.eclipse.jface.text in order the preserve the API for the latter - Make TemplateStore extend a new class TemplateStoreCore which will be located in org.eclipse.text, and contain the non-UI functionality from TemplateStore - Introduce new constructor to the deprecated TemplatePersistenceData, that takes an org.eclipse.text.templates.TemplatePersistenceData and delegates all API calls to it, if the object was constructed in this manner. Otherwise calls are handled by the inheritted class. In some cases, even though we use the new org.eclipse.text.templates.TemplatePersistenceData, the API requires us to return the deprecated version of TemplatePersistenceData. This satisfies the requirement while also ensuring the returned object can be modified by clients (unlike a copy). Change-Id: I4315693c8c557986d922106b7c1325e23de70725 Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2008-12-15Removed no longer needed api filters.Dani Megert1-9/+0
2008-09-17Removed temporary filters which got added as a workaround for bug 247291: ↵v20080915-1300Dani Megert1-15/+0
Removing @noextend API restriction should not result in error
2008-09-15Fixed bug 8624: [misc] Double click should auto select commentDani Megert1-0/+15
2008-05-21Ignore uncorrect API tooling warning.v20080521-2000Dani Megert1-0/+20

    Back to the top