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

3774 commits

Author SHA1 Message Date
Alain Magloire
3d544739e7 Fix to match the CDescriptor new features. 2004-03-22 21:23:55 +00:00
John Camelon
2332b3b0f3 Added CompleteParseASTTest::testBug54531() 2004-03-22 19:42:28 +00:00
Andrew Niefer
5fdc4f5c05 Better handling of typedefs & fix various problems encountered while parsing templates 2004-03-22 18:23:22 +00:00
David Inglis
717a507bae update due to Core Model changes 2004-03-22 17:53:44 +00:00
Sean Evoy
3b191e5ddc Committing work submitted by BitMethods to round-trip tool options from a summary field back into the option. 2004-03-22 16:57:03 +00:00
Alain Magloire
f7039b36d4 dead locks revisit code. 2004-03-22 06:01:44 +00:00
Alain Magloire
194aea5c58 bug fix the name was truncated. 2004-03-22 06:01:21 +00:00
Alain Magloire
f19ce7f75a Show the Binary in the cview even if not an ICElement 2004-03-22 03:21:59 +00:00
Alain Magloire
b8a6e4e9f5 Implementation of the IOutputEntry 2004-03-22 03:20:50 +00:00
Alain Magloire
90ef8946ae Fix the CView sorting. 2004-03-21 07:04:01 +00:00
Alain Magloire
7de97b8a11 ICModel and ICProject no longer extends ICContainer 2004-03-21 06:58:33 +00:00
David Inglis
f980b3161f check for changes before saving 2004-03-19 20:31:51 +00:00
David Inglis
a85f27eed2 use new cdescriptor operation for changes 2004-03-19 20:31:33 +00:00
David Inglis
0114d4cd78 update cdescriptor (see changelog) 2004-03-19 20:30:16 +00:00
Mikhail Khodjaiants
001891858b Added missing action tooltips. 2004-03-19 18:45:21 +00:00
Hoda Amer
cb1e01065f Fix for bug#54325 Refactor: Check for name collision 2004-03-19 17:02:18 +00:00
Hoda Amer
5608bc4601 Patch for Sean 2004-03-19 16:59:11 +00:00
Sean Evoy
d980d24f00 Removed the AbstractToolReference class because there is no longer any need for it with the introduction of a dynamic styrategy for model element creation. I kept the IToolReference interface, though. Moved several public methods into it and changed the clients of those methods so that the interface is used. 2004-03-19 16:38:49 +00:00
Sean Evoy
481715a2b8 More I18N work. Externalizing the vlaue of the name field of the extension point and extension is only needed to satisfy an automatic string checker. The value of these tags is never displayed to an end-user. However, better to get rid of the erros than expect the poor testers to always track the exception. 2004-03-19 15:32:07 +00:00
David Inglis
c989de7fd3 added logging of failures 2004-03-19 13:10:07 +00:00
David Inglis
739eb331f3 fixed ID 2004-03-19 13:07:51 +00:00
Alain Magloire
df2d472f94 Corret typos. 2004-03-19 03:11:03 +00:00
Andrew Niefer
f8d8ad6843 externalizing strings from Tanya Wolff 2004-03-18 23:34:30 +00:00
Andrew Niefer
e267a0e584 patch for Sean Evoy 2004-03-18 23:34:10 +00:00
Andrew Niefer
51131345db parsing template-ids, enabling template instantiations & class template partial specializations & indirectly fixes bug 54778 2004-03-18 23:20:16 +00:00
Alain Magloire
1aeedbdee2 Check for Reorder changes in the IPathEntry settings,. 2004-03-18 22:53:11 +00:00
Alain Magloire
1df94abba2 New icons 2004-03-18 22:51:00 +00:00
Sean Evoy
e25c54c01d Adding more work from Timesys to support dynamic toolchain model elements. 2004-03-18 21:26:23 +00:00
David Inglis
bea720fa70 fixed NPE on init 2004-03-18 15:10:24 +00:00
Alain Magloire
24b55c3712 Change in the hierarchy of the core Model:
ICModel
	   ICProject
	      ISourceRoot
	         IBinary
	         IArchive
	         ITranslatioUnit
	         ICContainer
	The ISourceRoot been added to better separate
	the files.  By default the entire project is the
	SourceRoot.
2004-03-18 05:42:51 +00:00
David Inglis
8ccea9c408 fixed target saving in .cdtproject 2004-03-17 21:38:36 +00:00
Andrew Niefer
e6f4fa5890 bug 55163 - Parser spins on for-init-statement 2004-03-17 21:33:49 +00:00
Alain Magloire
7c03999239 Work to take advantage of the ICDescriptor manager
the Core Model is now a listener to this manager.
2004-03-17 21:12:43 +00:00
Alain Magloire
b3f004b2a3 Changes to get some performances. The array of
events is passed instead of one at a time.
2004-03-17 18:09:00 +00:00
Mikhail Khodjaiants
8cf78bf7d7 Applied patch from Tanya Wolff. 2004-03-17 17:15:25 +00:00
Alain Magloire
86875f7871 Patch from Tanya for locale 2004-03-17 16:40:55 +00:00
Hoda Amer
0daa1a8b68 Patch for Tanya: Externalizing ui strings 2004-03-17 16:32:42 +00:00
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