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

10913 commits

Author SHA1 Message Date
Markus Schorn
bad4dcae70 Test cases and fixes for the location map 2007-10-23 11:43:00 +00:00
Anton Leherbauer
f9aaf04e88 Fix for 206829: Can't create a newline in some cpp files 2007-10-23 11:31:30 +00:00
Anton Leherbauer
57d7ac7888 Fix for 205567: Implement an assembly model builder 2007-10-23 11:20:30 +00:00
Anton Leherbauer
587bbaf41a Fix for 206801: [formatter] Bad formatting with nested template parameters 2007-10-22 09:22:59 +00:00
Markus Schorn
aa6dbbcd83 Fixes navigation for mactos defined in a file of an SDKs that does not contain declarations. 2007-10-22 08:16:15 +00:00
Ken Ryall
58150201b7 Fix typo in previous commit. 2007-10-19 20:44:46 +00:00
Doug Schaefer
d8bdb2c2b3 Bug 206941 - Set the default extension filter to '*' for core files instead of '*.*', which doesn't match the default Linux core filename of 'core'. 2007-10-19 18:57:21 +00:00
Ken Ryall
de0b85c913 Bug 206825. 2007-10-19 15:14:43 +00:00
Markus Schorn
d4e9478c8e Related to 205272, preprocessor and location map without macro-expansion. Not yet tested. 2007-10-19 13:16:40 +00:00
Markus Schorn
f80b1e7e37 Extends IMacroBinding and the CharArrayUtils, also adding java-doc for some of the API. 2007-10-19 12:31:26 +00:00
Markus Schorn
3381fad4e4 Extends IMacroBinding and the CharArrayUtils, also adding java-doc for some of the API. 2007-10-19 12:30:52 +00:00
Andrew Ferguson
e27f022a1f 206187: Apply fix, add regression test 2007-10-18 15:58:43 +00:00
Anton Leherbauer
af01f4320d Fix for 204575: [Formatter] Odd indentation effect with access specifiers and class members 2007-10-18 14:20:59 +00:00
Anton Leherbauer
2ece943ed1 Fix for 195290: Open Element wildcard problem 2007-10-18 12:09:57 +00:00
Andrew Ferguson
6a6fd2dc24 tidy method hasBaseClass and rename to calculateInheritanceDepth 2007-10-17 17:34:51 +00:00
Anton Leherbauer
b8da02462e Fix for 206573: NPE in CModelBuilder2 with illegal typedef 2007-10-17 10:24:59 +00:00
Oleg Krasilnikov
6535040bd9 Typo fix 2007-10-16 15:41:33 +00:00
Anton Leherbauer
f9d0d47ba3 Fix for 205984: Comment Code templates do not work 2007-10-16 11:38:54 +00:00
Anton Leherbauer
f7f62c4ee4 Fix for 206301: MPE - CEditor features not available (toggle breakpoints/typing preferences) 2007-10-16 10:40:30 +00:00
Anton Leherbauer
5b7ebd2927 Cleanup some obsolete references to old parser 2007-10-16 10:37:25 +00:00
Oleg Krasilnikov
811b4049aa Bug #206380 : Managed build displays duplicate build configs when selecting multiple projects 2007-10-16 08:57:55 +00:00
Markus Schorn
b047d952b2 Fix for 193056, macros for Open Element. 2007-10-16 08:30:08 +00:00
Mike Kucera
61f44ef073 C99 preprocessor is now generic and can be used with any lexer 2007-10-15 19:50:35 +00:00
Anton Leherbauer
7cfc4446c3 Fix for 201548: [Editor] Need partition scanner for assembly content 2007-10-15 14:53:25 +00:00
Oleg Krasilnikov
b91dc8e2f5 Bug #205460 : environment variables in project build properties do not get saved 2007-10-15 11:14:11 +00:00
Anton Leherbauer
0770249d75 Fix for 205108: Null pointer exception on Launch of app in Windows 2007-10-11 14:05:49 +00:00
Anton Leherbauer
0e71345f97 Fix for 206039: [Common Navigator] Copy/Paste/... actions not visible for mixed IResource/ICElement (regression) 2007-10-11 14:04:41 +00:00
Anton Leherbauer
3930fa6ccf Fix for 205013: Project Explorer: filtering non-C project also filters out the C projects 2007-10-11 10:03:19 +00:00
Anton Leherbauer
35a31af9c6 Fix for 195641: CStructureCreator should be migrated to DOM parser 2007-10-11 09:41:48 +00:00
Anton Leherbauer
8c172d53d7 Make editing tests faster 2007-10-11 09:23:53 +00:00
Anton Leherbauer
b58ed032fb Remove workaround for platform bug 151197 2007-10-11 09:18:51 +00:00
Markus Schorn
285d224021 For bug 205272, the lexer with JUnit tests. 2007-10-09 15:09:59 +00:00
Markus Schorn
120cac7e45 Fix for 205555, NPE when SDK overlaps with project. 2007-10-09 11:52:01 +00:00
Oleg Krasilnikov
6d456f9e7e Binary parsers were reported wrong by ICDescriptor. 2007-10-09 10:02:45 +00:00
Markus Schorn
d4a03b962f Fix for 205566, NPE when searching. 2007-10-05 12:25:52 +00:00
Oleg Krasilnikov
284d5d60f0 Bug #205214: extending wizard page from "WizardNewProjectCreationPage". 2007-10-05 06:38:13 +00:00
Oleg Krasilnikov
112824a214 Tool setting tab resizing improvement 2007-10-04 11:28:32 +00:00
Anton Leherbauer
b172d1c096 Fix for 205231: Duplicate entry shown in Project Explorer
and 204366: Regression: C++ project appears twice in Project Explorer
2007-10-04 10:22:38 +00:00
Anton Leherbauer
4c3164b783 Fix for 204919: [Editor] CCE using incremental search 2007-10-04 08:05:50 +00:00
Mike Kucera
b44e94c0e1 optimizations to C99 preprocessor, new token classes, changed the interface to the token comparator, some code has been ported to java 5 2007-10-03 20:26:27 +00:00
Mikhail Khodjaiants
44f817a54b Changed copyright. 2007-10-03 17:31:46 +00:00
Mikhail Khodjaiants
2a1bb17d2a Column support for Modules view. 2007-10-03 14:46:31 +00:00
Oleg Krasilnikov
5edb9af176 Dialog size saving correction 2007-10-02 14:51:29 +00:00
Mikhail Khodjaiants
f969cc0ef9 Debug model agnostic Modules view. 2007-10-02 14:29:32 +00:00
Oleg Krasilnikov
d0c30f1b23 Bug #204881 : Deadlock between PathEntryManager and CProjectDescriptionManager 2007-10-02 13:36:11 +00:00
Vivian Kong
0ccfe513e0 Patch for bug 203876 by L. Frank Turovich 2007-10-01 14:27:01 +00:00
Chris Recoskie
1a1fedda9d fixing exported packages for xlc ui plugin 2007-09-28 18:47:29 +00:00
Chris Recoskie
ceb0a3b0f4 fix for 201588 xlC feature mssing from cdt-master (via software updates UI) 2007-09-27 01:45:55 +00:00
Oleg Krasilnikov
4e30fbe8a0 Bug #190155 : The MBS new project wizard allows finishing without asking custom pages first 2007-09-26 14:17:16 +00:00
Oleg Krasilnikov
8c4edac2ff Tools setting tab resizing improvement. 2007-09-26 14:09:20 +00:00