Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Fixed bug 377417: [syntax highlighting] enclosing bracket highlightingDeepak Azad1-3/+11
2012-04-27Fixed bug 346889: Document File Name Pattern Exclusionv20120427-1130Dani Megert1-3/+3
2012-04-27Fixed bug 373978: [syntax highlighting] "Highlight enclosing brackets"v20120427-0846I20120428-1230I20120428-0800I20120428-0140I20120427-1000I20120427-0800Dani Megert1-2/+6
2012-04-27Fixed bug 372516: [syntax highlighting] bracket highlighting should alsov20120427-0817Deepak Azad4-57/+101
2012-04-27Fixed bug 372515: [syntax highlighting] Disabling "Highlight bracket atDeepak Azad1-0/+1
2012-04-24getEncoding() must not return 'null'v20120424-1340I20120426-1030I20120426-1000I20120426-0800Dani Megert1-1/+6
2012-04-23Fixed bug 377302: [painting] Enclosing brackets highlighting throws IAEv20120423-0628I20120425-1600I20120425-1200I20120425-0800I20120424-1700I20120424-1600I20120424-0800Deepak Azad1-12/+5
2012-04-18workaround for Bug 377109: Discrepancy between StyledText#getLineHeight() and...v20120418-1702Markus Keller2-4/+4
2012-04-05Fixed bug 376147: 'Bring to front' preference no longer worksv20120405-0901N20120417-1633N20120417-1307N20120416-1918I20120419-1434I20120418-0248I20120417-1000I20120417-0800I20120417-0334I20120417-0255I20120417-0235I20120417-0211I20120417-0142I20120416-2327I20120416-1738I20120416-1719I20120416-1643I20120416-1623I20120416-1600I20120416-1508I20120411-2034I20120411-1737I20120411-0906I20120411-0258I20120410-2330I20120410-2037I20120410-1710I20120410-0633Dani Megert1-6/+9
2012-04-03Fixed bug 353025: [implementation] NPE during Save when "Refresh onv20120403-1303Dani Megert1-2/+2
2012-04-03Fixed bug 344101: out-of-sync handling: keeping Eclipse editor contentv20120403-1234Dani Megert1-2/+11
2012-03-29Fixed bug 375468: [preferences] Focus rectangle partially obscured forv20120329-1603I20120410-0320I20120410-0304I20120410-0252I20120410-0238I20120410-0216I20120410-0152I20120410-0136I20120410-0122I20120410-0102I20120410-0049I20120410-0027I20120409-2358I20120409-2119I20120409-2018I20120409-1957I20120409-1911I20120409-1708I20120409-1622I20120409-1353I20120409-0926I20120409-0904I20120409-0315I20120409-0131I20120408-2304I20120408-2000I20120408-1521I20120408-1324I20120408-1214I20120408-1110I20120408-0330I20120408-0246I20120408-0231I20120408-0216I20120408-0152I20120408-0036I20120408-0012I20120407-2339I20120407-2245I20120407-2106I20120407-1941I20120407-1904I20120407-1840I20120407-1826I20120407-1732I20120407-1717I20120407-1631I20120407-0358I20120407-0346I20120407-0329I20120407-0305I20120407-0217I20120407-0205I20120407-0138I20120407-0103I20120407-0040I20120407-0024I20120406-2327I20120406-0935I20120406-0915I20120406-0250I20120406-0231I20120406-0006I20120405-2131I20120405-1735I20120405-1114I20120405-0114I20120404-2228I20120404-2006I20120404-1351I20120404-0051I20120403-2231Dani Megert3-55/+16
2012-03-29Fixed bug 373244: [painting] Some paint events could be filtered fromv20120329-1349Dani Megert1-52/+0
2012-03-27Fixed bug 355834: NonExistingFileEditorInput should have an imageDani Megert1-2/+3
2012-03-21Fixed bug 364695: [implementation] DelegatingAnnotationPreference doesv20120321-1705I20120328-2028I20120328-2020I20120328-2007I20120328-1956Dani Megert1-2/+25
2012-03-21Fixed bug 345922: [preferences] Icon missing for 'Write occurrences'Dani Megert1-3/+4
2012-03-19Fixed bug 374086: [syntax highlighting] "Highlight enclosing brackets"v20120319-1450Deepak Azad1-0/+4
2012-03-19Bug 374038: [rulers] Annotation range is not drawn correctly in theMarkus Keller1-7/+10
2012-03-19Fixed bug 374082: [implementation] AbstractTextEditor does not restorev20120319-1333Dani Megert1-1/+1
2012-03-14Polished fix for bug 350991: [content assist][api] Allow to re-sortv20120314-1011Dani Megert3-21/+21
2012-03-14Fixed bug 350991: [content assist][api] Allow to re-sort proposalsMarcel Bruch3-1/+101
2012-03-12Bug 372128: [syntax highlighting] "Highlight enclosing brackets" hasv20120312-1543Markus Keller1-2/+2
2012-03-12Revert "fTextStore doesn't need to be protected"v20120312-1446Dani Megert2-6/+6
2012-03-11Bug 372128: [syntax highlighting] "Highlight enclosing brackets" hasv20120311-2248Deepak Azad3-62/+424
2012-03-09Javadocv20120309-2023Markus Keller1-9/+9
2012-03-09fTextStore doesn't need to be protectedv20120309-2020Deepak Azad2-6/+6
2012-03-05Bug 363482: [rulers] Line number ruler has gray box instead of last linev20120305-2344Markus Keller1-1/+3
2012-03-05removed dead codev20120305-1350Markus Keller1-3/+0
2012-02-29Polished Javadoc (see bug 40580 for details)Deepak Azad2-12/+9
2012-02-29Make sure we don't install the same document again - part 2Dani Megert1-2/+3
2012-02-29Make sure we don't install the same document againDani Megert1-4/+4
2012-02-26Fixed bug 40580: [navigation] Matching brace (Ctrl+Shift+P) should workv20120226-0817Deepak Azad6-53/+252
2012-02-23Partially fixed bug 372297: Aggressive folding hover clipping inDani Megert1-4/+5
2012-02-22Bug 71406: [rulers] request for click & event modifiers from rulerv20120222-1737Markus Keller2-1/+25
2012-02-17Fixed bug 350409: [content assist] Extended Listener Support for Codev20120217-0909Dani Megert4-6/+70
2012-02-15Polish fix for bug 366400: [preferences][syntax highlighting]v20120215-1329Deepak Azad6-49/+133
2012-02-10Fixed bug 366400: [preferences][syntax highlighting] New preference tov20120210-1027Deepak Azad6-21/+189
2012-02-09Fixed bug 347622: [typing] Paste with imports doesn't work after usingDani Megert1-0/+3
2012-02-09Fixed bug 9503: Brace and parenthesis matching is one-offv20120209-1128Dani Megert3-31/+101
2012-02-08Fixed bug 9503: Brace and parenthesis matching is one-offDeepak Azad1-14/+54
2012-01-30fixed vertical resizingv20120130-1449Markus Keller1-3/+3
2012-01-27Fixed bug 369844: Potential NPEsv20120127-1415Dani Megert2-8/+9
2012-01-23Fixed bug 211990: Restore Defaults button does not work properly forv20120123-1559Dani Megert1-1/+2
2012-01-23Bug 71406: [rulers] request for click & event modifiers from rulerv20120123-1501Markus Keller1-6/+17
2012-01-20Bug 350511: [preferences] Incorrect padding for Show Whitespacev20120120-1836Markus Keller1-3/+8
2012-01-20Fixed bug 369244: [Jface Text] Possible NPE in PresentationReconcilerv20120120-1616Dani Megert1-8/+11
2012-01-13Fixed bug 368474: [implementation] Find / Replace; Escape Regularv20120113-1118Dani Megert1-2/+5
2012-01-11Fixed bug 368219: PatternRule does not always honor fBreaksOnEOFv20120111-1359Dani Megert1-2/+37
2012-01-10Fixed bug 368219: PatternRule does not always honor fBreaksOnEOFv20120110-1701Dani Megert1-5/+5
2012-01-10Fixed bug 321664: [templates] IOException while loading templates.xmlDani Megert1-8/+3

Back to the top