Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-07-24Bug 567321 - "Go to last edit location" doesn't work after closingY20210805-0800Y20210804-1030Y20210730-0530Y20210729-0800Y20210727-0800I20210805-1800I20210804-1800I20210804-0930I20210730-1800I20210729-1800I20210729-0050I20210728-1800I20210727-1800I20210726-1800I20210725-1800I20210724-1800Andrey Loskutov4-12/+65
editors Don't browse backwards in history on closing or changing editor input. Change-Id: I14353a7b494bddd84ef5177b8801f208d27a1fd1 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/183341 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-07-21Bug 574939 - Move to Tycho 2.4.0Y20210722-0800I20210723-1800I20210722-1800I20210721-1800I20210721-0530Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Ica984332c19a47074d683ffbb37cacb05d840845 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/183221 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-07-16Bug 537415 Fix npe in ContentAssistant.showY20210720-0800Y20210719-0550I20210720-1800I20210719-1800I20210718-1800I20210717-1800I20210716-1800Christian Dietrich1-0/+2
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de> Change-Id: I036cd02358c48e7e94871d4397cfacecbda63e5f Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/183111 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
2021-07-13Bug 574667 - Use Jenkins multibranch pipeline based onY20210715-1150Y20210715-1000Y20210715-0820Y20210713-0800I20210716-0020I20210715-2200I20210715-1800I20210714-1800I20210713-1800Mickael Istria1-0/+70
Jenkinsfile+Gerrit Change-Id: I3f83202ca22241e3e0408ff7140240b11d3dad94 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/182860 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-06-29[dogfooding][cleanup] Use static inner class clean up forY20210708-0800Y20210706-1050Y20210706-0800Y20210701-0800Y20210630-0410Y20210630-0230S4_21_0_M1I20210712-1800I20210712-0340I20210712-0240I20210711-1800I20210710-1800I20210710-0000I20210709-0030I20210707-1800I20210707-0600I20210706-1800I20210706-0600I20210705-1800I20210705-0600I20210704-1800I20210704-0600I20210703-1800I20210703-0600I20210702-1800I20210701-1800I20210630-1800I20210629-1800Lars Vogel5-5/+5
test code Using this cleanup brings: - It reviews the feature - For optimization: small memory usage reduction as the outer pointer is removed Change-Id: Id3b4fcee22e52183fd8f00740e0ba4d152954e1c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-294.21. update org.eclipse.ui.editors.testsLars Vogel2-2/+2
For https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Change-Id: I6bf3168c1add01b07525f2bfe66dd66634636eb9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/182599 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-294.21. update text.testsLars Vogel2-2/+2
For https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Change-Id: I961fdfa67522bcb8a3f5e4b929276e952db9befb Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/182588 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-06-22Use JDT static inner class clean up forY20210629-0800Y20210623-0320Y20210622-1150I20210629-0210I20210628-1800I20210627-1800I20210626-1800I20210625-1800I20210624-1800I20210624-1210I20210622-1800Lars Vogel3-3/+3
ui.editors This ticket uses and tests the "Use static inner class" cleanup feature: - It reviews the feature - It reduces the memory consumption as it avoids the pointer to the outer class Example: Before: public class Outer { public class InnerClass { int i; public boolean anotherMethod() { return true; } } } After: public class Outer { public static class InnerClass { int i; public boolean anotherMethod() { return true; } } } Change-Id: Id13454b3c8e1e8ca6628d4f15cc6f0aec37cd62a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181573 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-174.20 update of org.eclipse.ui.workbench.texteditor.testsI20210621-1800I20210620-1800I20210619-1800I20210618-1920I20210618-1800I20210617-1800Lars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Change-Id: I784bc7c189a93086e0c0efe8b75d9e0ee2e960f5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180764 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-06-16Use JDT static inner class clean up for search plug-insI20210616-1800Lars Vogel2-2/+2
This ticket uses and tests the "Use static inner class" cleanup feature: - It reviews the feature - It reduces the memory consumption as it avoids the pointer to the outer class Example: Before: public class Outer { public class InnerClass { int i; public boolean anotherMethod() { return true; } } } After: public class Outer { public static class InnerClass { int i; public boolean anotherMethod() { return true; } } } Change-Id: If2fd5457666e4161e3eafa25893b0ec38d8eb36a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181576 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-06-164.21 update of org.eclipse.text.quicksearchLars Vogel1-1/+1
For https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181576/ Change-Id: I51fe4547d011d2631b98abb9290b0e3e28fea9ab Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181856 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-06-15Bug 574216 - IOOBE in CompletionProposalPopup.selectProposalI20210615-1800Andrey Loskutov1-10/+15
Guard from direct access on ever changing fFilteredProposals refrence and check for index inside fFilteredProposals bounds. Change-Id: I1946c255b54c87724624d5a29cf9b44fc3911b7d Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/182010 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-124.21 update of org.eclipse.searchY20210615-0910Y20210615-0900Y20210614-0420I20210614-1800I20210613-1800I20210612-1800Lars Vogel1-1/+1
For https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181576 Change-Id: Ic2d1bcc24527b6c9ee684151bbd2b82daac82f8d Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181855 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-06-11Bug 574139 - URLHyperlinkDetector: scheme:// is not a hyperlinkY20210611-0900I20210611-2000Thomas Wolf2-1/+8
Make the behavior more consistent between handling quoted and unquoted URLs: https:// would not give a hyperlink, but "https://" or "https:// " would. Change the code to not produce hyperlinks for the latter two. Change-Id: I17f6c16fd96ada810bfc4f635e9d03e8cf5f596b Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181809 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-06-10Bug 558656 - URLHyperlinkDetector: exclude trailing periodsI20210610-1850Thomas Wolf2-4/+17
While technically allowed, URLs in practice don't end with periods. Exclude them from the match; this gives better results in plain text when a URL occurs at a sentence end. Only periods are excluded; other punctuation is not handled. Change-Id: I290d6b951c1ab196dd3420719653c76527a032ed Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181769 Reviewed-by: Mickael Istria <mistria@redhat.com> Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-10Bug 483858 - Handle URL prefixes in URLHyperlinkDetectorThomas Wolf2-1/+16
Detect quotes around URLs with prefixes to make sure we don't include the closing quote in the link. Change-Id: I565dfb54ac9e7017b8f5fc2a841f2b5a3c5a4905 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181768 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-06-10Bug 574120 - URLHyperlinkDetector: detect leading stop charactersThomas Wolf2-10/+66
If a scheme is followed immediately by stop characters after "://", URLHyperlinkDetector wrongly computed hyperlink regions. Handle this case. Change-Id: I8e1f9b8103627008eb2fd2a46d5612f09c5b801b Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181767 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-06-10Version bump org.eclipse.jface.text.tests for 4.21Thomas Wolf2-2/+2
Change-Id: Ifd77b6fd5c44b2d1b53d0dbfcff4441a492f2f12 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181771 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
2021-06-08Use JDT static inner class clean up forY20210608-2330I20210609-1800I20210608-2130I20210608-1800I20210608-1300Lars Vogel1-1/+1
text plug-ins This ticket uses and tests the "Use static inner class" cleanup feature: - It reviews the feature - It reduces the memory consumption as it avoids the pointer to the outer class Example: Before: public class Outer { public class InnerClass { int i; public boolean anotherMethod() { return true; } } } After: public class Outer { public static class InnerClass { int i; public boolean anotherMethod() { return true; } } } Change-Id: Ife8c2036dbdd0cdbebdd952b603c2fceeb2ccd58 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180219 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-08StringBuilder instead of StringBuffer inLars Vogel1-1/+1
HTMLPrinter Used upcoming JDT cleanup to replace this usage in PDE, StringBuilder is not synchronized and hence should be preferred. Change-Id: I7d141dc73d61ef1135c912c2025a822cde5cf021 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181565 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-084.21 update of filebuffers.testLars Vogel2-2/+2
Required for pending Gerrits Change-Id: Ia63e538b1b68d816f8efb4b35f7937ef74fff476 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181566 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-084.21 update of ui.editorsLars Vogel1-1/+1
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181573 Change-Id: Ifa3eebf3c7416b89d5cf257db54342d0348d828d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181574 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-084.21 update of jface.textLars Vogel1-1/+1
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181565 Change-Id: I954712343299ade4c3dd1458df1fb585a2887fd8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181572 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-06-04Bug 573960 - POM and product version change for 4.21 releaseI20210606-1800I20210605-1800I20210604-2250I20210604-1020I20210604-0640I20210604-0350Sravan Kumar Lakkimsetti11-11/+11
Change-Id: I9d7063f961475963c2d5e07132366e3f3bd3bcce Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181370
2021-05-13Remove no longer needed api filter.S4_20_0_RC2aS4_20_0_RC2S4_20_0_RC1S4_20_0_M3R4_20I20210611-1600I20210610-1250I20210610-1220I20210610-0400I20210609-0520I20210609-0400I20210609-0220I20210603-0040I20210602-1800I20210602-0600I20210601-1800I20210601-0600I20210531-1800I20210531-0600I20210530-1800I20210529-1800I20210529-0600I20210528-1800I20210526-2310I20210526-1800I20210526-0600I20210525-1800I20210525-0730I20210524-1800I20210524-0600I20210523-1800I20210523-0600I20210522-1800I20210522-0600I20210521-1800I20210521-0150I20210521-0110I20210519-1800I20210519-0600I20210518-1800I20210518-0850I20210518-0600I20210518-0200I20210517-1800I20210517-0600I20210516-1800I20210516-0600I20210515-1800I20210515-0600I20210514-1800I20210513-1800R4_20_maintenanceAlexander Kurtakov2-9/+1
Change-Id: I26ddff6b79d4e366b23eec99666fc1565fc4cfc7 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180563 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-13Remove unneeded type argumentAlexander Kurtakov1-2/+2
Change-Id: Ia9027f2792d895f4569c0c268f2634ee9130c417 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180562 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-12Bug 573504 - Move bundles with deps on Java 11 to it tooI20210512-2250I20210512-1800Alexander Kurtakov3-11/+34
Move org.eclipse.text Change-Id: If0e712f393a766ac6894260d7f559d385ac7d4b3 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180535 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-12Bug 573504 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-13/+20
Move org.eclipse.text.tests Change-Id: I999d8ab178b3a061e647bb8b0dfe1f6f76485a15 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180534 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-12Bug 573504 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov3-11/+34
Move org.eclipse.jface.text Change-Id: Ibfbc9a1f2bf66c6045fb62869002146f870f618a Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180533 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-12Bug 573504 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-7/+10
Move o.e.jface.text.examples. Change-Id: I7eeb264d95e95ac20763ca5df1fe37ae3e3271da Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180532 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-12Bug 573504 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov3-11/+34
Move o.e.core.filebuffers Change-Id: Id4d41946ca3f4c6b857707f91c5a24987e1668ec Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180531 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-12Remove redundant type declaration.Alexander Kurtakov1-2/+2
Change-Id: Ia06410f90fb16dedd6e65555ea8a6101870f9931 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180513 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-064.20 update for org.eclipse.ui.editors.testsI20210511-1800I20210511-0740I20210511-0330I20210511-0200I20210510-1800I20210509-1800I20210508-1800I20210507-1800I20210506-1800Lars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Change-Id: Idd370b1e80536b97608042725ec79d2a485ea226 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/180202 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-04-284.20 update for org.eclipse.core.filebuffers.tests and bump to Java 11I20210505-1800I20210505-0510I20210505-0100I20210504-1800I20210503-1800I20210502-1800I20210502-0730I20210501-1800I20210430-1800I20210429-1800I20210429-0600I20210428-1800Lars Vogel4-11/+34
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179071 Moving to Java 11 as platform requires it anyhow Change-Id: Idd4ab4e3420ff698fe74d70e3f40af9e650fb163 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179912 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-04-26Bug 567062 - [Quicksearch] Configurable max results limit and labelI20210428-0330I20210428-0040I20210427-1800I20210426-2110I20210426-1800Julian Ruppel3-25/+33
Addendum to previous commit 34b30bce9608a8fab1e06c12fe14e609c0ccb660 Adds explanation of the semantic of the new "max Results" field. Refactoring of the preference fields tooltips to more obvious info decorators. Change-Id: I99aa5568bd8e254055c8c1736ac46e07017f13de Signed-off-by: Julian Ruppel <julian.ruppel@sap.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179834 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-04-26Bug 572871 - Quick Search ignores virtual foldersJan Poganski4-3/+18
Makes sure virtual folders are not ignored. As a result Quick Search will visit linked folders contained in virtual folders. So we can get search results from the linked location. This is desired when we have no 'overlapping projects'. Change-Id: Iffbcfe9b73f7726818935a4fe12451fb59da5388 Signed-off-by: Jan Poganski <jan.poganski+eclipse@outlook.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179717 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-04-26Bug 567062 - [Quicksearch] Configurable max results limit and labelJulian Ruppel6-2/+24
Adds a preference option to configure the limit of results. If the search dialog hits the limit a indication is shown. Change-Id: I2e6b30da407561a6b3e562bdb15d8874bc225903 Signed-off-by: Julian Ruppel <julian.ruppel@sap.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179768 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-04-19Bug 572883: Pattern Viewer in Templates pages should support copyI20210425-1800I20210424-1800I20210423-1800I20210423-0350I20210423-0140I20210422-1800I20210421-1800I20210420-1800I20210420-0500I20210420-0240Matthias Becker4-60/+179
- Add the action 'Select All' and 'Copy' to the context menu of the pattern viewer on the 'Templates' view. Also: - Set ActionDefitionId to the action on the templates preference page and on the edit templates dialog so that the key bindings are shown in the context menus. Change-Id: I56c24ac1ea0ac1b7f3101f267ba201b6d0904009 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179385 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Sebastian Ratz <sebastian.ratz@sap.com> Reviewed-by: Matthias Becker <ma.becker@sap.com>
2021-04-19use API filter for service version increased twiceVikas Chandra1-0/+8
Change-Id: I6ee9d30d960a98ee051daa0d9183d9a74223c799 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179496 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-04-16Bug 572789 - Comparator errors in I20210412-1800 after moving toI20210418-1800I20210417-2330I20210416-1800I20210416-0810Sravan Kumar Lakkimsetti1-0/+2
compiler from 4.20 M1 Change-Id: Ia35d86800deb10d2019c5491546da23cf7dc2969 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179416
2021-04-15Bug 572789 - Comparator errors in I20210412-1800 after moving toI20210415-1800Mickael Istria3-2/+3
compiler from 4.20 M1 Change-Id: I2375fa146f660bbb57fb366176ec75c206e635f6 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/179339 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-04-12Bug 572693 - [Quicksearch] Include count of occurences foundI20210415-0010I20210414-1800I20210414-0330I20210413-2350I20210413-1800I20210413-1400I20210412-2130I20210412-1800Julian Ruppel3-1/+6
Shows the count of items that match the search criteria. Change-Id: I66397ab75a38d7a7b2bbf8800ec22652d1c81b83 Signed-off-by: Julian Ruppel <julian.ruppel@sap.com>
2021-04-02Bug 572433 - Duplicate mnemonics on Search preference pageS4_20_0_M1I20210411-1800I20210410-1800I20210410-0630I20210409-2140I20210409-1800I20210407-1800I20210407-0600I20210407-0040I20210406-1800I20210406-0600I20210405-1800I20210405-0840I20210405-0630I20210405-0600I20210404-1800I20210404-0600I20210403-1800I20210403-0600I20210402-1800I20210402-0510kitlo1-1/+2
Change-Id: If367caa0b4e520a68d73e5c58c58bfd099b2e20a Signed-off-by: kitlo <kitlo@us.ibm.com>
2021-04-01Bug 572497 - Upgrade to Tycho 2.3.0kitlo1-1/+1
Change-Id: Icf5b6906f9826aeb411d1bc56467b455e3741dd8 Signed-off-by: kitlo <kitlo@us.ibm.com>
2021-03-29Apply "Primitive parsing" JDT cleanup to platform.textI20210331-1800I20210330-1800Lars Vogel4-6/+6
A boxed primitive is created from a String, just to extract the unboxed primitive value.It is more efficient to just call the static parseXXX method. Before: int number = Integer.valueOf("42", 8); new Double("42.42").doubleValue(); After: int number = Integer.parseInt("42", 8); Double.parseDouble("42.42"); Change-Id: Ia26c247951013cae8dc345fd7cc1d8a7fdf711f3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-294.20 update of org.eclipse.ui.workbench.texteditorI20210329-1800Lars Vogel1-1/+1
Change-Id: I5df33bd1d6f8e308379707d80828029b288554f8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-224.20 update for org.eclipse.text.testsI20210329-0200I20210328-1800I20210327-1800I20210326-1800I20210325-1800I20210324-1800I20210324-0950I20210324-0320I20210323-2250I20210323-1800I20210323-1240I20210323-0200I20210322-1800Lars Vogel2-2/+2
For pending Gerrits Change-Id: I08939f3b49fe470a88a62a9e3ab4e1d88039a6e0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-20Make inner class QItem static in ResourceWalkerI20210321-1800Lars Vogel1-1/+1
This avoids the pointer to the outer class and save a tiny bit of memory. Done via JDT cleanup actions Change-Id: I92cd48a64077e8661baa611926180ba03f1ee1fc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-19Make inner class SearchJobRecord static in InternalSearchUII20210321-0340I20210320-1800I20210320-0650I20210319-1800Lars Vogel1-1/+1
This avoids the pointer to the outer class and save a tiny bit of memory. Done via JDT cleanup actions Change-Id: I50739ca13b4a9e69c9c59b7c64ad2bf09fa54e5f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-194.20 update of org.eclipse.searchLars Vogel1-1/+1
Required for Gerrits Change-Id: I3caf334569451b5b7d55c0e5e3c4f0087112181b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>

Back to the top