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

1069 commits

Author SHA1 Message Date
Markus Schorn
4e91bb54ab Navigating an argument of a macro-expansion, bug 208300. 2008-03-03 15:05:11 +00:00
Anton Leherbauer
cf7493d440 219923: [Indenter] Provide preferences option to disable auto-indent. 2008-03-03 13:53:57 +00:00
Markus Schorn
7484954d7f Testcase for navigation on empty macro, bug 198649. 2008-03-03 13:51:04 +00:00
Markus Schorn
4aa04977c3 Combines IASTTranslationUnit.selectNodeForLocation() and ILanguage.getSelectedNodes() into new API. 2008-03-03 12:56:38 +00:00
Andrew Ferguson
90846e6bfa 221109: Apply fix and add regression 2008-03-03 11:37:36 +00:00
Markus Schorn
a8e7f57545 Combine CFindNodeForOffsetAction and CPPFindNodeForOffsetAction. 2008-02-29 09:10:44 +00:00
Markus Schorn
a4513baa30 Introduce interfaces for c- and c++ specific visitors to allow for visitors that work for both c- and c++. 2008-02-28 16:43:33 +00:00
Anton Leherbauer
40e3f39a27 Fix for 192764: [Formatter] Improve GNU coding style compliance 2008-02-28 16:12:09 +00:00
Anton Leherbauer
928c56b35e Fix for 192656: [Formatter] Indentation of class definition
and 191980: [Formatter] Identation of exception specification
2008-02-27 13:07:54 +00:00
Markus Schorn
8c248ed68b LabelProvider to decorate indexed files, bug 159731. 2008-02-27 10:48:53 +00:00
Anton Leherbauer
38315df8f8 Fix doc comment highlighting test 2008-02-26 15:48:12 +00:00
Anton Leherbauer
8bc306225d Fix for 217918: CDT code formatter problems 2008-02-26 12:34:46 +00:00
Markus Schorn
270e8513e6 Bindings for names resolved via using declarations, bug 219424. 2008-02-22 12:25:38 +00:00
Anton Leherbauer
d236e380c7 178601: Add whitespace options to preference UI 2008-02-21 16:02:42 +00:00
Markus Schorn
f211b6d512 Removed class Problem, a duplicate of ASTProblem, related to bug 212864. 2008-02-21 10:20:04 +00:00
Markus Schorn
74593bcfb3 Improved indexer-tracing, logging info-line after rebuild index, bug 213561. 2008-02-19 12:22:11 +00:00
Oleg Krasilnikov
84c9619cf4 Bug #219321 : Info popup should show includes 2008-02-18 15:50:42 +00:00
Anton Leherbauer
788ec3ad34 Follow-up for 217435 2008-02-15 17:04:32 +00:00
Anton Leherbauer
2b53efe517 Fix for 217435: Braces in macros confuse code formatter 2008-02-15 12:24:49 +00:00
Markus Schorn
7f2fe153bd More tracing options for the indexer, combined 3 parallel IASTProblem implementations, related to bug 213561. 2008-02-15 10:41:30 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
Anton Leherbauer
d12b37a95c Improve content assist auto-activation check, related to bugs 126871 and 193728 2008-02-11 14:22:31 +00:00
Andrew Ferguson
c113b00476 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
Anton Leherbauer
00091c99cb Fix for 216437: [Formatter] Shift left/right incorrect in Mixed tab policy/indentation mode 2008-02-08 12:30:10 +00:00
Anton Leherbauer
4c7161361e Fix for 110222: Improve pair matcher for angle brackets 2008-02-08 10:17:57 +00:00
Markus Schorn
dfb5057e5c Keep types defined in source files separate from each other, bug 214146. 2008-02-04 16:15:05 +00:00
Markus Schorn
d0b1e7b4b4 Fixes for navigation + mark occurrences related to using-declarations. 2008-02-01 14:49:21 +00:00
Anton Leherbauer
952046381e Fix mark occurrences for template specializations 2008-01-31 14:50:16 +00:00
Anton Leherbauer
7c51371bfb Fix content assist test 2008-01-30 15:34:57 +00:00
Anton Leherbauer
ccabb31c65 More mark occurrences tests and fixes 2008-01-25 10:08:32 +00:00
Anton Leherbauer
80613b3223 Follow up on 174597 2008-01-24 12:08:37 +00:00
Anton Leherbauer
571e7a6a7c Make mark occurence test more reliable 2008-01-24 10:10:55 +00:00
Anton Leherbauer
0a8351dce8 174597: Code folding of compound statements (Patch by Elazar Leibovich) 2008-01-24 09:53:01 +00:00
Anton Leherbauer
2143154aeb Disable debug output in foldingtest 2008-01-23 14:30:34 +00:00
Ken Ryall
b87dd32cf9 No longer depends on sort order. 2008-01-21 19:49:09 +00:00
Markus Schorn
ac25ef4aff Makes test more reliable. 2008-01-21 16:21:39 +00:00
Anton Leherbauer
4cc8dfd7b5 Fix for 124113: Partition Scanner incorrectly handles line splicing 2008-01-21 13:58:34 +00:00
Anton Leherbauer
569d055fdf Fix mark occurrences test 2008-01-21 11:55:29 +00:00
Ken Ryall
617c5a8476 Bug 212166, search bug fixes. 2008-01-18 22:55:23 +00:00
Markus Schorn
d8ed4e7b96 Allow to configure empty macro definitions, bug 215789. 2008-01-18 16:36:34 +00:00
Anton Leherbauer
c9c34a49b4 Fix for 214590: Code Folding issue 2008-01-18 08:38:21 +00:00
Chris Recoskie
f40c392f11 Created ICElement.getLocationURI() method. Changed ITranslationUnit concrete implementations to only be constructable from URIs. 2008-01-15 19:13:24 +00:00
Anton Leherbauer
1bd375a30e Fix for 215310: [Editor] exception pasting code into editor 2008-01-15 13:10:06 +00:00
Anton Leherbauer
f2856c60ce Fix mark occurrences for destructors and template types 2008-01-14 15:00:15 +00:00
Anton Leherbauer
1ba6e6237a 159812: Mark Occurrences 2008-01-11 15:54:49 +00:00
Anton Leherbauer
f767541c12 Fix for 199598: [content assist] enumeration missing from proposals in qualified name (Patch by Ed Swartz) 2008-01-11 10:32:19 +00:00
Anton Leherbauer
d2c442c373 Fix for 214354: [code formatter] whitespace removed when declaring a variable and initializing it with a macro 2008-01-07 16:06:22 +00:00
Sergey Prigogin
01959bfd25 Fix for bug 207320. 2008-01-05 18:48:28 +00:00
Sergey Prigogin
0993798b3b Added _testTemplateClassMethod_207320 2007-12-24 23:13:23 +00:00
Markus Schorn
1e43fc3186 Removes DOMScanner and related classes, cleans up interfaces IScanner and IIndexMacro, (bug 212864). 2007-12-21 09:35:52 +00:00