Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-28Bug 544867 - [Generic Editor] ExtensionBasedTextEditor does not allowS4_11_0_RC1I20190302-1800I20190302-0600I20190301-1800I20190301-0040Bin Zou1-2/+6
its subclasses to setKeyBindingScopes. Delete setKeyBindingScopes method and override initializeKeyBindingScopes method instead. Signed-off-by: Bin Zou <bin.zou@cs.ox.ac.uk>
2019-02-28Bug 541415 - [Test] Use MOD1 instead of CONTROLMickael Istria1-2/+2
So it should also work on Mac. Change-Id: Ic725f485d6d52f867005964edde1211a1ab87645 Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-02-27Bug 541415 - [Test] Add test for code mining Ctrl+Home/EndY20190227-2200I20190228-0300I20190227-1800Mickael Istria7-6/+388
Change-Id: Id50805fd1e5b6f91de27d573a2b6c1850902931f Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-02-18Bug 543933 - Build javadocs with Java 11Y20190225-0415Y20190222-0110Y20190220-2200S4_11_0_M3I20190227-0600I20190226-1800I20190226-1020I20190226-0715I20190226-0600I20190225-1800I20190225-0600I20190225-0200I20190224-1800I20190224-0930I20190224-0600I20190223-1800I20190223-0600I20190222-1800I20190222-0645I20190222-0440I20190220-1800I20190220-0600I20190219-1800I20190219-0600I20190218-1800Alexander Kurtakov9-76/+105
After fixing majority of Xdoclint:html issues there are warnings even with Xdoclint:none. Change-Id: I9be510daa74198061f829b73116c38c19dfd400f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov4-20/+22
Fix javadoc warnings catched by Java 11 tool with XDoclint:syntax. Change-Id: I853d804bf9d86ee16c5876478e4e40962c68d4f8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov26-200/+216
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I361b79bda124f98380dec2c87ca41b09f4098643 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-16Bug 543933 - Build javadocs with Java 11I20190218-0600I20190217-1800I20190217-0600I20190216-1800Alexander Kurtakov8-106/+118
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I9d4dfa7c57b47c5d130c8d0c50069b0ed15b70fa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-16Bug 543933 - Build javadocs with Java 11I20190216-0600Alexander Kurtakov11-64/+74
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: Iac131bfc027cf0d7de92992b6518764ce0b568d9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-15Bug 543933 - Build javadocs with Java 11I20190215-1800Alexander Kurtakov1-1/+1
Fix javadoc warnings in MultiTextEdit.java. Change-Id: I7de36c65ccd113d2df11d322ba1015d92f8cf932 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov16-172/+208
Fix warnings catched by java 11 javadoc. (take 4) Change-Id: I64da26cfb07bb1f02e18f87954b24ce93546316e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800Alexander Kurtakov43-545/+516
Fix warnings catched by java 11 javadoc. (take 3) Change-Id: I6e7fd7d2f60b67dfdfe31e89d80c871cfd6c443f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Bug 543933 - Build javadocs with Java 11Alexander Kurtakov4-14/+15
Fix warnings catched by java 11 javadoc. (take 2) Change-Id: Iccf5071777c27d00d2bd06d9301e175b4ce820dc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Bug 479273 - Prefer usage of Boolean.parseBoolean instead ofLars Vogel4-6/+6
Boolean.ValueOf Change-Id: If9a679f44f99a373b38f8f16623eaa45b4704f5a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-02-13Bug 543933 - Build javadocs with Java 11Y20190213-2200I20190213-1800Alexander Kurtakov5-6/+14
Fix warnings catched by java 11 javadoc. Change-Id: I9e35131d8314575d81c186d5c418b6be5137d46c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-13Bug 538439 - org.eclipse.ui.genericeditor.tests 4 tests fail on MacY20190213-0305Andrey Loskutov3-17/+20
Change-Id: I68e642651a1627e3544c54cc0b5825d781eb58fc Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-02-12Add missing Override annotation.I20190212-1800Alexander Kurtakov1-4/+2
Change-Id: I2a3d9fef5587d641d18761b9b8b78820427799dc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-12Remove unused problem filter.Alexander Kurtakov1-11/+0
Change-Id: I40b9ff42d261536ff653d2907da5d678b2a70029 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-12Bug 544315 - DocumentProviderRegistry: also try IPath to get extensionThomas Wolf7-4/+121
Make getDocumentProvider(IEditorInput) try a little harder by trying to figure out an IPath from the editor input and use the extension of that path, if one can be determined. Change-Id: I6426e0e9fa09b71bd472d5ca545d1333c17323ce Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2019-02-11Bug 544309 - Add doc link to bugI20190211-1800Karsten Thoms4-4/+4
Change-Id: I9142a10c51abc1ea27316ad72cf274ae1f09561e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-02-11Bug 544309 - Mark EncodingActionGroup & related for removalKarsten Thoms5-7/+54
Change-Id: Id70eb30bd39b59a20f41209689f8cf2aa5ca95e0 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-02-10Bug 518569 - Use StandardCharset constantsI20190210-2135I20190210-1800Karsten Thoms21-76/+44
Also: version bump for 4.11 Change-Id: I7055e6a2ceb521dbe6065888b735ac62caa73ef6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-02-06Bug 538594 - [content assist] Default size is too smallY20190208-0505Y20190206-2200I20190209-1800I20190208-1800I20190207-1800I20190206-1800Andrey Loskutov1-3/+3
This change increases the content assist width from height x 1.62 to height x 2. Change-Id: I054c3464998c27bbb1a95378371254507051a129 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-02-03Bug 537642 - The junit testY20190205-0115I20190205-1800I20190204-1800I20190203-1800Andrey Loskutov3-4/+4
FindReplaceDialogTest.testFocusNotChangedWhenEnterPressed fails on Mac Change-Id: I5888399a8c45d60456dbf0c1c501e8bcce4caaea Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-01-31Bug 514054 - Fix typo so Templates View maintains a sorted order.Y20190201-0030I20190202-1800I20190201-1800I20190201-0600I20190131-1800Roland Grunberg3-3/+3
Change-Id: I14ea3667721af7d8ff627a8aa4ce0224626206e8 Signed-off-by: Roland Grunberg <rgrunber@redhat.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-01-30Bug 543951 - Line ruler update after quick fix Refactor->Rename inSebastian Ratz1-1/+1
Workspace depends on layout call in ProgressIndicator Make sure all children of CompositeRuler are laid out. Change-Id: I17bb1e0b6f67a311bd8587c664724f5491511a3c Signed-off-by: Sebastian Ratz <sebastian.ratz@sap.com>
2019-01-28Bug 538594 - [Content assist] Default size is too smallY20190130-2200Y20190130-0010I20190131-0130I20190130-1800I20190129-1800Mykola Zakharchuk4-5/+14
This change makes proposal window more suitable for displaying long API names. Minimum height increased from 10 to 15 elements (width is depending on that as before, so it is increased accordingly). Both dimensions will be checked to be not bigger than 1/4 of the appropriate dimension of the current monitor. Change-Id: I7a00aecc6eafe70d24d00dcec691198a11aefd97 Signed-off-by: Mykola Zakharchuk <zakharchuk.vn@gmail.com> Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-01-21Bug 543629 - Search tests DNF on WindowsY20190123-2200I20190128-1800I20190127-1800I20190126-1800I20190125-1800I20190124-1800I20190124-1235I20190124-0930I20190123-1800I20190122-1800I20190121-1800Andrey Loskutov3-4/+8
seedJobsCount over 1 on a JobGroup can cause endless waits, see bug 543629 comment 2 and bug 543660. Therefore use 1 for seedJobsCount in TextSearchVisitor.search() to avoid jobGroup.join(0) call block forever if we schedule more jobs as seedJobsCount and all jobs <= seedJobsCount finish before jobs > seedJobsCount start. Change-Id: Ib57687c8389bb8a620e1f4e7c82c52c6cd219b46 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseY20190116-2200Y20190109-2200Y20190108-0410Y20190108-0135Y20190107-0850Y20190107-0505Y20190102-2200Y20181226-2200Y20181219-2200Y20181212-2200S4_11_0_M1I20190121-1415I20190120-1800I20190119-1800I20190118-1800I20190117-2335I20190116-1800I20190115-1800I20190114-1800I20190113-1800I20190112-1800I20190111-1800I20190111-0850I20190109-1800I20190109-0655I20190108-1800I20190108-0600I20190107-2050I20190107-1800I20190107-0600I20190106-1800I20190106-0600I20190106-0150I20190105-1800I20190105-0810I20190104-1800I20190103-1800I20190102-1800I20190101-1800I20181231-1800I20181230-1800I20181229-1800I20181228-1800I20181227-1800I20181226-1800I20181225-1800I20181224-1800I20181223-1800I20181222-1800I20181221-1800I20181220-1800I20181219-1800I20181218-1800I20181218-0120I20181217-1800I20181216-1800I20181215-1800I20181215-0340I20181214-1800I20181214-0720I20181214-0105I20181213-1800I20181212-1800I20181212-0230I20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi19-21/+21
Change-Id: I975429ca29af362e54dee6d31c2c7373e644f397 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-11-19Bug 540448 - [code mining] How to create code minings at the end of theY20181205-2200Y20181204-0315Y20181128-2200Y20181121-2200S4_10_0_RC2S4_10_0_RC1S4_10_0_M3R4_10I20181206-0815I20181206-0320I20181206-0225I20181206-0030I20181205-1800I20181205-0600I20181204-1800I20181204-0600I20181203-1800I20181203-0600I20181202-1800I20181202-0600I20181201-1800I20181201-0600I20181130-1800I20181129-0330I20181128-1800I20181128-1105I20181128-0810I20181128-0600I20181128-0130I20181127-1800I20181127-0600I20181126-1800I20181126-0940I20181126-0600I20181126-0140I20181125-1800I20181125-0600I20181124-1800I20181124-0600I20181123-1800I20181121-1800I20181121-0910I20181121-0600I20181120-1800I20181120-0600I20181119-2315I20181119-1800R4_10_maintenanceangelozerr1-1/+7
line Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-11-19Bug 540448 - [code mining] How to create code minings at the end of theangelozerr1-24/+26
line Change-Id: I977f3ca989071faada8e336c51acf1eeec711464 Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-11-16Bug 539624 - [codemining] Improve drastically draw of inlined headerI20181119-0600I20181118-1800I20181118-0600I20181117-1800angelozerr5-137/+27
annotation by using StyledText#setLineVerticalIndent Change-Id: Id9d62c1d59e26fc0bcf4327e77d37c3c8dcb129f Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-11-16Bug 540950 - [codemining] Setting new code mining providers can leadI20181117-0600I20181116-1800angelozerr2-9/+10
former ones to exception Change-Id: I4b74bb6895d51e4392a3b27c8fea0209538e5dc6 Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-11-14Bug 535339 - All repositories need a NOTICE and LICENSE fileY20181114-2200I20181115-1800I20181115-0200I20181114-1800I20181114-1345I20181114-1325I20181114-1050Sravan Kumar Lakkimsetti3-0/+391
Change-Id: I2075c3b6b316131d75957a56738bca2990ec3856 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-11-08Bug 538125 - Use verbs in File Changed dialog instead of Yes NoI20181114-0925I20181114-0355I20181114-0200I20181112-1800I20181112-0435I20181112-0320I20181109-0350I20181108-1800Mike Majewski3-2/+8
Change-Id: I3519140064c2dbae9692d151fb88f75ff5fd19d5 Signed-off-by: Mike Majewski <mike.majewski@email.de>
2018-11-08Bug 540779 - [code mining] Log error only if neededangelozerr1-2/+15
Change-Id: I2ba19d304f729bf06bb8adf783b7bf47a2c6bade Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-10-28[minor] Fix typos in extension point description and JavadocY20181107-2200Y20181031-2200Y20181030-1100Y20181030-0940I20181107-1800I20181107-0200I20181106-1800I20181106-0125I20181105-1800I20181104-1800I20181103-1800I20181102-2120I20181102-1800I20181101-1800I20181031-1800I20181031-0550I20181031-0540I20181030-1800I20181029-1800I20181028-1800Michael Keppler5-5/+6
Change-Id: I91986fc92c2f4f366218095502e3d0d2b19c0ed3 Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
2018-10-26Bug 539849 - Guard against NPE in TemplateStore.getRegistry().I20181027-1800Roland Grunberg1-0/+3
When the underlying ContextTypeRegistry is null for TemplateStoreCore.getRegistry(), it indicates that all templates should be loaded, so simply return null in TemplateStore.getRegistry(). Change-Id: I5ddf2400e4eeb68f269555f24a48dd3cfee008ba Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2018-10-23Bug 540404 - Fixed NPE - added guard conditionsY20181026-0120Y20181025-0550Y20181025-0530I20181026-1800I20181025-1800I20181024-1800Karsten Thoms1-0/+3
Change-Id: I41930aa80dadd4bf098760daa8aaa7e1e0e4dafe Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-10-17Bug 491273 - remove copy/pasted getClosestMonitor() implementationI20181023-1800I20181023-1200I20181023-0800I20181022-2040I20181022-1800I20181021-1800I20181020-1800I20181019-1800I20181019-0450I20181019-0330I20181018-1800Andrey Loskutov2-37/+4
Change-Id: I6dc63724761f94353dc12be8c594e3664f55f42f Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-10-17Revert "Revert "Bug 536393 - [minimap] Default location of minimap should be ↵I20181017-1800Lars Vogel1-0/+14
in the same area as Outline"" This reverts commit 169d7ded688ac6239bdf47e55d40f1ff1ae0ef52. Change-Id: Ica4cbaf86d4e6cdde5986b1a55125c72fb54916e
2018-09-25Bug 539430 - [code mining] wrong line spacing for line header annotationS4_10_0_M1I20181016-1800I20181015-1800I20181015-0255I20181014-2350I20181014-1800I20181013-1800I20181012-1800I20181010-1800I20181010-0600I20181009-1800I20181009-0600I20181008-1800I20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800I20181004-1800I20181003-2215I20181003-1800I20181002-1800I20181002-0205I20181001-1800I20181001-0920I20181001-0235I20180930-1800I20180929-1800I20180928-1800I20180927-1800I20180927-0135I20180927-0040I20180926-1800I20180926-0830I20180925-1800angelozerr1-1/+1
Change-Id: Idc133c1331751789c22687e796c37b6626a586af Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-09-24Bug 535752 - Performance of search viewI20180924-1800Michael Keppler1-1/+1
With many search results being available, the search view takes almost all the time for refreshing the tree in the viewer. This can be avoided since we know perfectly that there is no structural change, when calling that method (the if insertChild() return value proves that). Therefore instead of a structure refresh it is sufficient to update a single node of the viewer only. For a search with more than 500.000 results, this brings the search runtime down from 3 minutes to 3 seconds on my system. Change-Id: I9c80b9e2e0c6c9aaa8cc732c7eec2d76dfc55305 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-09-244.10 version increase for org.eclipse.searchLars Vogel2-2/+2
Change-Id: Ia0b21d60471b185b88eb1df4634f7cff847091e3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-09-24Bug 539338 - [code mining] Clean code mining providers doesn't removeangelozerr1-0/+3
old code mining annotations Change-Id: I8dec68fdc4a8dd29cc2d7671fbcb8c0eba7d2961 Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-09-24Bug 538504 - Performance of FaceTextUtil.isShowingEntireContents()Michael Keppler1-3/+12
For huge widgets avoid calculating all line heights to see whether scrolling is necessary in the widget. Instead calculate the last visible line and decide based on its index and visibility. This reduces the costly line height calculation to a small number, completely decoupled from the line count in the document. In my profiling use case with a 42.000 lines git diff editor (which has variable line height), the runtime of the changed method dropped from 640ms to less than 10ms, as measured in Yourkit. Change-Id: I25cd71587afcf2c266ec48255cb87cb35da6cce2 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-09-23Bug 535964 - Move some non UI classes from jface.text to o.e.text.I20180923-1800Sebastian Ratz3-44/+89
Another update to the #equals() implementation. bb4abd131785dc66b2a4da321ded042fd4e37db1 broke equals() in other scenarios. A = org.eclipse.text.templates.TemplatePersistenceData B = org.eclipse.jface.text.templates.persistence.TemplatePersistenceData Properly implement equals() in the super class (A) and in the deprecated subclass (B), such that the symmetric property of equals holds: A.equals(B) B.equals(A) This is ensured by always using B as a dummy and delegating via "ref". In the super type A introduce a new dummy UUID just for equals. This simulates the previous object identity semantics for equals (there can exist multiple *different* templates with identical values). Change-Id: Ia34e7019a54464b6f4d95521eddea8e682e87bf1 Signed-off-by: Sebastian Ratz <sebastian.ratz@sap.com>
2018-09-21Bug 535964 - Move some non UI classes from jface.text to o.e.text.I20180922-1800I20180922-0245I20180922-0005I20180921-1800Sebastian Ratz5-4/+57
Fix TemplatePersistenceData#equals implementation. Change-Id: Ie742ce68e685642d81f83bc9eb53a6b72e2a5516 Signed-off-by: Sebastian Ratz <sebastian.ratz@sap.com>
2018-09-21Bug 539317: catch exception thrown by codeMiningProviderTobias Melcher1-1/+16
Change-Id: I80377ca6706013ebbf4d50da666953ff3f4d2ed1 Signed-off-by: Tobias Melcher <Tobias.Melcher@sap.com>
2018-09-21Bug 538444 - [code mining] Draw of inlined header annotation breaks theangelozerr1-3/+0
draw of the dark scrollbar/margin A side effect is the the whole line (included code mining) is highlighted when selected instead of the text part only. But discussion on the bug concludes it's better as proposed than in previous state. Change-Id: I9473fa366a286d5babcea505807a51f7f50782c9 Signed-off-by: angelozerr <angelo.zerr@gmail.com>
2018-09-21Bug 539199 - All proposal filtered triggers new completion requestMickael Istria2-16/+32
Change-Id: I2a70986d1a3cbc261d24682cbedf61537d8d9589 Signed-off-by: Mickael Istria <mistria@redhat.com>

Back to the top