Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Use StringBuilder instead of StringBuffer where possible.Alexander Kurtakov1-1/+1
2018-07-31Bug 515699 - NPE in Staging View - GNUHyperlinkDetector.detectHyperlinksJeff Johnston1-1/+5
2018-07-20Bug 537207 - ClassCastException in GNUHyperlinkDetector.detectHyperlinksJeff Johnston1-1/+3
2018-05-10Update changelog plugin headers to EPL 2.0.Alexander Kurtakov38-243/+266
2017-06-26Bug 518798 - ClassCastException in GNUFileEntryRule.evaluateJeff Johnston1-0/+3
2017-06-13Bug 518154 - ChangeLog is issuing debug statements concerning editor idsJeff Johnston1-6/+7
2017-05-19Make use IStructuredSelection directly.Alexander Kurtakov2-8/+3
2017-05-10changelog: Fix NPE in hyperlink detector.Alexander Kurtakov1-0/+3
2017-03-10changelog: Fix typo in color constant.Alexander Kurtakov1-1/+1
2017-03-10changelog: Fix NPE in hyperlink detector.Alexander Kurtakov1-1/+1
2017-03-10changelog: Generic editor.Alexander Kurtakov4-398/+281
2017-03-09changelog: Editor highlighting in themes.Alexander Kurtakov6-163/+119
2017-03-07changelog: Merge IEditorChangeLogContrib interfaces.Alexander Kurtakov2-7/+4
2016-05-16sonar: Simplify boolean operations.Alexander Kurtakov1-2/+2
2016-05-13Remove useless code.Alexander Kurtakov2-26/+2
2016-04-14changelog: Move to non-deprecated IDE.getEditorDescription.Alexander Kurtakov1-2/+2
2015-12-14Generification.Alexander Kurtakov1-3/+3
2015-12-12Adapt to Neon M4 changes.Alexander Kurtakov1-1/+1
2015-12-08changelog: Move to Java 8 and Neon.Alexander Kurtakov4-55/+28
2015-08-18Remove suppress warnings by properly fixing them.Alexander Kurtakov1-2/+7
2015-07-29Remove useless @see tags.Alexander Kurtakov7-55/+0
2015-07-17Remove useless non-javadoc comments.Alexander Kurtakov3-21/+0
2015-06-05rpm: adjust handler enablement.Andrew Ferrazzutti1-8/+5
2015-06-01Bug 350072 - ChangeLog is not merging function names.Andrew Ferrazzutti1-48/+57
2015-05-14changelog: Refresh repos; streamline Prep Commit.Andrew Ferrazzutti3-53/+46
2015-05-13changelog: prevent formatter exceptions.Andrew Ferrazzutti1-119/+89
2015-05-12changelog: Create ChangeLog Editor scope.Andrew Ferrazzutti2-4/+10
2015-05-12changelog: No hyperlinks for non-existent files.Andrew Ferrazzutti1-4/+5
2015-03-26Generify getAdapter methods.Alexander Kurtakov2-12/+3
2015-03-26Remove unneeded casts.Alexander Kurtakov2-4/+4
2015-03-09changelog: Fix javadoc.Alexander Kurtakov4-0/+7
2014-04-30Cleanups.Alexander Kurtakov3-33/+22
2014-04-29Various cleanups.Alexander Kurtakov1-3/+0
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti38-3773/+3773
2014-04-16Fix warnings.Alexander Kurtakov2-41/+7
2014-04-14changelog: Cleanups.Alexander Kurtakov18-267/+86
2014-01-27Remove unused imports.Alexander Kurtakov1-3/+1
2014-01-26changelog: Update to Java 1.7.Alexander Kurtakov10-54/+49
2013-09-10changelog: cleanupsAlexander Kurtakov21-193/+239
2013-08-28changelog: PatchFile.EmptyStorage can be static.Alexander Kurtakov1-21/+21
2013-07-30Bug 413953 - NPE if CVS credentials failJeff Johnston2-2/+29
2013-02-25Bug 331140: RFE: "Edit" => "Changelog Entry" should be greyed outJeff Johnston1-0/+8
2013-01-04Changelog warning fixes.Alexander Kurtakov10-29/+22
2012-08-28Make inner classes static when possible.Alexander Kurtakov1-2/+2
2012-08-23Fix various string handlings.Alexander Kurtakov1-4/+4
2012-04-05Make the Changelog format proper command.Alexander Kurtakov2-67/+6
2012-04-04Do not duplicate shift left/right menus.Alexander Kurtakov1-5/+0
2012-04-04Merge PrepareCommitAction into the handler.Alexander Kurtakov2-275/+257
2012-04-04Extend AbstractHandler and remove all the boilerplate.Alexander Kurtakov2-75/+4
2012-04-04Simplify things a bit now that actions are not executed by theAlexander Kurtakov6-79/+31

Back to the top