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

3815 commits

Author SHA1 Message Date
Sean Evoy
6475a7ac01 Added a delete key event handler to the list field editor 2004-03-26 15:14:26 +00:00
David Inglis
4d037cc146 mark a few more strings as non-externalized 2004-03-26 03:08:52 +00:00
David Inglis
709d5dd050 added CoreModelUtil class 2004-03-26 02:42:50 +00:00
Andrew Niefer
2153d2d6ec ITokenDuple support for seperating fully qualified names that use template-ids,
also modify IASTFactory.createField & createVariable to take ITokenDuple for name
Better treatement for definitions of static members of template classes.
2004-03-25 22:10:50 +00:00
David Inglis
7d0581e51c small change to error string 2004-03-25 21:14:08 +00:00
David Inglis
d6bc6aa1f3 fixed string in error 2004-03-25 21:10:42 +00:00
David Inglis
1c0c1dbe99 update to allow non-owned project 2004-03-25 20:00:40 +00:00
David Inglis
b2b554c440 getProcessList can throw a CoreException 2004-03-25 19:54:54 +00:00
David Inglis
ca24825bd8 clean up getProcessList and schemas for CProject & CBuildConsole 2004-03-25 19:53:34 +00:00
David Inglis
7f918c42c3 added CBuildConsole schema 2004-03-25 19:43:27 +00:00
David Inglis
5dbac920c0 added natureID to Cproject schema to help recover missing .cdtproject files 2004-03-25 19:43:00 +00:00
David Inglis
fd4c0586df update processList schema to require a platform 2004-03-25 19:42:29 +00:00
David Inglis
df02f5f81a added platform to extension 2004-03-25 19:41:11 +00:00
David Inglis
b173623edb lets throw the exception so that we can get full back trace instead of asserting 2004-03-25 19:39:19 +00:00
David Inglis
ffde7d87bc simple change to use native defined in interface 2004-03-25 19:36:58 +00:00
David Inglis
de5291751a added nature id to CProject
add scannerinfo upon project configure
2004-03-25 19:36:20 +00:00
Sean Evoy
8e163f4d5e The tool page was not refreshing on configuration change events. The problem was that the list control was returning the tool instead of the reference, and since all the references point to the same tool, the property page thought nothing had changed and did not repaint the selection. Switched around the logic of the list content and label provider to work better under this case. 2004-03-25 19:00:18 +00:00
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