1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

5672 commits

Author SHA1 Message Date
Markus Schorn
8380e9b7cf Fix for 104583, implementation of indexer policies. 2007-04-23 06:53:19 +00:00
Doug Schaefer
4ce2d4020f Patch for Bryan - 167098 - fix for constructor/method template specializations. 2007-04-20 16:20:21 +00:00
Anton Leherbauer
1bc986271c Fix for 176229: Move CElementLabels to non-UI and public place (Patch by Gerhard Schaber <gerhard.schaber@windriver.com>) 2007-04-20 14:47:16 +00:00
Anton Leherbauer
6451348375 Performance: Model builder skips function bodies if no AST requested 2007-04-20 13:33:12 +00:00
Oleg Krasilnikov
82d511bba1 Unexport feature added 2007-04-20 12:48:09 +00:00
Markus Schorn
f7d244ff58 Fix for 104583, part I: indexer policy core implementation 2007-04-20 12:21:54 +00:00
Markus Schorn
f7f9021075 Fix for 104583, part I, indexer policy core implementation 2007-04-20 11:57:20 +00:00
Andrew Ferguson
c7553e11bf 183160 - fix for class implicits 2007-04-20 11:29:57 +00:00
Anton Leherbauer
fbfc4521e6 Fix for 176468: Labels on C/C++ preference page are confusing 2007-04-20 08:26:36 +00:00
Anton Leherbauer
9a04ce27c7 Fix warning 2007-04-20 06:33:21 +00:00
Mikhail Sennikovsky
fd6bc8ef1a Externalization fixes 2007-04-19 17:51:23 +00:00
Mikhail Sennikovsky
12558f79f6 comments added 2007-04-19 17:28:09 +00:00
Mikhail Sennikovsky
b7c570bd81 external settings mechanism fixes 2007-04-19 17:22:26 +00:00
Oleg Krasilnikov
7e9fd939f3 Toolchain edit: new functionality
Properties are enabled for non-C files
Some bugs fixed
2007-04-19 17:07:16 +00:00
Anton Leherbauer
ef4ddbd189 Guard against NPE 2007-04-19 15:39:10 +00:00
Anton Leherbauer
eda6e679cf Fix Open Element in case of modified editor, misc. improvements for ElemementSelectionDialog 2007-04-19 15:34:40 +00:00
Anton Leherbauer
3a04ca57ba Fix source hover for typedefs and variables of composite types 2007-04-19 15:31:57 +00:00
Anton Leherbauer
aeef04ba75 Fix for 183166: #error creates error and warning preprocessor node (Patch by Emanuel Graf <egraf@hsr.ch>) 2007-04-19 14:34:42 +00:00
Anton Leherbauer
43f5e1eb30 Test case for bug 109480 2007-04-19 09:41:38 +00:00
Anton Leherbauer
6194a81898 Follow-up fix for 177154: [patch] single-line comments incorrectly retained in macros (junit test case by Ed Swartz <ed.swartz@nokia.com>) 2007-04-19 09:30:25 +00:00
Markus Schorn
7184f3a57d Workaround for bug 182972, no PDOMCArrayType. 2007-04-18 14:58:32 +00:00
Oleg Krasilnikov
e085fd2c3e Bug #160012: New Project Wizard changed to support templates 2007-04-18 14:54:39 +00:00
Markus Schorn
3a6af038ff Reverting unintentional commit. 2007-04-18 14:47:16 +00:00
Mikhail Sennikovsky
874797e0ce small fix for abstract setting entries 2007-04-18 14:44:54 +00:00
Anton Leherbauer
b9d5827fc8 Auto-insert semicolon after array or struct initializer 2007-04-18 14:41:34 +00:00
Mikhail Sennikovsky
f6ab39e0ce CDT variables support for source and output entries 2007-04-18 14:35:30 +00:00
Oleg Krasilnikov
da91fe7a86 Fix: avoid NPE 2007-04-18 13:57:11 +00:00
Anton Leherbauer
0ace8e6e3f Fix exception on auto-indent at end of file 2007-04-18 13:50:07 +00:00
Anton Leherbauer
605c54b5d8 Fix NPE when doubleclicking at end of file 2007-04-18 13:45:04 +00:00
Markus Schorn
38b2d76e76 Fix for 182312, adds 'Open Element in Call Hierarchy' action. 2007-04-18 13:25:29 +00:00
Anton Leherbauer
78a7a6be39 Project Explorer: Fix for drop in folder 2007-04-18 12:28:55 +00:00
Anton Leherbauer
1f5832d033 Fix for 182294: Open Type should allow to open functions and variables 2007-04-18 10:53:48 +00:00
Anton Leherbauer
30322c916c Fix for 182294: Open Type should allow to open functions and variables 2007-04-18 10:43:39 +00:00
Markus Schorn
324ff07796 Follow up for 182312, use different dialog settings for 'Open Type in Hierarchy...' and 'Open Type...' 2007-04-18 08:31:06 +00:00
Mikhail Sennikovsky
66c3bdc869 Fix for [Bug 182573] tool specific optionPathConverter is no longer called when updating CDT 3.1.2 to CDT 4.0.0 2007-04-18 07:58:51 +00:00
Doug Schaefer
72947a1a2e Bug 152041 - Filter out running of the binary parser to only parse if the file has no extension, the extension is a number (e.g. libc.so.1), or the file is a binaryFile content type. Much faster now... 2007-04-17 22:57:42 +00:00
Doug Schaefer
42cc1b5978 Patch for Bryan - 182719 - Prevents a potential stack overflow error with virtual base classes. 2007-04-17 19:55:31 +00:00
Doug Schaefer
fce61429ce Patch for Bryan - 182719 - Prevents a potential stack overflow error with virtual base classes. 2007-04-17 18:21:51 +00:00
Markus Schorn
45be116add Fix for 83868, populate search field in open type dialog. 2007-04-17 14:59:51 +00:00
Anton Leherbauer
714779e918 Avoid debug output in test 2007-04-17 14:20:08 +00:00
Markus Schorn
901ccba9b0 Fix for 181708, remove language mapping property page for external tus. 2007-04-17 14:19:06 +00:00
Doug Schaefer
558fca8f5e Make the open decl on includes a little safer. 2007-04-17 13:54:35 +00:00
Markus Schorn
25f6e085ff Fix for 182312, adds 'Open Type in Hierarchy' action. 2007-04-17 13:48:39 +00:00
Oleg Krasilnikov
5b6432c384 Bug #182745: wording 2007-04-17 13:37:10 +00:00
Doug Schaefer
94a68d1f4e Make the open decl on includes a little safer. 2007-04-17 13:23:50 +00:00
Anton Leherbauer
8fe932e6c3 Add toggle source/header command and binding again 2007-04-17 13:14:55 +00:00
Anton Leherbauer
27d2f5dc5e Project Explorer: insert separator between default build group and CDT additions 2007-04-17 13:13:44 +00:00
Mikhail Sennikovsky
6d90042969 1. Update for the external settings provider
2. some tests update
2007-04-17 12:49:00 +00:00
Anton Leherbauer
36d805c4f1 F?x for 182694: Content Assist - java.lang.ArrayStoreException 2007-04-17 11:47:17 +00:00
Mikhail Sennikovsky
88d14ca7c4 schema fixes 2007-04-17 11:19:22 +00:00