1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
Commit graph

9986 commits

Author SHA1 Message Date
Oleg Krasilnikov
0ed18f8829 bug #185048: doc update - Menubar help changed. 2007-05-11 10:36:24 +00:00
Mikhail Sennikovsky
a253a6510b initial fix for [Bug 186412] -shared option not checked by default for Shared Library artifact 2007-05-11 10:36:16 +00:00
Anton Leherbauer
ed17c0ef66 Make isConsistent consistent with API 2007-05-11 10:10:46 +00:00
Anton Leherbauer
8fac735b74 Make template related parameter hint tests succeed (bug 172436) 2007-05-11 10:10:35 +00:00
Markus Schorn
6d75f34f60 Fix for 186533, picking up indexer project preferences. 2007-05-11 10:10:11 +00:00
Oleg Krasilnikov
b6e7f83844 Bug #186231 : make dialog resizable.
Patch by Bala Torati is applied.
2007-05-11 09:37:47 +00:00
Oleg Krasilnikov
b9d1aa9b5d Set icon for "Make Project" the same as for Managed ones. 2007-05-11 09:35:59 +00:00
Ken Ryall
bc25cdb9a5 Reworked previous change for 179340. 2007-05-11 05:31:02 +00:00
Ken Ryall
04f8a1f32f Bug 185956, now returns CDI interface. 2007-05-11 02:21:57 +00:00
Mikhail Sennikovsky
548f63a12a made gnu tool-chain definitions to use new option types 2007-05-10 18:25:09 +00:00
Mikhail Sennikovsky
a96381849a Fix for [Bug 186422] [Template Engine] ANSI C Hello World template generates C++ files and not C 2007-05-10 18:14:50 +00:00
Mikhail Sennikovsky
9d428201c3 Hellow World template for Makefile Project 2007-05-10 17:41:24 +00:00
Mikhail Sennikovsky
13968f3102 patch from Bala Torati with small modifications
1. Fix for [Bug 184449] [Template Engine] It should be possible to press "Finish" on the first wizard page for templates having default values assigned
2. Fix for [Bug 184593] [Template Engine] Need a way to add tool-chain associations to existing templates
3. Fix for [Bug 184455] [Template Engine] NPE in template engine tests
2007-05-10 16:03:53 +00:00
Anton Leherbauer
463823931b Use IPartListener2 to monitor editor activation 2007-05-10 14:45:17 +00:00
Andrew Ferguson
8435a65ac8 186214: apply fix for linked IndexFileLocation ambiguity resolution 2007-05-10 14:24:54 +00:00
Markus Schorn
e655142a3a Test-cases and follow-up for 183941, call hierarchy opened with declaration. 2007-05-10 14:23:59 +00:00
Andrew Ferguson
2b57e6ac89 186337: apply patch on behalf of Emanuel Graf 2007-05-10 13:36:56 +00:00
Oleg Krasilnikov
4576758790 Bug #185048 - User doc update - Folder and File properties added. 2007-05-10 13:26:54 +00:00
Oleg Krasilnikov
6e582275f4 Bug #186227: fix 2007-05-10 12:23:27 +00:00
Mikhail Sennikovsky
d97e3a583f Fix for [Bug 185930] Exception when saving language mappings 2007-05-10 10:50:27 +00:00
Oleg Krasilnikov
67b1c89665 Bug #181163 : change wording for sample. 2007-05-10 09:52:22 +00:00
Oleg Krasilnikov
a3961ab19f Bug 186306: possible tool's NULL name. 2007-05-10 09:13:06 +00:00
Ken Ryall
d6d4754b00 Bug 126262, applied Ling Wang's patch. 2007-05-10 03:32:23 +00:00
Chris Recoskie
aeb075a51b RESOLVED - bug 186018: [C99 parser] ClassCastException when parsing case statements
https://bugs.eclipse.org/bugs/show_bug.cgi?id=186018

Patch from Mike Kucera
2007-05-09 22:17:36 +00:00
Chris Recoskie
a5b43c9ac5 RESOLVED - bug 185409: ctrl-click is hardcoded to use C++ keywords
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185409

Patch from Mike Kucera
2007-05-09 22:03:53 +00:00
Andrew Ferguson
a923a730aa 186214: add test case (plus some tidy) 2007-05-09 17:55:10 +00:00
Andrew Ferguson
6c54ac2de7 154563: add another test case 2007-05-09 16:43:44 +00:00
Markus Schorn
997f1ba70e Fix for 163330 by Emanuel Graf, visiting ICPPASTVisibilityLabel. 2007-05-09 15:05:00 +00:00
Anton Leherbauer
4b8aaf5b23 Fix template completion test related to bug 172436 2007-05-09 14:25:07 +00:00
Markus Schorn
a469ebf89d Fix for 183941, call hierarchy opened with method declaration. 2007-05-09 12:15:59 +00:00
Andrew Ferguson
6c161d4b54 173997: add a related test case 2007-05-09 11:54:51 +00:00
Anton Leherbauer
d5aad42f70 Undo bogus fix 2007-05-09 11:04:18 +00:00
Anton Leherbauer
88e04c3498 Fix for 186105: NPE in CReconciler on Save and other potential NPEs 2007-05-09 10:52:30 +00:00
Anton Leherbauer
1a052de39a Fix for 185975: Link view selection to active editor does not work 2007-05-09 10:31:17 +00:00
Anton Leherbauer
7e12b44725 Fix for 179671: [Editor] Avoid duplicate parsing when opening a file
Fixes also bug 185709: [Editor] Empty outline when editor is reused
2007-05-09 10:20:49 +00:00
Markus Schorn
098117e25d Fix and test-case for 182464, NPE in name resolution for plain C. 2007-05-09 08:35:53 +00:00
Anton Leherbauer
a678504f0b Fix for 179671: [Editor] Avoid duplicate parsing when opening a file
Fixes also bug 185709: [Editor] Empty outline when editor is reused
2007-05-09 08:31:16 +00:00
Mikhail Sennikovsky
0a32923da7 Tool-chain modification fixes: preserving includes/symbols/libs settings 2007-05-08 16:35:08 +00:00
Andrew Ferguson
6b053aa52a 178856: use the default settings configuration for index fragments via CIndex extension point 2007-05-08 15:24:42 +00:00
Mikhail Sennikovsky
15a448bf76 Per-folder settings fixes 2007-05-08 15:23:31 +00:00
Oleg Krasilnikov
889361a1e9 Bug #185720 : icon changed 2007-05-08 15:04:39 +00:00
Oleg Krasilnikov
0c22f996fb Bug #185909: move "Convert To ..." menu item. 2007-05-08 14:25:49 +00:00
Markus Schorn
a9b596be37 See 180164, caching for binding-adaptation and scope-lookups in pdom. 2007-05-08 14:07:00 +00:00
Oleg Krasilnikov
258b67f8fc Bug #185048 : update docomentation - Project properties are reworked. 2007-05-08 13:51:10 +00:00
Mikhail Sennikovsky
0cb1316547 Tool-chain modification fixes 2007-05-08 13:00:36 +00:00
Oleg Krasilnikov
1731b69f79 Made "Toolchain editor" page enabled by default. 2007-05-08 12:51:03 +00:00
Anton Leherbauer
0f53c480a1 Fix for 182700: [Editor] Force reconcile in case of relevant changes 2007-05-08 10:35:51 +00:00
Markus Schorn
1def7fbf69 See 180164, reduce amount of disk-write operations when indexing. 2007-05-08 07:11:18 +00:00
Mikhail Sennikovsky
155cfd6798 Fix to the tool-chain modification functionality 2007-05-07 16:11:18 +00:00
Anton Leherbauer
cace97bf36 Fix ordering of highlighting positions 2007-05-07 15:24:55 +00:00