Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17Use lambdas where possibleY20200120-0020I20200120-0445I20200120-0355I20200120-0115I20200119-2330I20200119-1800I20200118-1800I20200117-1800Lars Vogel3-71/+47
Using the batch cleanup operation via Source -> Cleanup -> "Use lambdas where possible" from standard JDT. Change-Id: I609127e1d7267230c8741a155b81e4b004d7ee15 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-01-15Remove unnecessary array creation for varargs in bundlesI20200116-0930I20200116-0330I20200116-0310I20200115-1800Lars Vogel4-11/+16
Using the batch cleanup operation via Source -> Cleanup -> "Remove unnecessary array creation for varargs " from standard JDT. See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=559175 applying this cleanup to LinkedModeConfigurationBlock results in a syntax error Change-Id: I097502952bbb3263c8b3253efff95a0d1981acf2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-01-13Use System.lineSeparator()Lars Vogel1-1/+1
Benefit of this way rather than System.getProperty("line.separator") is that there are no security checks. Change-Id: I3ff085c291a6c279f3a434134c3bfdd6ffea0353 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-12-12Bug 558247 - HippieProposalProcessor NPE in non-UI ThreadMickael Istria2-27/+41
Change-Id: I1a17e046ca2f75102d978e23ea2f67087eb5e0be Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-11-22Bug 548250 - Javadoc problems in platform.textI20191125-1800I20191125-0600I20191124-1800I20191124-0600I20191123-1800I20191123-1115I20191123-0600I20191123-0100Paul Pazderski1-1/+1
Change-Id: I84f9f4c00e81494dc69134e660e261fcab1dc493 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-11-14Whitespace removal for plug-ins in platform.textLars Vogel2-2/+2
Done via running the cleanup action on the code base Change-Id: Ia04eb1b87ab8e9b66125c646fca817a193851e85 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-11-06Bug 552704 - Use pomless builds in eclipse.platform.textY20191107-0420I20191106-1805Christoph Läubrich1-23/+0
Change-Id: I15a8b94a9c546ba5fd372b1e8a2636580accac38 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
2019-10-22Bug 552069 - Clarify "File Changed" dialogI20191022-0405Pierre-Yves B.1-2/+3
Change-Id: I1982e697bc4ae24f7634148d4ff664e2e0627f63 Signed-off-by: Pierre-Yves B. <pyvesdev@gmail.com>
2019-10-04Bug 551781 - Change TextUtilities.nextDelimiter return typeI20191009-0300I20191008-1800I20191008-0600I20191007-1800I20191007-0625I20191007-0430I20191006-1800Paul Pazderski2-2/+2
Change-Id: I2673f7ee6b18d2705d6353054ec042a1fe6a1f9c Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-10-02Bug 551387 - Cursor position in status line: not enough spaceI20191006-0600I20191003-1800I20191002-1800Andrey Loskutov1-1/+1
Added 5 characters to the text position status contribution width to avoid truncating the content for longer files due the new offset data. This should be enough for most files. Change-Id: Ie13ae8c82939f584ce1b7d0f62dc2d8f3fc4f6a5 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-10-02Bug 550486 - Text editor status line shows selection size even afterAndrey Loskutov1-1/+1
disabling the preference Change-Id: I30e2a1e28b8fe03b2e6322e888577f57c98dc470 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-09-17Bug 483846 - [typing] Spaces only mode: backspace key to remove manyI20190918-0300I20190917-1800Mateusz Matela3-2/+19
spaces Change-Id: I162b412281bc0028aba4e763a859410d86f34aa6 Signed-off-by: Mateusz Matela <mateusz.matela@gmail.com>
2019-09-16Convert to lambda or member referenceCarsten Hammer2-14/+2
Convert anonymous inner classes to lambda expressions or member references. Change-Id: I9943f1474f63a426db9091567c344b7f31a16c88 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-16toString() on arrayCarsten Hammer1-1/+1
toString() implementation for arrays does not convert array contents to String, rather it will print array's type and hash code (defined as identity hash code). To get string representation of contents of the array, the array could be for example wrapped into Arrays.asList(), as Collections produce content representation in their toString(). Change-Id: Ic771aaaf978d7c943a087994a667e7b4bb5e46c3 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-10Bug 550473 - Add faster nextDelimiter utility methodPaul Pazderski4-11/+9
TextUtilities.indexOf is quite often used to search for the default delimiters. While the new MultiStringMatcher is already fast this method can still be up to ten times faster for this special case. Change-Id: Iebd4fcc0efb0d9d1e3031954c8e640bb3a789fa1 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190910-0815I20190910-0145I20190909-1520I20190909-1425I20190909-0925Niraj Modi1-1/+1
Change-Id: I2c4bd92c6c1243366afa1cf5db4d5052794c66fa Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-09-03Bug 550336 - Staging view freezes on commit (NPE inY20190919-0900Y20190916-0900Y20190914-0255Y20190913-0735Y20190912-0900Y20190912-0055Y20190910-0005Y20190909-0900Y20190905-0900Y20190903-1130S4_13_0_RC2aS4_13_0_RC2R4_13I20190916-1045I20190907-1130I20190906-1800I20190906-0940I20190906-0410I20190904-2200I20190904-1805I20190904-0605I20190903-2155I20190903-1800I20190903-1410I20190903-1110I20190903-0605R4_13_maintenanceKalyan Prasad Tatavarthi1-2/+21
AbstractTextEditor$TextEditorSavable.isDirty) Temporary fix to prevent staging view from freezing Change-Id: If330422f4d655b5d331a6fc7f6c9e4b528dc28fb Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
2019-07-30Bug 549604 - Text editor status line should show caret offset andY20190801-0900I20190801-1800I20190801-0600I20190731-1800I20190730-1800Andrey Loskutov6-8/+74
selection The status line of the test editors before this change shows line:column information only. This change introduces additionally current cursor offset, or, if the editor has selection, count of selected characters. If the editor has no selection, line:column:caret offset is shown. If the editor has some selection, line:column[selected characters count] is shown. Both additions to the status line are enabled by default but can be turned off on the General -> Editors -> Test Editors preference page. Change-Id: I9e06f48f29987ac4eb21bfe0e818166bcbc61dbe Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-07-26Bug 549560 - Improve image creation in DefaultRangeIndicatorI20190728-1800I20190727-1800I20190726-1800Paul Pazderski1-4/+4
Change-Id: Iaf89dc5da8c03c0fba50599d79438082ca1b933f Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-03Bug 121634 - [find/replace] status bar must show the string beingY20190705-0620Y20190704-0900I20190704-1800I20190704-0245I20190703-1800Pierre-Yves B.4-20/+31
searched when "String Not Found" Change-Id: I13fbad199668fd86691456616e4b20eeedba2443 Signed-off-by: Pierre-Yves B. <PyvesDev@gmail.com>
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190623-1800I20190621-1800I20190620-1800I20190620-0130I20190619-1820I20190619-1800Lars Vogel2-6/+5
Change-Id: I35edd6a934a0f65f357a54e710c77c190706bb45 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-17Remove redundant blockLars Vogel1-6/+4
Change-Id: I01d785405a51605a19429bcd9560232530fc51c1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-16Bug 548109 - TemplatesView should adapt to IContributedContentsViewRolf Theunissen1-0/+9
Change-Id: I58840cd108dba78a42027ba46ee94bf982b004de Signed-off-by: Rolf Theunissen <rolf.theunissen@gmail.com>
2019-06-14Use isEmpty() instead of length() to check if collection is emptyI20190615-1800I20190614-1800Lars Vogel13-29/+29
Change-Id: I0106dd0c2ddfa318375877d4562068d82aa9ac5f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-13Use jdk 5 for-each loopI20190614-0330I20190613-1800Carsten Hammer15-83/+65
Replace simple uses of Iterator with a corresponding for-each loop. Also add missing braces on loops as necessary. Change-Id: Ibde37d56a7962f432ed771f4a215f5903161bde0 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-12Use isEmpty() instead of size()==0 where possibleI20190613-0210I20190612-1800Carsten Hammer2-3/+3
Change-Id: Ib6c59f4c9cea396c98196d23ff9ea917e2ef4114 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-124.13 version updateKarsten Thoms2-2/+2
Version bumps for https://git.eclipse.org/r/#/c/142828/ - org.eclipse.core.filebuffers - org.eclipse.search - org.eclipse.text - org.eclipse.ui.genericeditor - org.eclipse.ui.genericeditor.examples - org.eclipse.ui.workbench.texteditor Change-Id: I22121e709aa405ad9479934d511a34ef206f8361 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-06-11Use StringBuilder instead of StringBuffer where possible.Carsten Hammer1-1/+1
Change-Id: Ifee0c0b2ecbdaad31ea628c4fbe87cec89897012 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-11Bug 546826: "To uppercase" and "to lowercase" commands should have iconMatthias Becker11-2/+12
Change-Id: I315a8c5b1a6d2fdda584ee01ce43a0cfa4d71903 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi1-1/+1
Change-Id: I16ed9807c1390ccba626efaa09cfa80308667a26 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-19Bug 547304 - [cleanup] Fix wrong space/tab indentationS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1S4_12_0_M3R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600R4_12_maintenancePaul Pazderski15-167/+167
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I3e7b6abb69a1894c402f9123417346a44fc0992a
2019-05-09Bug 547053 - [block selection] Default font is still "Monaco" on macOSI20190519-1800I20190518-1800I20190517-1800I20190516-1800I20190516-1405I20190516-1335I20190516-1250I20190516-1200I20190516-1055I20190515-1800I20190515-0205I20190513-1800I20190512-1800I20190511-1800I20190510-1800I20190509-1800Pierre-Yves B.1-1/+1
Change-Id: Ib328e9f3407db5ed0ea27f31044055585deb3cb6 Signed-off-by: Pierre-Yves B. <PyvesDev@gmail.com>
2019-04-16Added API Tools filter for bug 515570 - [api] org.eclipse.ui.editorActions ↵I20190422-1800I20190421-1800I20190420-1800I20190419-1800I20190418-1800I20190417-1800I20190416-1800Dani Megert1-0/+8
should allow modifiers
2019-04-15Bug 515570 - [api] org.eclipse.ui.editorActions should allow modifiersI20190415-1800Sarika Sinha2-2/+2
as part of actionID Change-Id: I8be418aca1956d878c673f3d3ae42e58c128a54f Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2019-04-15Bug 515570 - [api] org.eclipse.ui.editorActions should allow modifiersI20190415-0300Sarika Sinha3-5/+23
as part of actionID
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
Change-Id: Ideffb628508e4505ec7b55afd5ba9f2c5fd75f3c Signed-off-by: Niraj Modi <niraj.modi@in.ibm.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 Kurtakov1-10/+18
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 Kurtakov1-1/+1
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 Kurtakov7-66/+82
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 Kurtakov1-21/+23
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I9d4dfa7c57b47c5d130c8d0c50069b0ed15b70fa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov11-130/+165
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 Kurtakov1-5/+3
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 Kurtakov1-2/+3
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 Vogel2-2/+2
Boolean.ValueOf Change-Id: If9a679f44f99a373b38f8f16623eaa45b4704f5a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
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>
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 Modi1-1/+1
Change-Id: I975429ca29af362e54dee6d31c2c7373e644f397 Signed-off-by: Niraj Modi <niraj.modi@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-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-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-21Bump bundle versionsMickael Istria2-2/+2
Change-Id: Ib6a22145088ad5437abb9eb46f0824f573e85819 Signed-off-by: Mickael Istria <mistria@redhat.com>

Back to the top