Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Lambda conversions.Alexander Kurtakov1-74/+58
2017-10-02Bug 512251 - Fix IllegalArgumentException in ContextInformationPopupI20171011-2000I20171011-0305I20171010-2000I20171009-2000I20171008-2000I20171007-1500I20171006-2000I20171005-2000I20171004-2000I20171004-0315I20171003-2000I20171002-2000Stephan Wahlbrink1-8/+29
2017-02-03Bug 493304 - Prefer usage of enhanced for loop in eclipse.platform.textLars Vogel1-5/+3
2017-01-11Bug 510313 - Remove unnecessary whitespace from org.eclipse.jface.textY20170112-1300Y20170112-1000I20170116-2000I20170115-2000I20170114-2000I20170113-2000I20170112-2000I20170112-0245I20170112-0200I20170111-2000Lars Vogel1-2/+2
2016-05-05Fixed bug 466114: [content assist] Parameter Hints popup closes when attempti...Y20160505-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000I20160508-2000I20160507-1500I20160506-2000I20160506-1030I20160506-0830I20160505-2000Markus Keller1-2/+2
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller1-9/+9
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller1-17/+14
2013-12-09Fixed typoI20131210-0800I20131209-2000Dani Megert1-1/+1
2013-12-05Fixed bug 420662: [content assist] Context selection window should remember i...I20131209-0800I20131208-2000Dani Megert1-2/+31
2010-02-11Fixed bug 302319: [content assist] Parameter Hints popup does not work with f...Dani Megert1-0/+10
2010-01-22Fixed bug 58719: [content assist] Context information: show parameters should...Dani Megert1-17/+34
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert1-2/+2
2008-09-04Fixed bug 237442: [content assist] Parameter hint vanishes when moving curso...Dani Megert1-0/+2
2008-04-15Updated copyright date.v20080415-0800Dani Megert1-1/+1
2008-04-04Revert previous change.Dani Megert1-7/+5
2008-04-03Fixed bug 223551: [preferences] Adopt content assist colors from Platform UIDani Megert1-5/+7
2007-10-12Fixed bug 70205: [content assist] Parameter Hint should consistently consume ...Dani Megert1-5/+4
2007-06-29Fixed bug 194806: [content assist] Parameter hint popup has strange PgDn beha...Dani Megert1-19/+21
2007-05-09Updated copyright date.v20070510-0010Dani Megert1-1/+1
2006-07-25151676 [content assist] proposal list should only popup above caret position ...teicher1-0/+17
2006-07-20151063 IAE in ContentAssistSubjectControlAdapter.getLocationAtOffsetteicher1-2/+3
2006-06-1967328 [content assist] Code assist window wrappingteicher1-7/+18
2005-11-10115711 [content assist] Parameter hints disappear immediatelyteicher1-2/+1
2005-09-16Removed warningDani Megert1-1/+1
2005-06-21Added @since 3.1Dani Megert1-0/+4
2005-06-17Updated copyright date to 2005v20050617-1200Dani Megert1-1/+1
2005-05-19no beep when no context information is presentteicher1-3/+0
2005-04-19Removed trailing whitespace.Dani Megert1-121/+121
2005-02-25Converted from CPL to EPLDani Megert1-4/+4
2004-12-03equals without hash (static analysis)Kai Maetzel1-15/+28
2004-09-17Fixed bug 74079: Parameter hints and content assist disappear when hitting CA...Dani Megert1-2/+2
2004-08-20Fixed bug 54943: [content assist] Parameter Hints: popup contents are not res...Dani Megert1-7/+16
2004-06-24Javadoc updatesDani Megert1-12/+12
2004-06-24Javadoc updatesv20040624_0800Dani Megert1-2/+3
2004-06-24Javadoc updatesDani Megert1-2/+0
2004-06-23Copyright fix - automated changes with releng toolv20040623_1600_post_copyrightDani Megert1-1/+1
2004-05-21Fixed bug 63176: [implementation] Seemed the code is wrongDani Megert1-2/+4
2004-04-27fixed 60069: NPE in ContextInformationPopupteicher1-1/+2
2004-04-26fixes bug 47097: [content assist] Pressing Semicolon to commit content assist...teicher1-5/+10
2004-04-20Moved control content assistant code from org.eclipse.jface.text.contentassis...Dani Megert1-27/+27
2004-04-19Moved control content assistant code from org.eclipse.jface.text.contentassis...Dani Megert1-0/+2
2004-04-15Fixed Javadoc and spellingDani Megert1-10/+11
2004-03-29whitespace correctionteicher1-1/+1
2004-02-24fixed bug 52910: ContextInformationPopup must be resizableteicher1-1/+1
2003-12-09- makes linked positions robust against cases where the linked ui was not set...v20031209ateicher1-19/+128
2003-10-03Renamed IContentAssistRequestor to IContentAssistSubjectDani Megert1-27/+27
2003-10-03First cut of regex content assist (contd.)Dani Megert1-20/+46
2003-09-25Fixed bug 43588: smart cursor positioning does not scroll windowDani Megert1-1/+23
2003-08-07support for multiple partitions per documentKai Maetzel1-2/+2
2003-07-23Cleaned up code according to new compiler warningsDani Megert1-1/+1

Back to the top