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

9625 commits

Author SHA1 Message Date
Doug Schaefer
a50038b47f Patch for Frank@Nokia - 160207 - Revise the auto save page. 2007-04-16 13:38:25 +00:00
Doug Schaefer
ff289ac922 Patch for Frank@Nokia - 182457 - Update docs fro Run and Debug dialogs. 2007-04-16 13:34:10 +00:00
Mikhail Sennikovsky
333081f3c5 Fix for the external settings functionality 2007-04-16 13:19:38 +00:00
Oleg Krasilnikov
457924ff1c Bug #181022 : separate markers for excluded source & header files 2007-04-16 11:36:27 +00:00
Anton Leherbauer
dae80ef2cd Fix for 182180: Bug with parser and #ifdef statements and "/*" (follow-up) 2007-04-16 10:39:10 +00:00
Oleg Krasilnikov
df81aa5942 Bug #181022 - get rid of "strikeout" sign. 2007-04-16 09:35:57 +00:00
Doug Schaefer
7da95e5c39 Fix ASCII property on schema 2007-04-15 16:57:29 +00:00
Doug Schaefer
ae79780029 Fixed class for new debugger. 2007-04-15 16:56:45 +00:00
Andrew Ferguson
2304aeb618 181735: fix a regression, and some (newly exposed) syntax errors in the unit tests 2007-04-14 11:15:55 +00:00
Andrew Ferguson
512a83717e 181735: (part II) fix index related resolution problems 2007-04-13 16:35:10 +00:00
Mikhail Khodjaiants
dbaba763e1 Bug 150471: NPE in ToggleBreakpointAdapter. 2007-04-13 13:45:07 +00:00
Oleg Krasilnikov
30060e8e7d Bug #181490: parallel build option reset 2007-04-13 13:07:15 +00:00
Mikhail Sennikovsky
61c00b3d3b Fix for [Bug 182309] The managed build does not work for source files in source folders. 2007-04-13 12:24:09 +00:00
Oleg Krasilnikov
6af8afe7af Bug #182247: NPE in property pages 2007-04-13 12:22:19 +00:00
Oleg Krasilnikov
45581a740c Bug #182290 : add CDT vars/symbols to all languages 2007-04-13 11:29:35 +00:00
Markus Schorn
68c120a672 Fix for 181391, improvements to export index UI. 2007-04-13 11:28:48 +00:00
Anton Leherbauer
1dfa6ff276 Fix for 182180: Bug with parser and #ifdef statements and "/*" 2007-04-13 11:27:30 +00:00
Oleg Krasilnikov
6a9d44ea95 Bug #182135: C/C++ Build Pref Page needs scroll bars 2007-04-13 10:25:44 +00:00
Anton Leherbauer
10ceaaeaa3 Project Explorer: Fix wizard shortcuts 2007-04-13 09:30:42 +00:00
Anton Leherbauer
b6410fac1f Fix for 182214: My calls to SDK functions is yelling at me 2007-04-13 09:29:51 +00:00
Oleg Krasilnikov
f6189e564a Bug: NPE with MBS custom pages 2007-04-13 09:27:27 +00:00
Oleg Krasilnikov
612780f89e *** empty log message *** 2007-04-13 08:54:00 +00:00
Oleg Krasilnikov
cf08945609 Bug #182096 - wording 2007-04-13 08:19:21 +00:00
Markus Schorn
46df43c5f7 Fix for 107569, error on async preference save operation. 2007-04-13 08:05:53 +00:00
Doug Schaefer
234a259089 Extend the don't check program to also not check the project. This is to support hardware debugging and project-less debugging. 2007-04-12 21:07:56 +00:00
Doug Schaefer
738955feca Fix bug where project name was empty. 2007-04-12 21:01:16 +00:00
Doug Schaefer
f097879171 Fix up build output console parsers to handle the case where the compiler is called with a wrapper script. 2007-04-12 18:00:00 +00:00
Oleg Krasilnikov
75131a463b Bug #182157 - file restored 2007-04-12 16:10:26 +00:00
Oleg Krasilnikov
12e19c8773 Bug #160012: New Project Wizard rework 2007-04-12 14:44:44 +00:00
Anton Leherbauer
1751bb7d63 Minor semantic highlighting fixes 2007-04-12 14:04:57 +00:00
Anton Leherbauer
86a79e05e8 Fix for 87119: Shortcut to Toggle Header/Source 2007-04-12 13:54:12 +00:00
Oleg Krasilnikov
568b682abf Bug #181025 2007-04-12 13:01:40 +00:00
Oleg Krasilnikov
d3abc551c9 Bug #160012: rework of New Project Wizard 2007-04-12 11:50:55 +00:00
Oleg Krasilnikov
c321859b30 Bug #160012 2007-04-12 07:51:11 +00:00
Markus Schorn
d70bbc8768 Fix for 181942, parsing 'char x= *"a";' 2007-04-11 16:28:34 +00:00
Markus Schorn
d0407f36ab Testcase for 181942, parsing '*"x"' 2007-04-11 15:40:32 +00:00
Markus Schorn
f3e552d7e3 Testcases for 181735, using function-ptrs. 2007-04-11 15:32:51 +00:00
Anton Leherbauer
929eec3053 Temporary workaround for bug 181139 (Patch by Sergey Prigogin) 2007-04-11 14:47:06 +00:00
Anton Leherbauer
386726e1fc Default Source Hover modifier is Shift 2007-04-11 14:16:14 +00:00
Markus Schorn
49aaf4cd87 Fix for 62366 allow to resume indexing after it was cancelled. 2007-04-11 13:33:52 +00:00
Markus Schorn
7fb6f3739c Fix for 62366 allow to resume indexing after it was cancelled. 2007-04-11 13:30:50 +00:00
John Cortell
2ef0a88398 Fixed bug 181829. Debugger was not enforcing extension point schema. Also renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points. 2007-04-10 19:28:22 +00:00
Doug Schaefer
5cf3a081fb Patch for Bryan - 181015 - fix for 2 of the 4 remaining exceptions. 2007-04-10 18:55:46 +00:00
Vivian Kong
716d881e6b bug 166092 - users should be able to pass in own linkage factory mappings 2007-04-10 18:02:14 +00:00
Thomas Fletcher
4c5225719b Allow the dialog to be resized for long locations.
PR:107164
2007-04-10 18:00:51 +00:00
Thomas Fletcher
6f2816e039 Fix to show new make targets when they are created on folders that have been filtered out of the view.
PR:181807
2007-04-10 17:39:30 +00:00
John Cortell
7433bf42fc Fixed bug 181804. Schema files not getting into SDK 2007-04-10 17:24:06 +00:00
Markus Schorn
99ea19c361 Fix for 181391, improvements to export index UI. 2007-04-10 16:07:34 +00:00
Anton Leherbauer
2922ae70fd Improve source hover comment heuristic 2007-04-10 15:41:24 +00:00
Oleg Krasilnikov
ce48d44b56 Path correction 2007-04-10 14:35:24 +00:00