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

3737 commits

Author SHA1 Message Date
Hoda Amer
a1952b6c09 Patch for Tanya: Externalizing ui strings 2004-03-17 15:42:41 +00:00
Andrew Niefer
a7c0f2524f externalize strings from Tanya Wolff 2004-03-17 15:26:34 +00:00
David Inglis
51bb196aa0 tests for ICDescriptor 2004-03-17 13:48:54 +00:00
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
Sean Evoy
4c9e632ce6 Marked remaining strings forming keys, directories and filenames untranslatable. 2004-03-16 22:26:10 +00:00
Sean Evoy
fe16438a4d Marked remaining strings untranslatable as they belong to the extensibility schema. 2004-03-16 22:25:50 +00:00
Andrew Niefer
4b5850c062 scanner performance improvements from Dave Daoust 2004-03-16 22:23:36 +00:00
Sean Evoy
1661bb8022 Changes for bugzilla 54202 - Changing the active configuration forces a save in the cdtbuildfile. 2004-03-16 22:12:27 +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
David Inglis
7d48a4fcc6 applied patch from vhirsl@ca.ibm.com implementing new auto scanner configuration detection mechanism 2004-03-16 20:35:25 +00:00
Alain Magloire
35ebf046cf ICDIManager extends ICDIEventListener 2004-03-16 20:05:25 +00:00
Alain Magloire
f3a9fae638 Major patch from Tanya to extenalize strings 2004-03-16 20:03:56 +00:00
David Inglis
a46dca30a1 move target presistance to .cdtproject
modified targets are now saved
2004-03-16 19:57:02 +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
Alain Magloire
2e49a88af9 Externalize strings from Tanya. 2004-03-12 19:34:53 +00:00
Sean Evoy
fbf82be3cd Commit for Jeremiah Lott.
Allows the managed build system to resolve "forward references" within its extensions. In practice this is necessary to allow references between extensions in different plugins.	
Partial fix for bugzilla 54202:
No longer use the cdtbuild file for persisting the default target and configuration settings for a project. This is assumed to be an individual workspace level setting so the choices are persisted in the project's persistent settings store.
2004-03-12 19:11:53 +00:00
Mikhail Khodjaiants
ea9c355889 Applied patch from Tanya Wolff. 2004-03-12 17:00:31 +00:00
Mikhail Khodjaiants
0e48c01b6a Applied patch from Tanya Wolff. 2004-03-12 16:42:31 +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
David Inglis
cde152c3d0 update 2004-03-12 16:02:32 +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
Alain Magloire
fbb3c4c84d Support for OpenDeclaration action on the MakefileEditor. 2004-03-11 21:41:37 +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
Mikhail Khodjaiants
f4766d0e55 Applied string externalization patch from Tanya Wolff. 2004-03-10 19:41:10 +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
Mikhail Khodjaiants
8174ed6882 Applied patch from Tanya Wolff. 2004-03-09 21:31:28 +00:00
David Inglis
68c4c924e9 show error dialog on apply of properties if one occurs 2004-03-09 20:59:46 +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
David Inglis
d055189a64 properly set binary parser when ask to update from preference 2004-03-09 20:52:53 +00:00
David Inglis
e18d7494d0 externed strings patch from jciesiel@ca.ibm.com 2004-03-09 20:42:41 +00:00
David Inglis
89a619d39c added "native" const 2004-03-09 20:41:52 +00:00
Sean Evoy
e4bbb5dc9e Fix for bugzilla 45311: "CVS tries to check in contents of build output"
The managed make builder generates the output directories, and the makefiles for those directories. Those files should be tagged as "derived" so that the CM system will ignore the files on check-in. Now, that is done when a new build directory or file is added to the project. The workspace will take care of files created by the build process through the Ignored Resources extension point.
2004-03-09 20:39:34 +00:00