Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-22[releng] increment service segment by 100Jonah Graham1-1/+1
2018-12-21Fix warnings about non-vararg override for vararg method.Alexander Kurtakov2-2/+2
2018-11-24Remove unnecessary cast to ASTCompletionNode in DOMCompletionProposalComputerNathan Ridge1-2/+1
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham1-1/+1
2018-11-24Bug 541117 - NPE in CElementHyperlinkDetector.isLanguageKeywordNathan Ridge1-6/+8
2018-11-23Bug 541116 - fix whitespaceJonah Graham1-1/+1
2018-11-23Bug 541116 - NPE in IndexToASTNameHelper.findMatchingASTNameNathan Ridge1-0/+4
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham10-21/+9
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham20-80/+80
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham39-441/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham366-866/+866
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham989-6617/+4922
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1388-60111/+61277
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-19/+277
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1560-4724/+9344
2018-11-22Bug 540371: normalize files before applying EPLv2Jonah Graham1-3/+4
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham19-3403/+3403
2018-11-17Bug 536448: Require target platform bundles as minimum versionJonah Graham1-21/+21
2018-11-17Bug 541270: Fix Restore Defaults for Console PrefsJonah Graham3-19/+22
2018-11-17Bug 407405: Limit wrapping in Build ConsoleJonah Graham5-7/+121
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540257 - "Align Const" save action causes NPE when saving Assembler filesMarc-Andre Laperle2-3/+7
2018-10-22Bug 534423 - Sort configurations in the Exclude from build dialogChristian Walther1-1/+5
2018-10-06Bug 486036 - Toggle Function Definition does not work when comment is involvedMarc-Andre Laperle1-0/+4
2018-10-04Bug 536201 Add a highlighting for enum classesBassem Girgis5-17/+83
2018-10-03Bug 518271 - NPE when using Toggle function on a function containing a lambda...Marc-Andre Laperle1-0/+4
2018-10-02Bug 539535: Disable default UDL highlightingHansruedi Patzen4-8/+29
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle1-0/+6
2018-09-11Bug 538509 - Ensure a lookup point is always set during semantic highlightingNathan Ridge1-1/+6
2018-09-08Bug 536255 - Extension point for open call hierarchy viewLidia Popescu9-45/+406
2018-09-02Give lsp4e-cpp access to some CDT internalsNathan Ridge1-2/+2
2018-08-21Bug 537176: add "update references" checkbox to resource renameJonah Graham9-7/+332
2018-08-11Bug 535428. Add indentation and bracket completion support in LSP4E-CPPManish Khurana2-14/+47
2018-05-28Bug 519391: Only redraw the changed linesJonah Graham2-2/+16
2018-05-28Bug 519391: avoid iterating and copying large listsJonah Graham4-43/+79
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen1-1/+32
2018-05-11Bug 534189 - Do not wait for the editor's shared AST to generate parameter gu...Nathan Ridge1-6/+7
2018-04-16Bug 533379 - Only add space when appropriateTorbjörn Svensson1-3/+6
2018-04-08Bug 319506 - Allow renaming class via constructorNathan Ridge2-1/+37
2018-03-11Bug 282494 - Incorrect colors in Show Macro expansion dialog in case ofSebastian Focke1-1/+6
2018-03-02Bug 531915: Abstract page is now able to deal with fragment icon(s)cartu38 opendev2-12/+7
2018-02-20Bug 531076 - NPE in CSearchQuery.createMatchesFromNames()Nathan Ridge1-0/+3
2018-02-16Bug 351718 - Avoid NPE when no default setting availableKarsten Thoms1-1/+1
2018-02-14Bug 531121 - Fix up/down buttons in toolchains preferenceDoug Schaefer1-6/+6
2018-02-09Add missing annotations.Alexander Kurtakov1-1/+2
2018-02-08Remove useless imports.Alexander Kurtakov3-13/+3
2018-02-08Remove unnecessary suppress warnings.Alexander Kurtakov1-2/+1
2018-01-25Bug 529958 - Semantic highlighting of variable passed by non-const reference ...Nathan Ridge1-3/+24
2018-01-16Bug 529799 - problem with entries tree in LanguageSettingsEntriesTabJeff Johnston1-8/+7

Back to the top