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

3745 commits

Author SHA1 Message Date
Alain Magloire
4eab4a897e Fix to 53253 2004-03-04 00:39:25 +00:00
David Inglis
e73afe6adb helper method for getting extension elements of a cextension. 2004-03-03 20:51:11 +00:00
David Inglis
918addbcbc so that extensions an be adaptable 2004-03-03 20:49:53 +00:00
David Inglis
3a2ea22ff2 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52555 2004-03-03 20:45:47 +00:00
Alain Magloire
f99928d2d4 The CView was opening the Binaries twice. 2004-03-03 20:44:30 +00:00
John Camelon
3f823a9e08 org.eclipse.cdt.core
Refactored parser for further content assist work.

org.eclipse.cdt.ui.tests
	Updated failed test to fail in new way as Content Assist feature work continues on ...
2004-03-03 20:07:59 +00:00
Hoda Amer
8404420b80 Small fixes + cleanup 2004-03-03 19:19:36 +00:00
John Camelon
9ec8dc475a Updated ChangeLog. 2004-03-03 16:43:22 +00:00
David Inglis
86d4a18fb8 cleanup 2004-03-03 16:40:24 +00:00
David Inglis
496956a5ac extern'd strings 2004-03-03 16:40:02 +00:00
John Camelon
fc37d2f92c org.eclipse.cdt.core
Added some trace statements to CompleteParseASTFactory.  
	Cleaned up usage of Enum.getValue() wrt encapsulation of enumerator value.  
	Refactored CompleteParseASTFactory for correctness and abstraction. 
	Added preliminary IProblem support to CompleteParseASTFactory.  
	Added (commented out unfortunately) assertions into CompleteParseASTFactory. 
	Updated IASTUsingDeclaration to return an Iterator for declarations mapped rather than just a single declaration.  

org.eclipse.cdt.core.tests
	Updated tests to deal with IASTUsingDeclaration interface changes.  

org.eclipse.cdt.ui
	Cleaned up usage of Enum.getValue() wrt encapsulation of enumerator value.
2004-03-03 15:59:56 +00:00
Andrew Niefer
ba12f674af bug 53213 Externalize Strings for Tanya Wolff 2004-03-03 15:10:01 +00:00
Sean Evoy
a84395e43f A change in VCErrorParser to fix PR 53253 causes an IndexOutOfBounds exception when echoing a build command on Win32 if the absolute path to the make utility is specified, i.e. C:\<path>\make.exe. The work-around is to not have the launcher echo the command, and just output it to the build console directly. 2004-03-03 15:09:16 +00:00
Alain Magloire
72d4589838 indentation 2004-03-03 15:06:23 +00:00
Alain Magloire
71d9da7e4e Fix PR 53520 2004-03-03 15:05:34 +00:00
David Inglis
948797c20e extern'd strings 2004-03-02 21:37:42 +00:00
Alain Magloire
d09d576efd Patch from Dave Daoust to remove an extra call
to ICElement.exists()
2004-03-02 21:20:23 +00:00
Alain Magloire
bc304ce15e Make it possible to set more then one IBinaryParser
per file.
2004-03-02 21:08:38 +00:00
Alain Magloire
e9ce7d57a8 I18N 2004-03-02 17:18:55 +00:00
Alain Magloire
1d67a95684 Internalization 2004-03-02 17:17:32 +00:00
David Inglis
f0a098779f extern'd strings 2004-03-02 17:15:23 +00:00
David Inglis
f44a5cb403 extern strings 2004-03-02 17:13:52 +00:00
Sean Evoy
8503542b55 Marked those strings that are non-translatable as such and externalized those strings that can be translated. There is still work to be done in this area for this plugin. 2004-03-02 16:35:03 +00:00
John Camelon
b529cdd23d Patch for Sean Evoy
Added tests to verify that the tool command canbe set through the 
IConfiguration interface in the testConfigurations() method, and 
through a ToolReference in the checkSubSubTarget() method.
2004-03-02 16:10:37 +00:00
Sean Evoy
f16dd5d814 Work to support new feature C1, "Set Tool Command in Project". Created a new preference page that has a single string field editor (for now) to edit the tool command. There is an externalized string for the label. Now that there are preference pages for tools and for options, and both are managed by the property page, the common logic for both preference pages have been refactored into a superclass.
In the property page, there is now logic for remembering what tool has been selected as well as what option. The property page now creates preference pages for tools and options.	

Updated the settings store to add tools as well as options.
	
Tweaked the logic of the tool/option list provider for the property page slightly to handle the case where the selection is a tool and 	not simply an option.
2004-03-02 15:27:47 +00:00
Sean Evoy
3948f17fa0 Work to support feature C1, "Set Tool Command in Project". Now it is possible to store an overridden tool command in a tool reference. The tool command can be overridden directly in an existing reference, or through the configuration, which creates a new tool reference. 2004-03-02 15:26:50 +00:00
Alain Magloire
db74457777 Do not expand to empty if the macro is not found. 2004-03-02 04:53:20 +00:00
Andrew Niefer
74206bb9c0 bug 53123 externalize strings 2004-03-01 22:16:48 +00:00
Andrew Niefer
0f74ca46c3 bug 52695: IASTClassSpecifier.getDeclarations returns an empty iterator 2004-03-01 21:18:11 +00:00
Hoda Amer
d557516718 Removing a couple of unused things 2004-03-01 21:17:08 +00:00
Alain Magloire
3e3581e6bc added the missing sources. 2004-03-01 20:56:16 +00:00
Alain Magloire
4e38f7ccd2 Reog. Categorise the files in to source folders. 2004-03-01 20:55:53 +00:00
Alain Magloire
499f1cf3e0 Patch from James to externalize strings. 2004-03-01 20:09:23 +00:00
Alain Magloire
8adf0dd949 check the continuation line. 2004-03-01 17:24:56 +00:00
Alain Magloire
9bd8b6fb3a Fix to PR 53253 2004-03-01 16:38:31 +00:00
Alain Magloire
183e1ab403 PR 53323 fix 2004-03-01 15:19:49 +00:00
Alain Magloire
a5e59ef207 override the exists() methos for Binary/Archive. 2004-03-01 04:18:38 +00:00
Alain Magloire
7ba1b68964 Performance improving in the DeltaProcessor 2004-03-01 02:03:16 +00:00
Alain Magloire
07f291d778 Fix the PE parser 2004-02-29 07:11:49 +00:00
Alain Magloire
e1140e486b PR 51757 help fixing. Run the PasteAction
update selection in a UI thread.
2004-02-29 05:23:58 +00:00
Alain Magloire
17436b16d0 Implementat for CView.selectReveal()
The element was not shown since we did not have
a comparater.
2004-02-29 04:40:29 +00:00
Alain Magloire
a6553e61d1 New method
ICelement.getAncestor(int ancestorType);
Better implementation of ICElement.getElementAtOffset()
2004-02-29 04:37:19 +00:00
Alain Magloire
6f281e37e4 Expand the string when doing Annotation hovering. 2004-02-29 00:40:58 +00:00
Alain Magloire
dd5fdea8fa get the expanded String new method in IMakefile.java 2004-02-29 00:40:25 +00:00
Alain Magloire
a010158135 Fixin NPE in BaseCElementContentProvider 2004-02-29 00:39:24 +00:00
Alain Magloire
f977490590 Support for text hovering. 2004-02-28 16:16:12 +00:00
David Inglis
cd8f8ca00f removed unused member 2004-02-27 23:14:44 +00:00
Doug Schaefer
3ea92ce61f Added the fragments to the cdt-feature. We no longer
need the os/ws specific features.
2004-02-27 21:47:09 +00:00
Alain Magloire
e2cd21ff38 put back the method
IBinaryParser.getBinary()

Clients still use it.
2004-02-27 21:27:39 +00:00
Doug Schaefer
5fac1942cc Testing out some releng stuff. 2004-02-27 21:22:38 +00:00