1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
Commit graph

2181 commits

Author SHA1 Message Date
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
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
Oleg Krasilnikov
816e6ec92b Rollback attribute renaming for cPropertyTab extension point 2007-04-05 08:20:06 +00:00
Anton Leherbauer
ca26fe7a9d Improve formatter preview code 2007-04-04 16:03:23 +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
Oleg Krasilnikov
af1e9d0989 Property pages adjust 2007-04-04 10:36:55 +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
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
Oleg Krasilnikov
c107a37abc avoid duplicate CDTListComparator objects 2007-04-02 10:54:56 +00:00
Oleg Krasilnikov
37407685e7 Bug #180453: sort configurations in property pages 2007-04-02 10:42:37 +00:00
Anton Leherbauer
a71f94b6dc Fix for 180433: [Editor] Highlighting of preprocessor directives is bogus 2007-04-02 08:04:26 +00:00
Oleg Krasilnikov
7b016f3cf4 methods naming consistency. 2007-03-30 10:36:01 +00:00
Mikhail Sennikovsky
100e69cd8b Additional fixes to the scanner discovery and Path Entry calculation mechanisms 2007-03-29 17:29:41 +00:00
Anton Leherbauer
b6ed78d399 Partial fix for 151850: allow user to specify which parser/language to parse a given content type with (Patch by Jason Montojo) 2007-03-29 15:50:14 +00:00
Anton Leherbauer
331091aebc Fix for 179982: External file editor doesn't work 2007-03-29 14:38:52 +00:00
Oleg Krasilnikov
8329c40c28 Bug #178033 2007-03-29 11:30:14 +00:00
Oleg Krasilnikov
e778f36c01 Bug #178033: get content type name via LanguageManager 2007-03-29 10:58:48 +00:00
Oleg Krasilnikov
b72cecdf30 Bug #179944 - fixed 2007-03-29 09:45:44 +00:00
Oleg Krasilnikov
d7d46ed8c4 Bug fix: object name was wrong in dialog 2007-03-28 09:10:54 +00:00
Oleg Krasilnikov
e5ff47ccf2 perform OK logic reworked. 2007-03-28 08:27:13 +00:00
Anton Leherbauer
c3c53aa402 Minimal change to include directive icon to better align it with decorators 2007-03-28 07:03:33 +00:00
Vivian Kong
dc8208f660 Patch for bug 178305 by Ravi Sankar 2007-03-27 16:49:44 +00:00
Oleg Krasilnikov
1b5b9915d0 Toolchain modification page:
- "no toolchain" handling added
- conditional page display (if permitted in prefs)
2007-03-27 13:38:34 +00:00
Oleg Krasilnikov
063fd7765c Bug fix: sys vars became users after OK/Apply 2007-03-27 12:15:59 +00:00
Anton Leherbauer
012fc70258 Fix deprecation warning 2007-03-27 09:39:34 +00:00
Anton Leherbauer
aff281c499 Fix for 178561: Strange behavior of Apply/OK on Code Style edit dialog 2007-03-27 09:30:14 +00:00
Anton Leherbauer
83c9961a18 Improve macro reference detection 2007-03-27 09:06:30 +00:00
Anton Leherbauer
d48c0f5950 Remove obsolete trace option 2007-03-27 09:05:34 +00:00
Anton Leherbauer
61632f9d18 Fix for ASTProvider race condition during shutdown 2007-03-27 09:05:13 +00:00
Markus Schorn
9961b8c3ff Fix for 178029, Include Browser doesn't accept inital drop on linux. 2007-03-26 15:22:14 +00:00
Anton Leherbauer
6aa3d375f2 Fix for 179098: Make LanguageMappingConfiguration API 2007-03-26 14:25:14 +00:00
Oleg Krasilnikov
52750d5170 Discovery tab: save - bugfix 2007-03-26 13:02:34 +00:00
Anton Leherbauer
1a10e62066 Follow-up for 179218, remove command and key-binding 2007-03-26 09:36:18 +00:00
Anton Leherbauer
e6f3b1fb7d Fix for 179218, 179186 and catch up with Eclipse 3.3M6 2007-03-26 09:19:21 +00:00
Markus Schorn
dcfbb03147 Fix for 178673 by Jason Montoyo, CDT does not compile against platform 3.3 M6 2007-03-26 08:48:58 +00:00
Markus Schorn
793c9de63f Removes usage of methods deprecated in 3.3M6. 2007-03-26 08:35:38 +00:00
Oleg Krasilnikov
b2811d8ee4 Bug #179135 fix 2007-03-26 08:12:56 +00:00
Doug Schaefer
d4ee3a6a14 Patch for Bryan - 177055 improving CPPClassSpecialization. 2007-03-23 20:05:29 +00:00
Oleg Krasilnikov
2ed0cb1fd0 Restore defaults: fix 2007-03-23 16:34:10 +00:00
Mikhail Sennikovsky
dffde1e9e5 small update to the previous fix 2007-03-23 15:45:32 +00:00