Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-02-25Converted from CPL to EPLDani Megert253-1035/+1035
2005-02-24Better defaultDani Megert1-4/+3
2005-02-24Fixed performance test failuresDani Megert1-0/+3
2005-02-22added RGB constructorteicher1-2/+16
2005-02-22Added configuration for drawing strategiesv20050222-0800Kai Maetzel1-3/+36
2005-02-22refactored selection restorationteicher1-22/+29
2005-02-2185832 [projection] Folding: Select All doesn't correctly unfold header commentteicher6-81/+129
2005-02-14fix 84983 [typing] imports disappearteicher1-2/+24
2005-02-14Fixed bug 84981: Leak testing: DefaultHyperlinkPresenter should unregister as...Dani Megert1-0/+3
2005-02-09Simplified codeDani Megert2-64/+8
2005-02-07Inlined deprecated methodv200502080800Dani Megert2-2/+3
2005-02-07fix projection toggle enablement logciteicher1-1/+1
2005-02-04Fixed bug 61738: [misc] UndoManager leaks memoryDani Megert1-0/+5
2005-02-03fix for really large range indicationsteicher1-2/+5
2005-02-03folding with designated caption linesteicher5-32/+144
2005-02-03Fixed bug 82841: [implementation] TextViewer breaks Selection ClipboardDani Megert1-1/+8
2005-01-31FastPartitioner: new optimized Partitioner replacing DefaultPartitioner. see ...teicher3-9/+829
2005-01-18Second part of fix for 81830: [content assist] Quickfix stops working when Ct...Dani Megert2-18/+54
2005-01-18Added null checkDani Megert1-1/+2
2005-01-18Second part of fix for 81830: [content assist] Quickfix stops working when Ct...Dani Megert1-2/+35
2005-01-14Fixed bug 81251: [implementation] One CUE leaked by shell listener in Content...Dani Megert1-5/+10
2005-01-14Code cleanupDani Megert1-2/+2
2005-01-14Fixed bug 68580: [find/replace] IAE when matching line delimiterDani Megert1-3/+26
2005-01-14Fixed 81830: [content assist] Quickfix stops working when Ctrl-1 is pressed d...Dani Megert1-1/+2
2005-01-13Fixed bug 82022: [content assist] BIDI: Additional info hides the content assistDani Megert1-10/+42
2005-01-13Reorder anchor list (has no effect)Dani Megert1-1/+1
2005-01-13Original anchor must be in fallback listDani Megert1-1/+1
2005-01-12Improved URL detection for quoted URLsDani Megert1-2/+13
2005-01-05Removed references to internal code from other plug-inDani Megert1-6/+6
2005-01-05Setting severity to error for references to internal code of other plug-insDani Megert1-12/+12
2004-12-23Removed unnecessary modifierDani Megert3-3/+3
2004-12-22getting rid of internal imports (quick diff)teicher2-0/+42
2004-12-21project templatesteicher1-9/+21
2004-12-21Enabling reporting of references to internal types from other plug-insDani Megert1-1/+1
2004-12-20Introducing hovers for annotation bagsKai Maetzel1-0/+14
2004-12-17- project specific templatesteicher2-3/+50
2004-12-17call getCharCount() only once outside the loopChristof Marti1-1/+2
2004-12-17Fixed bug 81008: org.eclipse.jface.text.source.projection.ProjectionSummary n...Dani Megert1-0/+10
2004-12-17Improved performanceDani Megert1-7/+27
2004-12-16Fixed bug 81349: [nls tooling] Properties File editor does not properly color...v200412161600Dani Megert1-4/+7
2004-12-16fix bug 81349: [nls tooling] Properties File editor does not properly color c...Christof Marti1-0/+21
2004-12-16Fixed bug 81192: [rulers] Annotation roll-over tooltip stays up after roll-ov...Dani Megert1-33/+1
2004-12-16fix bug 77949: [implementation] ProjectionSummary$Summarizer can run while ed...Christof Marti1-0/+2
2004-12-14Fixed line ending problems described in bug 77034: [nls tooling] Incorrect co...Dani Megert1-8/+12
2004-12-13rename ITextViewerHelper* to IEditingSupportteicher7-117/+134
2004-12-13Only use untyped listener for filtersDani Megert2-8/+83
2004-12-13Added missing Javadocv200412130800Dani Megert1-2/+8
2004-12-09Fixed parts of bug 18393: [hovering] Persistent hover helpDani Megert2-6/+47
2004-12-09IEditorHelper renamingteicher6-58/+64
2004-12-08Improved closer to close if parent gets deactivatedDani Megert2-9/+30

Back to the top