Doug Schaefer
581c730a73
New release engineering scripts
2004-03-08 18:41:52 +00:00
Alain Magloire
802ae0312e
Conflict with changes from Bogdan
2004-03-08 18:32:48 +00:00
Alain Magloire
3ac1f3a202
New source browser for the Type hierarchy, From Chris Wiebe.
2004-03-08 18:22:31 +00:00
Doug Schaefer
f4091b560e
New release engineering scripts
2004-03-08 17:12:02 +00:00
Doug Schaefer
df782892ee
New release engineering scripts
2004-03-08 17:01:50 +00:00
Sean Evoy
6bd526e1b6
Committing the changes needed by our partners to better support a variety of tool references. A class hierarchy of tool references has been introduced. The base class is an abstract tool reference. Unqualified tool references, like those used in the manifest or project files will be continue to be treated as tool references. However, we now have some flexibility for the future should a more refined type of tool reference be needed; for example, a dynamic tool that reads a configuration file to determine what environment it is targetting.
2004-03-08 16:42:21 +00:00
Bogdan Gheorghe
7ddc725965
Patch for Chris Wiebe: BasicSearchResultCollector refactoring
...
Refactored MouseClickListener out of CEditor; modified it to use CppCodeScanner keywords
Fixed Outline refresh problem by reverting to an earlier copy of WorkingCopyManager
2004-03-08 15:30:13 +00:00
Doug Schaefer
a9ed54e459
Fixed the compile error in the Dependency Test.
2004-03-08 15:08:59 +00:00
Alain Magloire
64984809f6
Fix the point size of the icons in the CView, they were too big.
2004-03-08 01:33:14 +00:00
Alain Magloire
ec2b5bff2b
New icons.
2004-03-05 19:32:08 +00:00
Alain Magloire
2080d7ecfb
New action ToggleLinkEditor.
2004-03-05 19:21:40 +00:00
Doug Schaefer
a69b7ae3ae
Getting the testing feature working.
2004-03-05 18:52:23 +00:00
Doug Schaefer
ac42074d2d
Fixed the version number.
2004-03-05 18:49:02 +00:00
Sean Evoy
762808825e
Fix for bug 53856: "Option reference not reporting built-in includes paths to scanner". Changed the constructor for the OptionReference so it only creates a list if it finds built-in path or symbol definitions in the manifest or project file. The getter method for built-ins also concatenates the definitions it contains with those of its parent.
...
Undid the changes to the geenrated makefile builder since bug 53253 has been corrected.
Fix for bug 53861: "Cannot reset tool command back to default". Changed the way the configuration sets the tool command when the value is the same as the default.
2004-03-05 16:13:28 +00:00
Sean Evoy
463db40e82
Marked those strings that are non-translatable as such and externalized those strings that can be translated.
2004-03-05 15:20:44 +00:00
Doug Schaefer
6cb732a6d4
Updated the required plugins list.
2004-03-05 14:52:05 +00:00
Alain Magloire
588df97ab6
comment out System.out.println()
2004-03-05 03:26:34 +00:00
Alain Magloire
3a8a2930b6
returning the wrong value.
2004-03-05 03:17:30 +00:00
Alain Magloire
f9a2675180
IBinaryParser extends IAdaptable.
...
Move the code so Coff and Elf parsers could share
more of the code.
2004-03-05 02:26:39 +00:00
Bogdan Gheorghe
70dac4bf81
- Added hyperlink support to the CEditor
...
- Added a Navigation preference page to the CEditor
- Changed SourceIndexer to use a BufferedReader
- Modified OpenDeclarationsAction to use selection search parser
2004-03-05 00:45:15 +00:00
David Inglis
d928227259
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53674
2004-03-04 21:02:59 +00:00
David Inglis
41fe7cbae5
fixed bug #53692
2004-03-04 20:42:23 +00:00
Doug Schaefer
5d81e1cdf1
New build scripts.
2004-03-04 20:26:04 +00:00
David Inglis
4c9d0ef2a3
some changes to better extend
2004-03-04 20:17:22 +00:00
Hoda Amer
32c4def642
CModelBuilder reporting parser success to the translation unit
2004-03-04 19:55:20 +00:00
Mikhail Khodjaiants
7c50719ee7
Partial Fix for #51189 . Applied patches from Tanya Wolff.
2004-03-04 19:23:14 +00:00
Andrew Niefer
71de5821df
bug 53213- Externalize Strings
2004-03-04 18:00:20 +00:00
Alain Magloire
df6bb6a3af
It should be an IDirective.
2004-03-04 04:39:54 +00:00
Alain Magloire
0c59594c73
Restart the BinaryRunner when changing the BinaryParser
2004-03-04 03:00:31 +00:00
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