Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-01-28Committed Anton's patch to fix bug 292664: [implementation] ↵v20100202-0800Dani Megert1-7/+19
CopyOnWriteTextStore leaks memory
2010-01-26Fixed bug 298106: [navigation] setHighlightRange ignores moveCursor=true ↵v20100127-0100Dani Megert1-5/+5
argument
2010-01-26Reverted fix for bug 298106.Dani Megert1-1/+1
2010-01-26Fixed bug 300782: [content assist] Content assist beepsDani Megert1-4/+1
2010-01-25Fixed bug 187225: Rework opening of editors from Search viewv20100125-1300Dani Megert3-8/+60
2010-01-22Trigger context information on own content assistant.v20100124-2000Dani Megert1-7/+2
2010-01-22Fixed bug 58719: [content assist] Context information: show parameters ↵Dani Megert1-17/+34
should show parameters for all overloaded methods
2010-01-20Fixed bug 63692: [projection][rulers] Not all annotation types in folded ↵v20100122-0800Dani Megert1-0/+3
region rendered in rulers
2010-01-19Committed Stephan's patch to fix bug 227534: [misc] Annotations not painted ↵Dani Megert1-43/+25
when length is 0 / at document end
2010-01-19Better fixed for bug 294120: [navigation] Double-click causes jumping in ↵Dani Megert1-3/+12
Problems view to a different marker on the same line
2010-01-19Provide correct argument for 'smartToggle' parameter.Dani Megert2-8/+4
2010-01-13Fixed bug 294120: [navigation] Double-click causes jumping in Problems view ↵Dani Megert1-2/+9
to a different marker on the same line
2010-01-13Fixed bug 299416: AnnotationModel#isWithinRegion does not work for regions ↵Dani Megert1-3/+3
of the same offset as the region with a length of 0
2010-01-12Made getField() public.Dani Megert1-2/+2
2010-01-12Increased bundle version to 3.6.0.Dani Megert1-1/+1
2010-01-04Fixed bug 298578: [implementation] NPE in text editorv20100112-0800v20100105-0800Dani Megert1-3/+2
2010-01-04Fixed typo.Dani Megert1-4/+4
2010-01-04Fixed bug 298106: [navigation] setHighlightRange ignores moveCursor=true ↵Dani Megert1-3/+2
argument
2009-12-31Bug 278817 - [block selection] Caret height wrong after enabling block ↵Tom Hofmann1-15/+7
selection Bug 278831 - [block selection] Block selection font size not honored
2009-12-17use new API from Bug 254422: [FieldAssist] Provide a default API ↵Markus Keller1-41/+10
implementation of IContentProposal
2009-12-16Committed Markus's patch to fix bug 297962: Text search result page: ↵Dani Megert1-1/+2
Description label should escape mnemonics
2009-12-16Fixed bug 267427: [printing] File -> Print... should use new ↵Dani Megert1-0/+21
PrintDialog.setPrinterData() API
2009-12-16use utility to escape mnemonicsMarkus Keller1-11/+14
2009-12-16Fixed bug 173656: [rulers] NPE in RevisionPainterDani Megert1-9/+12
2009-12-15Fixed bug 297834: [key binding][content assist] Multiple editor views: ↵Dani Megert1-3/+9
"Home" and "End" key working wrong after unfinished autocomplete in another editor view
2009-12-15*** empty log message ***Dani Megert1-1/+1
2009-12-11Removed redundant interface.v20091215-0800Dani Megert1-2/+2
2009-12-11Fixed wrong code.Dani Megert1-1/+1
2009-12-11bug 297572 - [implementation] SourceViewer::getQuickAssistInvocationContext ↵Tom Hofmann1-1/+2
provides wrong length
2009-12-11Unknown invocation length is -1 and not 0.Dani Megert1-2/+2
2009-12-10Fixed bug 41658: [find/replace] Upon search wrapping, indicate to user ↵Dani Megert3-33/+42
search has indeed wrapped
2009-12-03Polishv20091207-1800v20091206-2000v20091204-0800Dani Megert3-12/+4
2009-12-03Committed modified patch from Piotr to fix bug 296439: [templates] Hard to ↵Dani Megert1-5/+15
extend Templates View - no access to template store and current selection
2009-12-03Committed modified patch from Piotr to fix bug 296439: [templates] Hard to ↵Dani Megert3-7/+94
extend Templates View - no access to template store and current selection
2009-11-26Fixed bug 295059: PresentationReconciler getDamage: Partitioning change ↵v20091201-0800Dani Megert1-8/+8
coverage wrongly used in getDamage method
2009-11-26Updated bundle version.Dani Megert5-5/+5
2009-11-26*** empty log message ***Dani Megert2-2/+2
2009-11-25Remove upper bounds for JUnit.Dani Megert1-1/+1
2009-11-25remove upper bound of org.junit dependency forMarkus Keller5-6/+6
bug 153429: JUnit4 in Eclipse Testing Framework
2009-11-25Improved Javadoc.Dani Megert1-4/+10
2009-11-16Better fix for bug 295248: [rulers] Starting a selection in the line number ↵v20091124-0800bv20091117-0800Dani Megert1-2/+2
ruler does not set focus to text viewer
2009-11-16Fixed bug 295248: [rulers] Starting a selection in the line number ruler ↵Dani Megert1-3/+5
does not set focus to text viewer
2009-11-16Fixed bug 295204: "Preferences..." menu item in Java editor does not have ↵Dani Megert1-1/+1
accelerator added to it.
2009-11-09Increased bundle version to 3.6.0.v20091110-0800Dani Megert1-1/+1
2009-11-09Different fix for bug 293176: [content assist] Esc Tab on additional info ↵Dani Megert2-17/+28
does not bring back the additional info
2009-11-09Bug 290600: [rulers] overview ruler and scroll bar thumb not properly ↵Markus Keller2-11/+69
synchronized
2009-11-06Bug 293176: [content assist] Esc Tab on additional info does not bring back ↵Markus Keller1-3/+13
the additional info
2009-11-06Bug 290600: [rulers] overview ruler and scroll bar thumb not properly ↵Markus Keller1-2/+1
synchronized
2009-11-06Bug 290600: [rulers] overview ruler and scroll bar thumb not properly ↵Markus Keller2-14/+52
synchronized
2009-11-06Fixed compile warnings.Dani Megert1-9/+6

Back to the top