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

3839 commits

Author SHA1 Message Date
John Camelon
8fda490dee Partial fix for Bug 56614 - Content Assist] Global variables do not appear in a global completion list 2004-03-30 12:47:04 +00:00
Alain Magloire
f76fe15b92 Fix PR 56650 2004-03-30 06:08:56 +00:00
Alain Magloire
36e409eaa3 Change the old implementation of filter in the CView to match
the PackageExplorer.
2004-03-30 05:35:52 +00:00
Alain Magloire
ce09c92287 reset the nonCResource in when the CProject is close 2004-03-30 05:27:41 +00:00
Andrew Niefer
b5f7b12be4 fixed bug 56620 - Outline view stops on error on last line of block
(errorHandling() goes to far)
2004-03-29 22:21:45 +00:00
Sean Evoy
266e19853c Removed the "All configurations' label from the configuration selector since C8 did not make the M8 build 2004-03-29 21:02:51 +00:00
John Camelon
13b3c99749 Fixed Bug 56517 - Preprocessor skipping doesn't ignore the contents of string literals. 2004-03-29 20:56:02 +00:00
Alain Magloire
d6b510d200 Added the Probelem view as the default instead of the
Task view.
2004-03-29 17:21:31 +00:00
David Inglis
e888d97cff fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56583 2004-03-29 17:02:02 +00:00
David Inglis
c48f2afafa fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56584 2004-03-29 17:01:10 +00:00
Bogdan Gheorghe
c1b941c286 Fix for CSearchQuery M8 changes 2004-03-29 16:51:35 +00:00
Bogdan Gheorghe
4d5a0e4e7c Deactivated popup of new search view for now. 2004-03-29 05:46:11 +00:00
Bogdan Gheorghe
de01048e51 Added background search from CSearchPage 2004-03-29 04:32:01 +00:00
Alain Magloire
58513148c2 Provide the action "show selected element" 2004-03-29 02:34:48 +00:00
John Camelon
99f00cebcd Comment out ScannerTestCase::testGerman until we figure out how to make it platform independent. 2004-03-28 23:21:52 +00:00
John Camelon
6537609bed Remove warnings. 2004-03-28 23:00:41 +00:00
Doug Schaefer
783624b37e Fixed up the commit operation to use the correct Scheduling
Rule. M8 seems to have gotten more strict.
2004-03-27 05:03:58 +00:00
Alain Magloire
a9d96b7796 keep the order of the sourceroots. 2004-03-27 04:50:20 +00:00
David Inglis
12a4c3d3df work in progress on c path ui control - ui not enabled yet see plugin.xml 2004-03-26 22:05:27 +00:00
David Inglis
8b8959e099 fixed NPE on reorder 2004-03-26 21:53:23 +00:00
Andrew Niefer
8dde2f9a0e better handling of template template parameters 2004-03-26 20:08:05 +00:00
David Inglis
1bf2a95bf6 refactor 2004-03-26 17:33:44 +00:00
Sean Evoy
69b06bd290 Scaffolding for adding a browse button to the list entry field 2004-03-26 16:38:18 +00:00
Andrew Niefer
bb598c9a99 report references for symbols used in template-ids 2004-03-26 15:50:31 +00:00
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