Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-07Bug 535964 - Move some non UI classes from jface.text to o.e.text.Y20180808-2200I20180811-1500I20180810-2000I20180810-0320I20180809-2000I20180808-2000Roland Grunberg5-794/+164
- 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>
2017-07-07Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel1-2/+2
eclipse.platform.text Change-Id: Ib0b2cedee4e9fe38e19fbb8788edbe0c6d786ce1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-03-11Bug 513517 - printStackTrace() should not be used in production codeI20170315-0500I20170314-2000I20170313-2000I20170312-2000Andrey Loskutov1-1/+1
Change-Id: I7b4a4d0a1af3979852269b1ee53fb9a8ba444e93 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-02-03Bug 493304 - Prefer usage of enhanced for loop in eclipse.platform.textLars Vogel3-28/+16
repo Part 2 for the org.eclipse.jface.text plug-in Change-Id: I183540f8ae58d1448de9607b6c462817a2f670a3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-01-11Bug 510313 - Remove unnecessary whitespace from org.eclipse.jface.textY20170112-1300Y20170112-1000I20170116-2000I20170115-2000I20170114-2000I20170113-2000I20170112-2000I20170112-0245I20170112-0200I20170111-2000Lars Vogel2-3/+3
Change-Id: I19139e6aba0aaa20eb06882a4b721298cdfe138b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-02-24Fixed bug 473524: template importer never throws "Duplicate template id" ↵Dani Megert2-5/+17
exception
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller4-39/+41
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller5-97/+42
2012-01-10Fixed bug 321664: [templates] IOException while loading templates.xmlDani Megert1-8/+3
should indicate position
2011-02-25doc: specified element typeMarkus Keller1-2/+2
2010-03-26Fixed bug 306923: [templates] added/changed templates do not load after restartDani Megert1-5/+22
2009-09-29Fixed bug 290778: [implementation] Importing templates from wrong file ↵Dani Megert1-1/+3
writes to console
2008-12-31copyright updatesDani Megert2-2/+2
2008-11-26Fixed bug 256532: [templates] TemplateProposals has API that should be ↵Dani Megert1-5/+11
marked deprecated
2008-09-23Removed duplicate package doc.Dani Megert1-75/+0
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert6-21/+26
2008-08-29Fixed bug 130874: [templates][preferences] Java Code Templates preferences: ↵Dani Megert1-2/+29
Cancel does not work after 'Restore Defaults'
2008-05-29Updated copyright date.v20080529-0800Dani Megert2-2/+2
2008-05-13Added API tooling tags.Dani Megert2-0/+2
2008-05-08Corrected Javadoc.Dani Megert1-3/+3
2007-08-24Benno's patch to fix bug 200824: [templates] JavaContext sets wrong ↵Dani Megert1-2/+5
completion offset when adding imports
2007-08-24Benno's patch to fix bug 200824: [templates] JavaContext sets wrong ↵Dani Megert1-27/+34
completion offset when adding imports
2007-05-29Reverted wrong copyright update.Dani Megert2-2/+2
2007-05-29Updated copyrights.Dani Megert2-2/+2
2007-05-09Updated copyright date.v20070510-0010Dani Megert4-4/+4
2006-08-31Switched to use org.eclipse.core.runtime.AssertDani Megert5-5/+11
2006-05-15doc updates and additionsteicher2-6/+2
2006-05-12Fixed copyrights.v20060512-1326Dani Megert2-2/+2
2006-04-10Fixed bug 135777: [misc] need to adopt ICU4J APIsDani Megert2-2/+2
2006-03-28Updated copyright.teicher1-1/+1
2006-02-0179805 [templates][preferences] Modified default-codetemplates.xml not taken ↵teicher1-14/+69
into account: - have TemplateStore manage its listener itself, add explicit requests to do that
2006-01-2679805 [templates][preferences] Modified default-codetemplates.xml not taken ↵teicher1-6/+11
into account
2006-01-2665284 [preferences][templates] importing template preferences does not ↵teicher1-6/+25
update the template store
2005-09-19Fixed bug 109513: Project Specific Code Templates are not persisted across ↵Dani Megert1-0/+3
sessions
2005-09-13Removed superflous $non-nls$Dani Megert1-4/+4
2005-06-21Added @since 3.1Dani Megert3-0/+5
2005-06-21SpellingDani Megert2-5/+5
2005-06-17Updated copyright date to 2005v20050617-1200Dani Megert12-12/+12
2005-06-16Javadoc polishDani Megert1-1/+3
2005-06-16Fixed chkpii errorsDani Megert1-2/+4
2005-05-18fix failing test: wrong attribute writtenteicher1-1/+1
2005-05-18Bug 81701 [content assist] content assist on random text inserts method stubteicher2-3/+11
2005-04-2792863 [api] missing @since 3.1 tags on TemplateProposalteicher1-0/+2
2005-04-19Removed trailing whitespace.Dani Megert10-222/+222
2005-04-17Fixed trailing space.Dani Megert2-2/+3
2005-02-25Converted from CPL to EPLDani Megert12-48/+48
2004-12-21project templatesteicher1-9/+21
- use ID to set project specific property
2004-12-17- project specific templatesteicher2-3/+50
- template access by id (bug 75806)
2004-11-18code cleanup - getting rid of warningsKai Maetzel4-39/+5
allow access to auto edit strategies from source viewer configuration
2004-11-02fixes Bug 76887 [content assist] Template validation is case sensitiveteicher1-1/+1

Back to the top