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

5736 commits

Author SHA1 Message Date
Oleg Krasilnikov
bf037ce51c Move ToolChain edit page to MBS 2007-03-19 13:32:43 +00:00
Andrew Ferguson
0c28b3d6ea 176708: fix two exceptions in composite classes 2007-03-19 13:06:18 +00:00
Oleg Krasilnikov
1ee016eee8 Bug 177785: IDs displayed instead of names 2007-03-19 12:22:11 +00:00
Andrew Ferguson
00ebcad325 fix handling of particular type of problem binding in KnR style function declarations 2007-03-19 12:08:51 +00:00
Mikhail Sennikovsky
ff9b1c4616 Additional fix to the progress monitor support basis for the CProjectDescription operation 2007-03-16 22:06:13 +00:00
Mikhail Sennikovsky
968559df5c Progress monitor support basis for the CProjectDescription operation 2007-03-16 21:58:03 +00:00
Andrew Ferguson
4612d251d4 move index based resolution tests, as they are not specifically testing the pdom 2007-03-16 18:09:41 +00:00
Anton Leherbauer
9a3598ee00 Avoid possible NPE 2007-03-16 14:58:57 +00:00
Markus Schorn
24b4db40f1 Changes discouraged access warning to error for org.eclipse.cdt.ui plugin. 2007-03-16 14:58:17 +00:00
Markus Schorn
e7450163c8 Testcases for 167551, use index on project import. 2007-03-16 14:41:27 +00:00
Mikhail Sennikovsky
4ba1f45c11 1. Bug-fixes
2. Basis for the pattern paths support
2007-03-16 14:35:43 +00:00
Andrew Ferguson
4a6e26be9c housekeeping on pdomtests 2007-03-16 14:31:36 +00:00
Oleg Krasilnikov
1956b72386 [Bug 177326] Project property pages make use of platform non-api
Fixed
2007-03-16 14:25:43 +00:00
Anton Leherbauer
c1ffe188e8 Disable test output 2007-03-16 13:55:51 +00:00
Anton Leherbauer
ca89f453d0 Fix for 177457: Invalid syntax coloring of macros
and 171675: Syntax Coloring & Macro arguments
2007-03-16 13:38:20 +00:00
Oleg Krasilnikov
eff63967da Delete unused strings 2007-03-16 12:10:16 +00:00
Oleg Krasilnikov
f50fe22020 Bug fix 2007-03-16 11:04:33 +00:00
Anton Leherbauer
bbd2239f57 Make keyword highlighting dependent on language dialect (follow-up to 175493) 2007-03-16 10:00:38 +00:00
Mikhail Sennikovsky
6ec930568f Fix for three tests in CDescriptorTests 2007-03-15 17:59:28 +00:00
Mikhail Sennikovsky
9734e3bb45 1. Initial fix for [Bug 174936] [Scanner Discovery] Per file scanner discovery is broken with the New Project Model functionality
2. Fix for [Bug 176301] Imported executables no longer recognized as binaries
3. Other bug-fixes
2007-03-15 17:34:41 +00:00
Oleg Krasilnikov
f720d9d47d Bug #125686 and related changes. 2007-03-15 17:01:29 +00:00
Andrew Ferguson
3fa2470a54 write project properties to the project pdom (fragment id) 2007-03-15 14:37:00 +00:00
Andrew Ferguson
00d0168452 fix aftodo 2007-03-15 14:18:53 +00:00
Oleg Krasilnikov
e3c252b914 Old bug fix 2007-03-15 07:10:20 +00:00
Vivian Kong
c3928a2c46 fix for bug 177431 2007-03-14 21:10:15 +00:00
Chris Recoskie
c7e0227b15 updated C99 parser patch from Mike Kucera to provide preprocessor support (see Bugzilla 173110) 2007-03-14 19:15:45 +00:00
Markus Schorn
609472bf8f Fixes occasional failures of selection tests. 2007-03-14 15:59:39 +00:00
Anton Leherbauer
c5b863d340 Make ScannerInfo API compliant 2007-03-14 14:38:31 +00:00
Anton Leherbauer
1a4d4ec79e Improve formatter problem reporting 2007-03-14 14:25:49 +00:00
Anton Leherbauer
040091bf60 Fix some NLS warnings 2007-03-14 14:08:57 +00:00
Markus Schorn
1e65c86123 Partial fix for 167551, operation to create importable archive. 2007-03-14 12:37:10 +00:00
Oleg Krasilnikov
8f0bb1d073 Pref pages interface changed 2007-03-14 07:28:55 +00:00
Oleg Krasilnikov
05ce3c487d replace extensions 2007-03-14 07:26:16 +00:00
Ken Ryall
e6be35a011 After getting the filtered list of deferred children use the viewer's sorter to sort them before merging with the existing ones. 2007-03-14 06:47:40 +00:00
Oleg Krasilnikov
0d89753c13 Bug #130038: size & position saved for CDT property pages. 2007-03-13 17:34:39 +00:00
Oleg Krasilnikov
38768f9bcd Uppercase in file extensions is changed to lowercase 2007-03-13 17:12:07 +00:00
Oleg Krasilnikov
e996b41be1 Data hierarchy tab added 2007-03-13 14:20:59 +00:00
Oleg Krasilnikov
64d53fb8d9 functionality update 2007-03-13 10:59:37 +00:00
Oleg Krasilnikov
6a376a5c6c warning eliminated 2007-03-12 17:30:52 +00:00
Oleg Krasilnikov
5298ac5801 New tab 2007-03-12 17:30:22 +00:00
Oleg Krasilnikov
9260759871 Bug 176909 2007-03-12 17:21:30 +00:00
Oleg Krasilnikov
8ceff372b4 Bug 177011] NLS33:label truncations and un-externalized strings on C/C++ Prefs pages 2007-03-12 17:11:50 +00:00
Oleg Krasilnikov
47e1445a67 Bug 177011] NLS33:label truncations and un-externalized strings on C/C++ Prefs pages 2007-03-12 16:29:24 +00:00
Oleg Krasilnikov
460412cd55 Bug #177011: unexternalized strings 2007-03-12 16:20:00 +00:00
Markus Schorn
84e36a84f9 Fix for 176842, indexer hangs on code with missing closing bracket 2007-03-12 15:57:12 +00:00
Anton Leherbauer
cb14d91f76 Fix formatter issues with string literal concatenation 2007-03-12 15:36:44 +00:00
Markus Schorn
1bc6b14d20 Fix for 176863, StackOverflow parsing ambigous template instanciation. 2007-03-12 13:38:24 +00:00
Oleg Krasilnikov
4eb3deed35 Bug 176909: No way to change order of include directories 2007-03-12 11:52:29 +00:00
Markus Schorn
9051537052 Fix NPE opening type-hierarchy from call-hierarchy 2007-03-12 10:37:33 +00:00
Anton Leherbauer
509a6ce37e Fix for Bug 176706 - Save file problem 2007-03-12 09:40:55 +00:00