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

1645 commits

Author SHA1 Message Date
David Inglis
5a42d3fd7c new ICDescriptorManager (see Changelog for more details) 2004-03-17 13:48:00 +00:00
Andrew Niefer
8f0618aeb2 class browser and type hierarchy property files from Chris Wiebe 2004-03-16 22:42:44 +00:00
Andrew Niefer
49e276d0ac managed build tests from Sean Evoy 2004-03-16 22:29:55 +00:00
Andrew Niefer
4b5850c062 scanner performance improvements from Dave Daoust 2004-03-16 22:23:36 +00:00
Alain Magloire
4fdafaa433 New Tests from Thomas for the error parser 2004-03-16 21:23:45 +00:00
Hoda Amer
60e93cc60b Fix for bug#54324 Refactor: Invoke rename refactoring from editor 2004-03-16 21:22:47 +00:00
Alain Magloire
0f9ea21c67 Thomas fixes for PR 45320 2004-03-16 21:12:57 +00:00
Hoda Amer
e74475bdbe Fix for [Bug 54323] Refactor: Menu item from outline view 2004-03-15 21:17:47 +00:00
Alain Magloire
a5f8faffc5 The build actions were always disable. 2004-03-15 17:09:59 +00:00
Alain Magloire
5178ef3ea9 The build actions were always disable. 2004-03-15 17:00:40 +00:00
Andrew Niefer
5a0369683c This patch is the start of parsing templates. Template uses that don't require a template-id should work. 2004-03-15 16:17:42 +00:00
Hoda Amer
0fe0020d9f Patch for Sean 2004-03-15 16:01:12 +00:00
Andrew Niefer
3846748090 There was a NPE in CompleteParseASTFactory.createElaboratedTypeSpecifier in the case
where it was not a forward declaration and the symbol was not found during lookup.

report a IProblem.SEMANTIC_NAME_NOT_FOUND instead of NPE
2004-03-12 16:30:45 +00:00
David Inglis
7b78e2923e new C-Build console supporting mutiple streams. 2004-03-12 16:24:08 +00:00
David Inglis
b03b5aa0c6 new C-Build console supporting mutiple streams. 2004-03-12 16:07:50 +00:00
David Inglis
2469b15201 new console api 2004-03-12 16:06:02 +00:00
Andrew Niefer
c8ecd11deb bug 54639 Typedef of enumeration fails complete parse 2004-03-12 15:49:12 +00:00
Andrew Niefer
2d45963863 bug 54639 Typedef of enumeration fails complete parse 2004-03-12 15:44:06 +00:00
John Camelon
2a28b0cfa7 Refactoring of Scanner to allow reuse in GCCScannerExtension for #include_next 2004-03-11 20:47:34 +00:00
Hoda Amer
da87b50b7f Adding the undo manager for the Rename Refactor 2004-03-11 20:15:28 +00:00
John Camelon
a556bad46a Updated content assist to not clear() the Scanner's definition map. 2004-03-11 18:04:42 +00:00
John Camelon
9b0029a7dd Further performance improvements in Scanner. 2004-03-10 16:53:54 +00:00
David Inglis
3c7584ad4c fixed standard build test to create cprojects 2004-03-09 23:46:12 +00:00
Alain Magloire
7b037d8323 added the new source folder refactoring in the build
porperties
2004-03-09 22:00:19 +00:00
David Inglis
8820a6d0d7 fixed error on project creation 2004-03-09 21:51:19 +00:00
Alain Magloire
f490ac49d2 patch from chris w. dealing with CConvention 2004-03-09 21:45:12 +00:00
Alain Magloire
209df8040a If the changes of the editor were discarded at closing
no event were sent.
2004-03-09 20:54:55 +00:00
Hoda Amer
cbd2bd573f Rename Refactoring, first attempt. (Jumbo patch) 2004-03-09 19:50:00 +00:00
Hoda Amer
e6bcfeaf82 Fix for bug#52188 2004-03-09 19:16:49 +00:00
Andrew Niefer
9838c1b387 bug 52948 - Content Assist -typedef'd types do not appear in the completion list 2004-03-09 19:07:22 +00:00
Andrew Niefer
9ba01d10c4 bug 52948 - Content Assist -typedef'd types do not appear in the completion list 2004-03-09 19:00:44 +00:00
John Camelon
2805a77fe0 Put back the work to reconcile relative paths w/IResource readers which was lost upon merge. 2004-03-09 18:54:05 +00:00
John Camelon
f28275b669 Patch for Dave Daoust
Removed the Strings associated with constant value tokens and keywords  -- it looks cleaner, and reduces the number of objects created (only by 30 to 40 K) (about 2% quicker) 
Buffered the File I/O associated with reading inclusions.
Restructured the scanner into a large case statement with a few helper functions -- this is the start of removing the strings (or providing a preallocated buffer for string manipulation) (about 2% quicker)
2004-03-09 18:22:35 +00:00
Bogdan Gheorghe
fe5032ad4a Workaround to get DependencyTests working on integration builds. 2004-03-09 16:15:27 +00:00
Doug Schaefer
afc00e11ee Fixed up build.properties to include new browser folder. 2004-03-08 21:21:52 +00:00
Hoda Amer
29adda7a82 Partial Fix for bug#52948 2004-03-08 21:20:11 +00:00
Bogdan Gheorghe
0a6f297707 Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch
in AllTypesCache
2004-03-08 19:52:34 +00:00
Alain Magloire
802ae0312e Conflict with changes from Bogdan 2004-03-08 18:32:48 +00:00
Alain Magloire
3ac1f3a202 New source browser for the Type hierarchy, From Chris Wiebe. 2004-03-08 18:22:31 +00:00
Bogdan Gheorghe
7ddc725965 Patch for Chris Wiebe: BasicSearchResultCollector refactoring
Refactored MouseClickListener out of CEditor; modified it to use CppCodeScanner keywords
Fixed Outline refresh problem by reverting to an earlier copy of WorkingCopyManager
2004-03-08 15:30:13 +00:00
Doug Schaefer
a9ed54e459 Fixed the compile error in the Dependency Test. 2004-03-08 15:08:59 +00:00
Alain Magloire
64984809f6 Fix the point size of the icons in the CView, they were too big. 2004-03-08 01:33:14 +00:00
Alain Magloire
ec2b5bff2b New icons. 2004-03-05 19:32:08 +00:00
Alain Magloire
2080d7ecfb New action ToggleLinkEditor. 2004-03-05 19:21:40 +00:00
Alain Magloire
588df97ab6 comment out System.out.println() 2004-03-05 03:26:34 +00:00
Alain Magloire
3a8a2930b6 returning the wrong value. 2004-03-05 03:17:30 +00:00
Alain Magloire
f9a2675180 IBinaryParser extends IAdaptable.
Move the code so Coff and Elf parsers could share
more of the code.
2004-03-05 02:26:39 +00:00
Bogdan Gheorghe
70dac4bf81 - Added hyperlink support to the CEditor
- Added a Navigation preference page to the CEditor
- Changed SourceIndexer to use a BufferedReader
- Modified OpenDeclarationsAction to use selection search parser
2004-03-05 00:45:15 +00:00
David Inglis
d928227259 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53674 2004-03-04 21:02:59 +00:00
David Inglis
4c9d0ef2a3 some changes to better extend 2004-03-04 20:17:22 +00:00