Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-07Bug 535964 - Use new API of TemplatePersistenceData, TemplateReaderWriter.Roland Grunberg2-3/+4
2018-08-24Bug 536207 - Minimap wrong height calculationangelozerr1-0/+5
2018-08-22Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 3Lars Vogel179-537/+1074
2018-08-20Bug 538024 - Debug Source Display has encountered a problem - Index OutI20180820-2000angelozerr1-3/+39
2018-08-14Bug 536207: Fix the height calculation by using the bottom index.Y20180815-2200I20180816-2000I20180815-2000I20180815-1250I20180814-2000Arne Deutsch1-22/+42
2018-07-24Bug 321410 - [EditorMgmt][navigation] Provide Mini-map of text in editorY20180725-2200I20180725-2000Till Brychcy4-7/+40
2018-07-18More deprecated getAverageCharWidth fixes.Alexander Kurtakov1-1/+1
2018-07-18DisposeListener to lambda.Alexander Kurtakov5-153/+38
2018-07-18Comparator to lambda.Alexander Kurtakov2-18/+11
2018-07-18Lambda conversions.Alexander Kurtakov5-265/+153
2018-07-18Bug 536952 - Avoid QuickDiff re-enabling in DocumentRewriteSessionEventEtienne Reichenbach1-2/+18
2018-07-03Reorder final plublic access modifier to Java standardI20180704-0805I20180704-0605I20180704-0545I20180703-2000Lars Vogel2-2/+2
2018-06-29Bug 536206 - Improve minimap performance on MacI20180702-2000Till Brychcy1-2/+6
2018-06-22Bug 321410 - [EditorMgmt][navigation] Provide Mini-map of text in editorI20180625-1545angelozerr6-0/+738
2018-04-19Bug 533729 - Cut/Copy/Paste on textual editors context menu miss iconsI20180420-2000I20180419-2000Mickael Istria1-0/+22
2018-04-19Bug 533837 - Direct use of IStructuredSelectionAlexander Kurtakov2-9/+9
2018-04-18Removes obvious reference to super constructor in GotoLineDialogLars Vogel1-3/+0
2018-04-18Bug 533206 - Goto line dialog should use verbsJonas Hungershausen2-1/+11
2018-03-21Bug 532703 - Fixed typo in method nameI20180322-0225I20180321-2000Karsten Thoms1-2/+2
2018-03-16Bug 532514 - setFocus: Added disposal checkI20180316-2000Karsten Thoms1-2/+6
2018-02-22Fixed bundle versionDani Megert1-1/+1
2018-02-21Bug 531421 - [CodeMining] Adapt the source viewer CodeMining API toI20180221-2000angelozerr1-1/+2
2018-02-13bug 514043 - [Dark Theme] range indicator color should beFabian Pfaff1-35/+36
2018-01-12Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)I20180114-2000I20180113-1500I20180112-2000Karsten Thoms2-17/+21
2018-01-03Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)I20180104-2000I20180104-0030I20180103-2000Karsten Thoms2-15/+14
2017-12-21Bug 528851 - [CodeMining] Problem while getting bad AnnotationPainterangelozerr1-0/+3
2017-12-15Bug 528419 - [CodeMining] Provide extension point for CodeMiningI20171218-2000I20171217-2000I20171216-1500I20171215-2000angelozerr4-0/+351
2017-11-15Bug 518939 - Fix text zoom enablement in multi page editorsI20171119-2000I20171118-1500I20171117-2000I20171116-2000I20171115-2000Sebastian Ratz1-4/+16
2017-11-08Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms1-2/+2
2017-09-15Bug 522212 - Resolve redundant null checksKarsten Thoms1-7/+1
2017-09-06Bug 521850 - Added null guard, text widget might be disposedI20170908-0035I20170907-2000I20170906-2000I20170906-0815Karsten Thoms1-2/+2
2017-09-04Bug 480563 - Add null guard when site was not setI20170906-0225I20170905-2000I20170905-0600I20170905-0310I20170904-2000Karsten Thoms1-1/+6
2017-08-24Fixed bug 521373: MarginPainter no longer needs to be initialized after font ...I20170830-2000I20170830-0605I20170829-2345I20170829-2000I20170829-0940I20170829-0705I20170828-2000I20170828-1220I20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000Dani Megert1-31/+5
2017-07-18Bug 519779 - [refactoring] Manage resources with try-with-resourcesShawn Kleese1-19/+2
2017-07-10Bug 519426 - AbstractTextEditor should check result of getDocument() toI20170713-0615I20170712-2000I20170711-2000Andrey Loskutov1-6/+13
2017-06-28Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel2-2/+2
2017-06-13Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel3-6/+6
2017-03-11Bug 513517 - printStackTrace() should not be used in production codeI20170315-0500I20170314-2000I20170313-2000I20170312-2000Andrey Loskutov2-3/+5
2017-02-19Bug 320672 - [WorkbenchParts] [Compatibility] SWTException whenAndrey Loskutov1-9/+59
2017-02-17Revert "Bug 320672 - [WorkbenchParts] [Compatibility] SWTException when activ...I20170218-2000I20170217-2000Dani Megert1-59/+9
2017-02-16Bug 320672 - [WorkbenchParts] [Compatibility] SWTException whenY20170216-1515Y20170216-1450I20170216-2000Andrey Loskutov1-9/+59
2017-02-02Bug 493306 - Inefficient use of keySet iterator instead of entrySetLars Vogel1-5/+6
2017-01-11Bug 510312 - Replace usage of new Integer(int) with Integer.valueOf() inLars Vogel5-8/+8
2017-01-11Bug 510311 - Fix issues reported by Sonar Correctness - equals methodLars Vogel1-10/+0
2016-11-28Bug 72151 [find/replace] combobox needs to remember more itemsI20161129-2330I20161129-2000I20161128-2000Björn Michael1-5/+5
2016-07-14Remove unnecessary JavadocLars Vogel1-4/+0
2016-07-08Bug 497589 - Remove trailing whitespace fromI20160708-1700Lars Vogel36-163/+163
2016-06-24Bug 496754 - Providing generic way for editors to consume zoom in / out funct...Ilya Buziuk1-1/+1
2016-05-30Bug 494939: Do not let dialog scroll horizontallyR4_6I20160606-1100I20160603-1000I20160602-1000I20160601-2000I20160601-1000I20160531-2330I20160531-2000Christian Georgi1-2/+2
2016-05-12Bug 492587: Autosave breaks Incremental FindMarkus Keller1-2/+13

Back to the top