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
Oleg Krasilnikov
49d9af779d Bug #181025: Context menu items should be grouped/reduced in project view 2007-04-09 13:38:17 +00:00
Oleg Krasilnikov
3dcc5c98d1 Bug #180985: Property pages combo boxes are not read-only 2007-04-09 07:15:13 +00:00
Oleg Krasilnikov
5bcb4215a0 Bug #181023: group property pages
Bug #181025: group context menu items
2007-04-09 06:03:56 +00:00
Oleg Krasilnikov
70f848ae68 Bug #181023: C/C++ property pages grouped. 2007-04-09 05:56:49 +00:00
Markus Schorn
2d8f4698f2 Fix for 176389, preference UI for cache sizes. 2007-04-06 15:53:50 +00:00
Anton Leherbauer
7a2f549d31 Adjust plugin dependencies 2007-04-06 12:45:20 +00:00
Anton Leherbauer
79b7c29c9c Cleanup temporary file 2007-04-06 12:44:45 +00:00
Anton Leherbauer
774369a532 Tentative fix for 177158: [Editor] Provide highlighting support for references to external SDK 2007-04-06 12:02:02 +00:00
Anton Leherbauer
d358ef7a36 Fix formatter alignment of conditionals and initializer lists 2007-04-06 11:56:48 +00:00
Anton Leherbauer
82b9f0cd2f Fix auto-insert of closing brace with semicolon for anonymous declarations 2007-04-06 11:54:18 +00:00
Markus Schorn
6d4221b57f Fix and testcases for 181305, NPE parsing reference to 'void (f)(char)'. 2007-04-06 09:35:53 +00:00
Markus Schorn
56523f3c6a Fixes occasional NPE in CModelTests 2007-04-06 09:32:52 +00:00
Anton Leherbauer
0addd64850 Fix for 180815: defining multiple globals variables at structure definition causes dublicate struct tag entries in outline view 2007-04-06 09:23:25 +00:00
Anton Leherbauer
dd4ecbc909 Fix for 180815: defining multiple globals variables at structure definition causes dublicate struct tag entries in outline view 2007-04-06 09:09:00 +00:00
Markus Schorn
39e2a19ab7 Fixes occasional NPE in CModelTests 2007-04-06 08:44:32 +00:00
Markus Schorn
e239602e33 Follow up for 180159, fix name of unresolved includes with directories. 2007-04-06 07:59:38 +00:00
Markus Schorn
39bf090275 Fixes a warning. 2007-04-06 07:49:32 +00:00
Anton Leherbauer
97b59aed2e Improve ASTCacheTest timing 2007-04-06 06:40:59 +00:00
Chris Recoskie
5638a8eeb6 ASSIGNED - bug 151850: allow user to specify which parser/language to parse a given content type with
https://bugs.eclipse.org/bugs/show_bug.cgi?id=151850

Combined patch from myself and Jason Montojo
2007-04-05 19:07:10 +00:00
Markus Schorn
0da5cc01ce Fix for 180159, modelling of unresolved includes in index. 2007-04-05 16:06:39 +00:00
Oleg Krasilnikov
c1eb85c1fe "enabledWhen" fix 2007-04-05 13:32:42 +00:00
Anton Leherbauer
46cb2c8f4d Fix source hover for template paramters and external translation units 2007-04-05 13:02:10 +00:00
Anton Leherbauer
bf61f08fdb Fix string double click selection 2007-04-05 11:15:30 +00:00
Oleg Krasilnikov
32163b8508 Discovery page: show page names instead of profile IDs where possible
Preferences: user can select naming rule for discovery profiles
2007-04-05 10:55:46 +00:00
Mikhail Sennikovsky
6ca738c032 Fix for [Bug 181144] [Project Model] NPE when selecting legacy project 2007-04-05 08:38:00 +00:00
Oleg Krasilnikov
816e6ec92b Rollback attribute renaming for cPropertyTab extension point 2007-04-05 08:20:06 +00:00
Mikhail Sennikovsky
1527b22ab0 Inseted a copyright header 2007-04-04 18:30:45 +00:00
Mikhail Sennikovsky
cae9417adf Fix for [Bug 179662] Implement configuration-based scanner discovery in the make.core 2007-04-04 17:52:07 +00:00
Andrew Ferguson
19a895a652 180948: fix ClassCastException (follow up) 2007-04-04 17:23:21 +00:00
Anton Leherbauer
ca26fe7a9d Improve formatter preview code 2007-04-04 16:03:23 +00:00
Doug Schaefer
d2c7393544 Patch for Bryan - 180885 - handles content assist of names after parens which is ambiguious in C. 2007-04-04 15:58:48 +00:00
Markus Schorn
b106c45f80 Fix and testcase for 180979, name resolution failure. 2007-04-04 15:55:56 +00:00
Chris Recoskie
30b7b74871 RESOLVED - bug 179393: factor IScanner.addDefinition(IMacro) into its own interface
https://bugs.eclipse.org/bugs/show_bug.cgi?id=179393
2007-04-04 15:51:14 +00:00
Andrew Ferguson
3139aa5792 180948: fix ClassCastException 2007-04-04 15:44:08 +00:00
Andrew Ferguson
95058d83f4 180948: fix CCE 2007-04-04 15:38:56 +00:00
Markus Schorn
1152d73794 Add tracing for unresolved includes 2007-04-04 15:37:26 +00:00
Doug Schaefer
49724e630c Patch for Bryan continuing 167098:
- implements base classes for class instances and class specializations
- allows for instantiation/specialization during incremental reindexes
  - prior to this a full reindex was required to properly resolve newly added
    implicit instances and specializations
- renders templates less exception-prone
- cleaned up code from last patch
2007-04-04 15:30:20 +00:00
Anton Leherbauer
8934213fa1 Fix source hover for parameters and enumerators 2007-04-04 14:25:08 +00:00
Anton Leherbauer
f7b80bf306 Fix ASTCacheTests 2007-04-04 13:38:20 +00:00
Markus Schorn
625b82284d Fix and testcase for updating headers with 'indexAllFiles=false'. 2007-04-04 11:29:38 +00:00
Anton Leherbauer
9bce2681b6 Add tests for bugs 180885 and 180883 2007-04-04 11:26:54 +00:00
Oleg Krasilnikov
af1e9d0989 Property pages adjust 2007-04-04 10:36:55 +00:00
Markus Schorn
9bcb71d896 Fixes parsing of 'void (proto) ();' 2007-04-04 09:36:32 +00:00
Andrew Ferguson
0f1f113134 180738: add test case 2007-04-03 15:39:37 +00:00
Anton Leherbauer
39d2e909be Fix for 180531: [editor] pasted text loses formatting 2007-04-03 14:07:15 +00:00
Anton Leherbauer
efe180944f Fix for 80831: Hover help should find declarations from included files
and related bugs 80829, 80836, 158867
2007-04-03 12:31:00 +00:00
Markus Schorn
ad8800e447 Fix for 178088, options to skip references during indexing. 2007-04-03 11:52:00 +00:00
Anton Leherbauer
8067e74e3f Fix for 179493: CModelBuilder2 does not build model correctly for function pointer with array parameter
and 147903: Search for references broken for unnamed parameters with array notation
2007-04-03 09:27:28 +00:00
Markus Schorn
0c941b8724 Fix for 180161, indexing stddef.h up-front. 2007-04-02 14:04:07 +00:00
Oleg Krasilnikov
17d784913f Bug #180286: error message for "toolEditEnabled" check 2007-04-02 11:44:56 +00:00