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

3798 commits

Author SHA1 Message Date
Hoda Amer
f2dba87e93 Joined effort with Bogdan, Added parser timeout capability that is used by Content Assist 2004-03-25 18:48:27 +00:00
Sean Evoy
18b0c0e692 Source code changes for C8 "Clone configurations". Also removed the SummaryFieldEditor since that functionality has now been implemented by the MultilineFieldEditor 2004-03-24 21:11:54 +00:00
Doug Schaefer
3d8404184b Fixed some minor bugs in the build scripts. 2004-03-24 17:55:42 +00:00
Bogdan Gheorghe
5ab48f40ff External markers patch: allows searches on external included files 2004-03-24 15:29:07 +00:00
Alain Magloire
d46e5977ea Implementation of IScannerInof on top of IPathEntry. 2004-03-24 05:37:10 +00:00
Alain Magloire
775e82edd0 Check for Reorder IPathEntry and do a refresh 2004-03-24 01:15:13 +00:00
Alain Magloire
1c2ff9f1d9 Save the binary Object on the BinaryContainer. 2004-03-24 01:13:28 +00:00
Mikhail Khodjaiants
9eebc9354a Fix for Bug 55777: I18N: Memory View is missing key for number_of_columns. 2004-03-23 21:42:27 +00:00
Mikhail Khodjaiants
1cef0ffb04 Fix for bug 55766: The Shared Libraries view displays the wrong icon if the "Load Symbols" action fails. 2004-03-23 21:23:25 +00:00
Andrew Niefer
68273269dc externalize strings from Tanya Wolff 2004-03-23 20:46:26 +00:00
Hoda Amer
d6eba35511 Fix for bug#52858 2004-03-23 20:20:34 +00:00
Sean Evoy
616f583ea2 Last string to externalize caught by chkpii tool in plugin.xml 2004-03-23 19:27:37 +00:00
Hoda Amer
297edc9e7b Fix for bug#51303 & bug#53066 2004-03-23 17:06:58 +00:00
Andrew Niefer
d15c793d77 - fix bug 55673 2004-03-23 16:46:12 +00:00
Doug Schaefer
1d41aabefc Updated the doc build process to generate the doc.zip file. 2004-03-23 16:40:45 +00:00
Sean Evoy
2ef3540b31 Fix for a problem with the round-tripping of string options 2004-03-23 16:31:21 +00:00
Doug Schaefer
a8e503869c Added generation of the cdt-map file and a build.log file. 2004-03-23 15:23:26 +00:00
David Inglis
18e6359b5b cleanup 2004-03-23 03:07:40 +00:00
David Inglis
118c31cd16 non-external string 2004-03-23 02:48:29 +00:00
Doug Schaefer
d5b215af7a I18N patches from Tanya W and James C. 2004-03-23 00:40:28 +00:00
Andrew Niefer
3b02aaec46 externalize strings from Tanya Wolff 2004-03-22 22:16:55 +00:00
Hoda Amer
e5e65d527a Patch for Sean 2004-03-22 21:49:36 +00:00
Alain Magloire
05195a0a7d Boost the warning of the compiler and fix the unnecessary
casting
2004-03-22 21:32:51 +00:00
Sean Evoy
ef50454dbd This patch implements 2 pieces of additional option functionality that were discussed on CDT-DEV.
1.	For a String option, if the defaultValue attribute is present, and contains a string of length > 0, then the command string (if any) is prepended to the defaultValue string to form the command line string.
2.	Add a commandFalse attribute to the Option Schema to be used, if specified, when the value of a Boolean option is False.
2004-03-22 21:28:40 +00:00
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