1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

3798 commits

Author SHA1 Message Date
Markus Schorn
6e1cfa0f97 Remove since tag from non-public class. 2010-10-08 08:51:56 +00:00
Markus Schorn
8b7a529a11 Bug 311164: Follow up on fix to improve mark occurrences feature. 2010-10-07 13:47:54 +00:00
Markus Schorn
3178c362a2 Bug 47536: Add filter for forward declarations to Outline View, by Patrick Hofer. 2010-10-06 13:46:44 +00:00
Sergey Prigogin
64a95583ff Bug 326418 - fixed false positives in language keyword check. 2010-10-05 06:24:26 +00:00
Andrew Gvozdev
927436127c removed unused variable 2010-10-05 03:11:15 +00:00
Sergey Prigogin
bc1708309f Cosmetics. 2010-10-04 05:53:34 +00:00
Sergey Prigogin
c69832ea82 Bug 326418 - Ctrl+Click navigation is broken. 2010-10-04 05:43:09 +00:00
Anton Leherbauer
6f4c249382 Use unique preference keys for occurrences and override annotations, related to bugs 324905 and 320561 2010-10-01 12:39:24 +00:00
Andrew Gvozdev
f098e64803 bug 326485: Menu item "Resource Configurations" is missing for files excluded from build 2010-10-01 04:13:37 +00:00
Markus Schorn
4734a658f8 Bug 325799: Support styled text in CUILabelProvider, by Patrick Hofer. 2010-09-30 11:44:39 +00:00
Markus Schorn
5b14b5fefb Bug 326009: Option to disable edit field for parsing files up front, by John Liu. 2010-09-30 08:14:47 +00:00
Markus Schorn
dfd419a0c0 Bug 325488: Toggle through quick type hierarchies, by Patrick Hofer. 2010-09-30 08:03:48 +00:00
Vivian Kong
57405226fa Bug 321778 Lost preference: build only if changes in workspace - patch by Keith W. Campbell 2010-09-28 15:38:53 +00:00
Andrew Gvozdev
32d31cdd24 bug 326414: Link with Editor icon in projects view should be the same as used in Project Explorer and Console 2010-09-28 14:50:22 +00:00
Markus Schorn
62104189e0 Bug 325623: Hide non-implementing leaves in quick type hierarchy. 2010-09-28 09:15:23 +00:00
Markus Schorn
8ff177d648 Bug 325385: Duplicate search results. 2010-09-27 15:48:04 +00:00
Anton Leherbauer
0a8dc6f21e Use AstProvider.WAIT_ACTIVE_ONLY, related to bug 322753 2010-09-24 06:43:16 +00:00
Andrew Gvozdev
39f89b5415 bug 325898: "Manage Configurations" dialog opens on an incorrect parent shell
Patch from Baltasar Belyavsky
2010-09-23 21:29:00 +00:00
Anton Leherbauer
59d692e064 Bug 322753 - It should be possible to disable the override indicator
Patch from Marc-Andre Laperle
2010-09-23 12:08:50 +00:00
Sergey Prigogin
45f057367a Cosmetics. 2010-09-21 01:45:17 +00:00
Sergey Prigogin
f0d7871fea Support for overridden virtual methods in LinkedNamesFinder. 2010-09-20 03:09:50 +00:00
Sergey Prigogin
06d3ea27fc Cosmetics. 2010-09-20 01:14:53 +00:00
Sergey Prigogin
bfdded1677 Removed uses of a deprecated class. 2010-09-20 01:14:36 +00:00
Sergey Prigogin
3a6b1d1846 Removed uses of a deprecated class. 2010-09-19 22:30:04 +00:00
Sergey Prigogin
7ebce37f93 Removed uses of a deprecated class. 2010-09-19 22:26:30 +00:00
Sergey Prigogin
8a2e90a915 Fixed a typo. 2010-09-19 22:21:31 +00:00
Sergey Prigogin
57425dde44 Fixed a bug in renaming of virtual methods. 2010-09-19 21:42:50 +00:00
Andrew Gvozdev
9e54b94108 bug 270326: console window displays black
Changed default console background to light gray (the case when preference store failed to initialize) to be able to troubleshoot the issue.
2010-09-19 04:27:04 +00:00
Andrew Gvozdev
4a17586a41 bug 270326: console window displays black 2010-09-19 03:36:46 +00:00
Markus Schorn
200c531f33 Bug 156668: Implicit ctors for automatic variables. 2010-09-17 09:59:48 +00:00
Anton Leherbauer
ca68f6bb04 Bug 324905 - [Search] Show different colors to mark read and write accesses in Mark Occurrences
Patch from Patrick Hofer
2010-09-17 08:38:51 +00:00
Andrew Gvozdev
c5b4c65418 bug 307211: Different colors for info, warning and errors in the build console 2010-09-16 22:28:33 +00:00
Anton Leherbauer
164c2c3331 Bug 323561 - No Doxygen template comments for extern "C" void myFunc(int param)
Patch from Marc-Andre Laperle
2010-09-16 15:06:09 +00:00
Markus Schorn
83aed16ff8 Bug 324838: Workaround for platform issue in commenting code. 2010-09-16 11:37:58 +00:00
Markus Schorn
e18bd9cc26 Bug 325135: Navigation of function and template parameters. 2010-09-16 08:11:12 +00:00
Vivian Kong
3a89b51a37 Bug 324888 Need to subclass CSourceHover 2010-09-14 14:33:03 +00:00
Emanuel Graf
96b0cc259d Bug 323780: "Generate Getters and Setters..." crashes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323780 FIXED
2010-09-14 10:58:44 +00:00
Sergey Prigogin
82850038be Bug 318510 - Fixed an NFE reported by Marc-Andre Laperle. 2010-09-13 18:34:01 +00:00
Anton Leherbauer
c5aee0fe78 Bug 324813 - [Mac] Key binding conflict between Sort Lines and Show Source Quick Menu
Patch from Marc-Andre Laperle
2010-09-13 09:14:14 +00:00
Sergey Prigogin
f940989086 Bug 318510 - Lightweight rename refactoring. 2010-09-12 05:22:07 +00:00
Sergey Prigogin
b55cf8fa2e Cosmetics. 2010-09-12 03:05:27 +00:00
Sergey Prigogin
3d42e07c38 Cosmetics. 2010-09-11 22:50:43 +00:00
Sergey Prigogin
b54140929c Removed use of a deprecated class. 2010-09-11 22:47:19 +00:00
Sergey Prigogin
fec2b53d77 Removed use of a deprecated class. 2010-09-11 22:44:44 +00:00
Sergey Prigogin
1d45ebec18 Bug 324232 - CElementHyperlinkDetector blocks UI thread waiting for an AST 2010-09-11 18:25:29 +00:00
Sergey Prigogin
b24433c8de Removed use of a deprecated class. 2010-09-11 18:01:09 +00:00
Anton Leherbauer
1a7e872a93 Follow-up fix for bug 323971 - don't remove whitespace inside string 2010-09-07 12:25:15 +00:00
Anton Leherbauer
aa18aab4a0 Follow-up fix for bug 323971 - don't indent inside string 2010-09-07 09:19:31 +00:00
John Cortell
7b7c0e00fd Fixed warnings (treated as errors now) 2010-09-02 17:11:05 +00:00
Markus Schorn
97428465a4 Bug 324262: Remove command for 'Open Definition'. 2010-09-02 07:08:18 +00:00