Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-21Use switch over strings where possibleY20200428-0250Y20200428-0140Y20200427-2330I20200428-0230I20200427-1800I20200426-1800I20200425-1800I20200424-1800I20200424-0540I20200423-1800I20200422-1800I20200421-1800Carsten Hammer3-21/+49
2020-04-10Bug 561990 - Remove dependency on icu from platform.textI20200411-0950I20200411-0720I20200411-0510I20200411-0300I20200410-2300I20200410-1800Alexander Kurtakov6-10/+5
2020-03-15Bug 560539 - Shorter File changed dialogLars Vogel1-1/+1
2020-03-154.16 update for org.eclipse.ui.workbench.texteditorLars Vogel1-1/+1
2020-02-12Bug 129554 - [preferences] Edit Template: Rename Yes/No buttons andI20200214-0620I20200213-1800I20200213-1520I20200213-1210I20200213-1100I20200213-0640I20200212-1810I20200212-1800Gautier de Saint Martin Lacaze3-4/+15
2020-01-30Bug 559712: CodeMiningProvider should not enforce enabledWhenI20200130-1800Matthias Becker1-3/+4
2020-01-24Use method reference instead of lambdas in SourceViewerDecorationSupportY20200127-1055Y20200126-2245I20200129-0100I20200128-1805I20200127-1800I20200126-1800I20200126-0250I20200125-1805I20200124-1800Lars Vogel1-1/+1
2020-01-23Optimize lambdasI20200123-1800Lars Vogel6-7/+7
2020-01-17Use lambdas where possibleY20200120-0020I20200120-0445I20200120-0355I20200120-0115I20200119-2330I20200119-1800I20200118-1800I20200117-1800Lars Vogel3-71/+47
2020-01-15Remove unnecessary array creation for varargs in bundlesI20200116-0930I20200116-0330I20200116-0310I20200115-1800Lars Vogel4-11/+16
2020-01-13Use System.lineSeparator()Lars Vogel1-1/+1
2019-12-12Bug 558247 - HippieProposalProcessor NPE in non-UI ThreadMickael Istria2-27/+41
2019-11-22Bug 548250 - Javadoc problems in platform.textI20191125-1800I20191125-0600I20191124-1800I20191124-0600I20191123-1800I20191123-1115I20191123-0600I20191123-0100Paul Pazderski1-1/+1
2019-11-14Whitespace removal for plug-ins in platform.textLars Vogel2-2/+2
2019-11-06Bug 552704 - Use pomless builds in eclipse.platform.textY20191107-0420I20191106-1805Christoph Läubrich1-23/+0
2019-10-22Bug 552069 - Clarify "File Changed" dialogI20191022-0405Pierre-Yves B.1-2/+3
2019-10-04Bug 551781 - Change TextUtilities.nextDelimiter return typeI20191009-0300I20191008-1800I20191008-0600I20191007-1800I20191007-0625I20191007-0430I20191006-1800Paul Pazderski2-2/+2
2019-10-02Bug 551387 - Cursor position in status line: not enough spaceI20191006-0600I20191003-1800I20191002-1800Andrey Loskutov1-1/+1
2019-10-02Bug 550486 - Text editor status line shows selection size even afterAndrey Loskutov1-1/+1
2019-09-17Bug 483846 - [typing] Spaces only mode: backspace key to remove manyI20190918-0300I20190917-1800Mateusz Matela3-2/+19
2019-09-16Convert to lambda or member referenceCarsten Hammer2-14/+2
2019-09-16toString() on arrayCarsten Hammer1-1/+1
2019-09-10Bug 550473 - Add faster nextDelimiter utility methodPaul Pazderski4-11/+9
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190910-0815I20190910-0145I20190909-1520I20190909-1425I20190909-0925Niraj Modi1-1/+1
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
2019-07-30Bug 549604 - Text editor status line should show caret offset andY20190801-0900I20190801-1800I20190801-0600I20190731-1800I20190730-1800Andrey Loskutov6-8/+74
2019-07-26Bug 549560 - Improve image creation in DefaultRangeIndicatorI20190728-1800I20190727-1800I20190726-1800Paul Pazderski1-4/+4
2019-07-03Bug 121634 - [find/replace] status bar must show the string beingY20190705-0620Y20190704-0900I20190704-1800I20190704-0245I20190703-1800Pierre-Yves B.4-20/+31
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190623-1800I20190621-1800I20190620-1800I20190620-0130I20190619-1820I20190619-1800Lars Vogel2-6/+5
2019-06-17Remove redundant blockLars Vogel1-6/+4
2019-06-16Bug 548109 - TemplatesView should adapt to IContributedContentsViewRolf Theunissen1-0/+9
2019-06-14Use isEmpty() instead of length() to check if collection is emptyI20190615-1800I20190614-1800Lars Vogel13-29/+29
2019-06-13Use jdk 5 for-each loopI20190614-0330I20190613-1800Carsten Hammer15-83/+65
2019-06-12Use isEmpty() instead of size()==0 where possibleI20190613-0210I20190612-1800Carsten Hammer2-3/+3
2019-06-124.13 version updateKarsten Thoms2-2/+2
2019-06-11Use StringBuilder instead of StringBuffer where possible.Carsten Hammer1-1/+1
2019-06-11Bug 546826: "To uppercase" and "to lowercase" commands should have iconMatthias Becker11-2/+12
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi1-1/+1
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
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
2019-04-16Added API Tools filter for bug 515570 - [api] org.eclipse.ui.editorActions sh...I20190422-1800I20190421-1800I20190420-1800I20190419-1800I20190418-1800I20190417-1800I20190416-1800Dani Megert1-0/+8
2019-04-15Bug 515570 - [api] org.eclipse.ui.editorActions should allow modifiersI20190415-1800Sarika Sinha2-2/+2
2019-04-15Bug 515570 - [api] org.eclipse.ui.editorActions should allow modifiersI20190415-0300Sarika Sinha3-5/+23
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
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
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-1/+1
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov7-66/+82
2019-02-16Bug 543933 - Build javadocs with Java 11I20190218-0600I20190217-1800I20190217-0600I20190216-1800Alexander Kurtakov1-21/+23
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov11-130/+165
2019-02-14Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800Alexander Kurtakov1-5/+3

Back to the top