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 Grunberg1-1/+1
- 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>
2018-06-014.9 version updates for eclipse.platform.text required for EPL 2.0I20180601-0915I20180601-0900Lars Vogel1-1/+1
update Change-Id: I2347c4e9fb76d947449865ebfb35caf759458f9c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-28Bug 535162 - Necessary pom updateLars Vogel1-1/+1
Change-Id: Iafc3128c1a62cf113a84723af32ed1a1acee4401 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-02-07Bug 530819 - Make org.eclipse.xtext.ui friend of text.htmlI20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000Karsten Thoms1-1/+1
Change-Id: Iec0e38c71fdb403d89a6a6d666dd69bea16205cd Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-01-03Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)I20180104-2000I20180104-0030I20180103-2000Karsten Thoms1-1/+1
Refactored usages of StyledText#getOffsetAtLocation(), which throws an IAE when no character is at the given point. The new method returns -1 as return code, which is evaluated and try-catch blocks are avoided. Adjusted lower bound for org.eclipse.swt Change-Id: I1980f14b95926ca0e13044670101caa73ff1dcbd Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-12Bug 528254 - [Java9] Added Automatic-Module-Name HeaderI20171215-0215I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000Karsten Thoms1-0/+1
Incremented versions for Eclipse 4.8 Photon Change-Id: I49d086cba48a4b0519cda696b4ab38d66cbd8fef Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-11Bug 527720 - [CodeMining] Provide CodeMining support withangelozerr1-0/+2
CodeMiningManager Change-Id: I98c276eafcac8ac796c5e1fdedf9d5ee96f6858c Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2017-11-29Bug 527675 - [CodeMining] Provide inline annotations supportI20171129-2000angelozerr1-0/+1
Change-Id: I699f425123580cddfa771f91aa0b6c08c7c245c7 Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2017-09-08Bug 513321 - Aggregate mutliple hover sourcesS4_8_0_M2I20170913-2000I20170913-1120I20170913-0800I20170913-0420I20170913-0220I20170912-2255I20170912-2000I20170912-0800I20170911-2000I20170911-0800I20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Mickael Istria1-1/+1
Including API fix Change-Id: Ieb35e68eef0f67ea3610645505843c5060ab3d31 Signed-off-by: Mickael Istria <mistria@redhat.com>
2017-07-06org.eclipse.jface.text MANIFEST.MF version update for 4.8I20170707-0530I20170706-2000Lars Vogel1-1/+1
Change-Id: Ibd00dc6e7e89b0491510d4cd1ea020867bd03988 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-01-18Bug 251156 - Asynchronous content assistI20170119-0345I20170118-2000Markus Keller1-1/+0
removed bogus Bundle-ActivationPolicy for bundle without activator
2017-01-17Bug 251156 - Asynchronous content assistMickael Istria1-1/+2
This provides a new AsyncContentAssistant, performaing computation and presentation of content assist proposals (and related operations) asynchronously whenever possible. Part of this change is also internally allowing the parent ContentAssistant to support multiple IConteantAssistProcessors (although this is not exposed through public API). The AsyncContentAssistant does expose the manipulation of multiple contentAssistProcessors though. Some fields and methods where also made more visible (usually from private to protected or package, to maximize the ability to reuse existing code from the current synchronous framework, in order to make the feature easier to write, and also to provide a consistent experience with aysnc and sync content assist. Change-Id: I3e80c6422eaababc165e955ddeb3539909bfcb9f Signed-off-by: Mickael Istria <mistria@redhat.com>
2016-08-19Increased bundle version for 4.7 fixesI20160823-1359I20160823-0759Dani Megert1-1/+1
2015-12-01Bug 478673: Move platform text to Java 1.8 BREEMarkus Keller1-2/+2
2015-11-25Increased bundle version for NeonDani Megert1-1/+1
2014-10-27Bug 441448 - Give plugins implementing code formatters more freedom whenI20141029-2000I20141029-0800I20141028-2000I20141028-0800Sergey Prigogin1-1/+1
dealing with empty selection The change introduces a new method SourceViewer.createFormattingContext(int, int) that gives overriders more freedom compared to the createFormattingContext method without parameters. The default implementation of the new method calls the old one and interprets an empty selection as formatting of the entire document. Change-Id: I210688466ff07a3a90eab8e1ecc16b4c6e01d088 Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-07-08Bug 439155: [block selection] Pasting multiple lines inserts \r instead of ↵I20140722-0800I20140715-0800Markus Keller1-1/+1
document line delimiter
2013-12-05Fixed bug 420662: [content assist] Context selection window should remember ↵I20131209-0800I20131208-2000Dani Megert1-1/+1
its size
2013-10-27Fixed bug 420057: [block selection] Block selection slower for large selectionsI20131030-0800I20131029-2000Szymon Ptaszkiewicz1-1/+1
Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
2013-06-20Increased bundle version for Luna fixesDani Megert1-1/+1
2012-06-08Bug 26873: [navigation] Should not have to move mouse to get linkMarkus Keller1-1/+1
behaviour
2011-10-12Fixed bug 340570: [rulers][api] Pull up #addVerticalRulerColumn andv20111018-0800Dani Megert1-1/+1
#removeVerticalRulerColumn from ProjectionViewer to SourceViewer
2011-06-10Increased bundle number to 3.7.100.v20110621-0800Dani Megert1-1/+1
2010-07-29Committed Raksha's patch to fix bug 78522: [navigation] All Ctrl+Click link ↵Dani Megert1-1/+1
targets should also be available under one command/action
2010-06-17Bug 277862: [navigate] Show hand pointer for single-click tables and treesMarkus Keller1-1/+1
2010-03-01Add pde.ui as x-friend.Dani Megert1-1/+1
2009-11-09Increased bundle version to 3.6.0.v20091110-0800Dani Megert1-1/+1
2009-09-22Adopted SWT.MouseVerticalWheel.Dani Megert1-0/+1
2009-06-11bump versionMarkus Keller1-1/+1
2008-11-19Updated required bundle versions.Dani Megert1-3/+3
2008-08-29Fixed bug 130874: [templates][preferences] Java Code Templates preferences: ↵Dani Megert1-1/+1
Cancel does not work after 'Restore Defaults'
2008-06-21Removed superflous code.Dani Megert1-1/+1
2008-04-04Make LTK Refactoring our friend.Dani Megert1-1/+1
2008-01-31Require org.eclipse.jface 3.4.v20080204-0010Dani Megert1-1/+1
2007-07-25Adjusted version number to 3.4.0.Dani Megert1-1/+1
2007-06-26Adjusted plug-in version.Dani Megert1-4/+2
2006-10-19Removed PDE as friend.Dani Megert1-1/+1
2006-09-28Also add other text plug-ins as x-friends of the HTML rendering codeDani Megert1-1/+1
2006-09-22Fixed bug: 157461: [implementation] Put all html rendering related classes ↵Dani Megert1-1/+1
into one package and declare others as x-friends
2006-09-22Fixed bug: 157461: [implementation] Put all html rendering related classes ↵Dani Megert1-0/+1
into one package and declare others as x-friends
2006-09-08Adjusted version numbers to reflect new API.Dani Megert1-2/+2
2006-06-08merge pre_3_3_work changes:teicher1-2/+2
- use monitor bounds to place and size pop-ups - line number display fix - incremented minor version as the re-exported org.eclipse.text incremented its version
2006-04-10Fixed bug 135777: [misc] need to adopt ICU4J APIsDani Megert1-0/+1
2006-04-06Specified 1.4 execution environment.Dani Megert1-0/+1
2006-02-20Removed unnecessary Eclipse-LazyStart entry and added missing internal package.v20060221-0800Dani Megert1-2/+2
2006-02-13Quick Assist - part 2: providing APIsDani Megert1-0/+1
2006-01-24First cut of fix for bug 89599: [api][typing] Text Editor Undo stack ↵Dani Megert1-1/+1
(context) should be keyed of common document
2005-12-06Updated bundle-version in require-bundle sectionDani Megert1-5/+5
2005-11-09Updated versions according to ↵Dani Megert1-1/+1
http://eclipse.org/equinox/documents/plugin-versioning.html
2005-10-20added o.e.jface.text.internal.revisions to exported packages as x-internalteicher1-0/+1

Back to the top