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

8820 commits

Author SHA1 Message Date
Anton Leherbauer
01627fb59e Reconciler provides cached AST if possible 2006-12-15 14:50:13 +00:00
Anton Leherbauer
615164702a Fix for Bug 123238 - folding does not work for templated methods 2006-12-15 14:29:40 +00:00
Andrew Ferguson
5187c6cd5d make PDOM* bindings non-public 2006-12-15 11:30:00 +00:00
Markus Schorn
f3e6eb7e99 Adds testcases related to bug 168189, pointer-to-const-type for parameter 2006-12-15 10:47:43 +00:00
Anton Leherbauer
c1ecf194d1 Fix Compare Viewer highlighting 2006-12-15 10:39:34 +00:00
Anton Leherbauer
2631135c07 Code formatter: Fix skipping of non-local declarations 2006-12-15 10:38:13 +00:00
Doug Schaefer
5b682fb34f O.K. Only Windows needs to be unpacked since it's the only one that uses executables. We need to figure out why... 2006-12-14 17:17:58 +00:00
Doug Schaefer
7ee25bd2c6 Putting the packing back in. Windows for example has executables. We need to think about this a bit more, but having everything in jar files is desirable. 2006-12-14 16:43:10 +00:00
Doug Schaefer
504e50fddd It turns out that we don't need the native fragments to be unpacked. The Eclipse Class Loader takes care of extracting them from the jar files. 2006-12-14 16:08:04 +00:00
Markus Schorn
6301c56215 Index: Fixes comparison of qualified types. 2006-12-14 14:56:54 +00:00
Anton Leherbauer
1d75b6815e Add basic editor test for files in non-CProjects 2006-12-14 14:21:29 +00:00
Markus Schorn
c1ca84452f Fix for 168054, name resolution of parameters in method impls. 2006-12-14 14:09:28 +00:00
Norbert Plött
a857bb1867 bug #165205 - error parser test cases integrated in automated suite
GCCErrorParserTests modified to provide at least basic functioning tests
2006-12-14 13:19:24 +00:00
Norbert Plött
59b83a92e1 bug #165205 - error parser messages externalized 2006-12-14 13:18:08 +00:00
Markus Schorn
c106203a8f Call Hierarchy: removed work in progress labels. 2006-12-14 12:26:19 +00:00
Anton Leherbauer
285675fc89 Make sure to attach a document partitioner 2006-12-14 12:06:50 +00:00
Markus Schorn
2b27259c0f Prevents multiple adding of implicit methods to index. 2006-12-14 12:02:53 +00:00
Markus Schorn
62403ec786 Fix for 168020, name resolution for method definitions. 2006-12-14 09:56:46 +00:00
Ken Ryall
66a46cb462 Added a help context ID for the CSourceNotFoundEditor. 2006-12-13 21:54:30 +00:00
Anton Leherbauer
52deae97f4 Fix some more outline view label and synchronization issues 2006-12-13 16:10:24 +00:00
Markus Schorn
b1c047d23a Call Hierarchy: additional test cases. 2006-12-13 15:29:04 +00:00
Anton Leherbauer
994ff2e8fa Fix C Compare Viewer for structure diffs 2006-12-13 15:25:15 +00:00
Anton Leherbauer
531be7628e Fix for Bug 70120 - For external files, hook search markers and problem markers to the phantom Include external files
ExternalSearchEditor is deprecated, CEditor handles external files transparently
2006-12-13 13:57:59 +00:00
Markus Schorn
4adb553d14 Fix for 167549, location representation in PDOM. 2006-12-13 13:37:11 +00:00
Anton Leherbauer
2a9b29e5bf Fix for Bug 167806 - [Editor] External files are not editable 2006-12-13 10:30:51 +00:00
Markus Schorn
9405806525 Fix for 156937, NPE in name resolution. 2006-12-13 09:27:28 +00:00
Doug Schaefer
59db91ccde Modernized the Visual C++ Error Parser. Now handles errors from the linker that were getting missed. 2006-12-12 22:09:35 +00:00
Ken Ryall
e4f24af8d1 Fix problem with dialog filter. 2006-12-12 18:53:45 +00:00
Ken Ryall
5918fa62e3 Fix problem with dialog filter. 2006-12-12 18:47:21 +00:00
Ken Ryall
df1ef579ef Support for CSourceNotFoundEditor, bug 167305. 2006-12-12 15:05:20 +00:00
Markus Schorn
29dfe7938f Fix for 167614, NPE in index-based name resolution. 2006-12-12 14:18:21 +00:00
Markus Schorn
bae61dd6e4 Adds failing testcase for includes accross projects 2006-12-12 13:50:36 +00:00
Anton Leherbauer
b778c94164 Remove show invisible characters action (moved to Platform) 2006-12-12 13:40:33 +00:00
Anton Leherbauer
6ec58803b9 Disable showing inheritance information by default 2006-12-12 13:37:01 +00:00
Anton Leherbauer
b786f3c0e9 Fix for Bug 88421 - outline view should display more information for: variables, classes and functions 2006-12-12 13:35:08 +00:00
Markus Schorn
11719658ed Include Browser: Adds a simple testcase. 2006-12-12 13:34:24 +00:00
Markus Schorn
9840f921ae Include Browser: Incorporating changes to index (IndexFileLocation) 2006-12-12 07:54:45 +00:00
Anton Leherbauer
6155014aab Fix for Bug 165867 - Open include ignores linked resources (patch by Sergey Prigogin) 2006-12-12 07:29:52 +00:00
Anton Leherbauer
8bc761d4c6 Stabilize synchronization between editor and outline view 2006-12-11 15:57:09 +00:00
David Inglis
f3878f3175 [merged from 3_1_1]
fixed binary handling on non output paths
bug#167431
2006-12-11 15:31:11 +00:00
Anton Leherbauer
b3608892c4 Fix CCE 2006-12-11 15:10:20 +00:00
Ken Ryall
6d4eea9995 Set mapped resources on new launch configurations. This will let the platform know that they are associated and may be deleted when the project is deleted. 2006-12-10 17:24:52 +00:00
Doug Schaefer
2a8fe7ad14 Bug 167311 - Removing the calls to isStatic to make Windows SDK usable. 2006-12-09 02:33:28 +00:00
Ken Ryall
3caff1dc71 Fix missed id setting when combo selected. 2006-12-08 23:45:14 +00:00
Doug Schaefer
62da4586ac Oops, forgot to release the read lock on the index. 2006-12-08 16:30:33 +00:00
Doug Schaefer
3dfef1cc05 Bug 167162 - Change Open Declarations to pick definitions first. 2006-12-07 21:21:50 +00:00
Anton Leherbauer
b11cd377d4 Improve formatter heuristic 2006-12-07 21:01:46 +00:00
Ken Ryall
d5061c1162 Improvements to the import executable wizard. 2006-12-07 16:59:28 +00:00
Anton Leherbauer
79b98179f3 Highlight range of element near cursor 2006-12-07 15:18:13 +00:00
Anton Leherbauer
a08c9254f8 Fix for Bug 167077 - Semantic Highlighting: fails to highlight sections of code 2006-12-07 15:13:05 +00:00