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

8808 commits

Author SHA1 Message Date
Anton Leherbauer
fd2c99b278 Bug 106216 - Search result markers in folded text don't appear in the overview ruler 2006-10-04 14:40:38 +00:00
Anton Leherbauer
07031919f1 Add smart edit and indenter tests 2006-10-04 10:44:31 +00:00
Anton Leherbauer
8c9b5d9416 Fix comment template 2006-10-04 07:31:59 +00:00
John Cortell
1b67f9c817 Initial commit of memory space support in the memory view (made possible by 3.2 platform additions). 2006-10-03 19:07:38 +00:00
Markus Schorn
254779d07d Moves PDOMCPPBinding into the correct package 2006-10-03 11:32:52 +00:00
Anton Leherbauer
b0a52b3bdb Fix hardcoded previewer ranges 2006-10-03 09:10:23 +00:00
Anton Leherbauer
3c06429669 Fix syntax coloring previewer 2006-10-03 08:15:15 +00:00
Anton Leherbauer
436c2fb40b Fix template preference page previewer 2006-10-03 07:59:03 +00:00
Anton Leherbauer
03f01c56b8 Fix FastCPartitionScanner corner cases 2006-10-02 20:11:03 +00:00
John Cortell
546696ebb3 Fix for 159171. Run menu contributions were disabled if DebugView was not active. 2006-10-02 15:41:47 +00:00
Anton Leherbauer
e929ebdff8 Enable semantic highlighting by default 2006-10-02 15:12:40 +00:00
Markus Schorn
e91ceede17 Fix for 154060, dead lock in Deadlock in PDOMIndexerJob.cancelJobs() 2006-10-02 14:42:13 +00:00
Anton Leherbauer
3685773b05 Fix compiler compliance properties for PDE export build 2006-10-02 13:19:31 +00:00
Anton Leherbauer
0482b39544 Patch by Sergey Prigogin for bug 148582 - Support smart indenting in C editor (part 2) 2006-10-02 13:06:08 +00:00
Markus Schorn
ae1ab1b625 Fixes call hierarchy test cases. 2006-10-02 09:30:32 +00:00
Markus Schorn
9ae87dd573 Fixes call hierarchy test cases. 2006-10-02 08:50:58 +00:00
Markus Schorn
059a0d095f Makes PDom tests independent of line delimiter 2006-09-29 16:03:06 +00:00
Anton Leherbauer
7412f600a8 Reworked syntax highlighting of preprocessor directives 2006-09-29 15:36:10 +00:00
Markus Schorn
a13418d58f Fix for bug 156844, IEnumeration no longer derives from IVariable 2006-09-29 11:24:12 +00:00
Markus Schorn
815f0df72f Fix for bug 158195, fallback for language of included files with unknown extension. 2006-09-29 09:25:32 +00:00
Markus Schorn
75cbff035e Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565. 2006-09-29 07:19:51 +00:00
Markus Schorn
196254955b Fix interface of ElfBinaryArchive to allow proper derivation 2006-09-28 08:47:09 +00:00
Markus Schorn
6e62fd8891 Patch for 149565, by Andrew Ferguson (creating API for PDom) 2006-09-27 15:05:11 +00:00
Markus Schorn
5239cb2ebd Improves robusteness of Call Hierarchy tests 2006-09-27 14:58:03 +00:00
Markus Schorn
15faf5048a Improves robusteness of Call Hierarchy tests 2006-09-27 14:57:48 +00:00
Anton Leherbauer
f234a522db Rework code coloring preferences UI (bug 80104) 2006-09-27 14:38:35 +00:00
Markus Schorn
81828c8799 Fixes a dead-lock in the indexer job. 2006-09-27 13:38:40 +00:00
Anton Leherbauer
120526e448 Fix initial collapse state of header comments 2006-09-27 12:47:06 +00:00
Markus Schorn
444e2e32ab Removes unused code. 2006-09-27 11:36:35 +00:00
Markus Schorn
602ed87104 Fixes compile error. 2006-09-27 09:03:30 +00:00
Chris Recoskie
ceb0dedf56 fix for 158402 by Vivian Kong 2006-09-26 18:51:30 +00:00
Anton Leherbauer
b811847dda Bug 157050 - improving the implementation of IShowInSource in CEditor 2006-09-26 17:03:23 +00:00
Chris Recoskie
f406b64236 fix for 158373 by Vivian Kong 2006-09-26 16:50:40 +00:00
Chris Recoskie
d0196b9de2 fix for 158370 by Vivian Kong 2006-09-26 16:47:24 +00:00
Markus Schorn
3bef97c2ae Adds a test case. 2006-09-26 12:47:53 +00:00
Norbert Plött
9b2810c5ed Setting isTest=true for testing project type 2006-09-26 11:48:55 +00:00
Markus Schorn
af4f0d8569 Adds manifest-compiler options to CVS 2006-09-26 10:01:26 +00:00
Markus Schorn
ca874fe95a Fix for failing test 'testAsyncPopulation' 2006-09-26 10:00:10 +00:00
Markus Schorn
ccf853cd34 2nd attempt to include debug info in test-plugins. 2006-09-26 09:39:40 +00:00
Ken Ryall
a9605d9359 Bug 150565. Expressions cache their variable objects so they don't ask gdb to create a new one each time the expression value is determined. 2006-09-25 22:38:40 +00:00
Mikhail Sennikovsky
6e4982352e More explicit fail messages 2006-09-25 21:03:15 +00:00
Doug Schaefer
c65629aa18 Fix the ascii type for this. 2006-09-25 17:37:44 +00:00
Chris Recoskie
860913466b fix for 40110 by Jason Montojo 2006-09-25 14:28:29 +00:00
Ken Ryall
ecfd5b8e3b Bug 158391. Ensure the default debugger pref has been set, preventing the "No such debugger" error message for new launch configurations created before the MI plug-in has been loaded. 2006-09-25 04:05:29 +00:00
Doug Schaefer
bc7e82f186 Bug 157992 - Fixed up the PDOMTests to be more deterministic. 2006-09-22 16:37:50 +00:00
Anton Leherbauer
f24c4034a9 Add missing extension point schemas 2006-09-21 10:24:06 +00:00
Ken Ryall
73c553ffe6 Handle when the default debugger is not set. 2006-09-20 20:59:10 +00:00
Ken Ryall
a1b9eea7e9 Added line deleted in patch for 148415. This let's you create launch configuration again. 2006-09-20 18:28:07 +00:00
Ken Ryall
f7109c7d5a Fixed PPC Mac support broken with fix for 148415. Platform.getOSArch() now returns "powerpc", this used to return "ppc". 2006-09-20 18:25:33 +00:00
Norbert Plött
393d4235cd Bringing back changes from 1.27.2.2 to HEAD
(Bugs 156681, 156679, 157291 - Fixes to the help for the build systems.)
2006-09-20 12:07:59 +00:00