Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-04544535: Buttons in "Explore Macro Expansion" are not activeFelix Morgner1-0/+7
2019-02-19Bug 496249: Tags for disabling/enabling CDT code formatterMarco Stornelli5-0/+274
2019-02-17Bug 544516: Format edited lines as save actionMarco Stornelli1-1/+1
2018-12-21Fix warnings about non-vararg override for vararg method.Alexander Kurtakov1-1/+1
2018-11-24Remove unnecessary cast to ASTCompletionNode in DOMCompletionProposalComputerNathan Ridge1-2/+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 Graham8-16/+8
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham15-63/+63
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham35-396/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham347-837/+837
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham961-6438/+4779
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1335-59090/+60248
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1474-4422/+8844
2018-11-22Bug 540371: normalize files before applying EPLv2Jonah Graham1-3/+4
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham17-3126/+3126
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-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 Girgis4-17/+77
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 Popescu6-44/+256
2018-08-21Bug 537176: add "update references" checkbox to resource renameJonah Graham8-6/+331
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 opendev1-11/+6
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 Kurtakov2-11/+2
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
2018-01-03Bugs 529299 and 491296. Fix indentation after 'noexcept'/'override'.Davin McCall3-1/+14
2017-12-21Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixHansruedi Patzen1-2/+2
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge1-7/+36

Back to the top