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
f490ac49d2 patch from chris w. dealing with CConvention 2004-03-09 21:45:12 +00:00
Mikhail Khodjaiants
8174ed6882 Applied patch from Tanya Wolff. 2004-03-09 21:31:28 +00:00
David Inglis
68c4c924e9 show error dialog on apply of properties if one occurs 2004-03-09 20:59:46 +00:00
Alain Magloire
209df8040a If the changes of the editor were discarded at closing
no event were sent.
2004-03-09 20:54:55 +00:00
David Inglis
d055189a64 properly set binary parser when ask to update from preference 2004-03-09 20:52:53 +00:00
David Inglis
e18d7494d0 externed strings patch from jciesiel@ca.ibm.com 2004-03-09 20:42:41 +00:00
David Inglis
89a619d39c added "native" const 2004-03-09 20:41:52 +00:00
Sean Evoy
e4bbb5dc9e Fix for bugzilla 45311: "CVS tries to check in contents of build output"
The managed make builder generates the output directories, and the makefiles for those directories. Those files should be tagged as "derived" so that the CM system will ignore the files on check-in. Now, that is done when a new build directory or file is added to the project. The workspace will take care of files created by the build process through the Ignored Resources extension point.
2004-03-09 20:39:34 +00:00
Hoda Amer
cbd2bd573f Rename Refactoring, first attempt. (Jumbo patch) 2004-03-09 19:50:00 +00:00
Hoda Amer
e6bcfeaf82 Fix for bug#52188 2004-03-09 19:16:49 +00:00
Andrew Niefer
9838c1b387 bug 52948 - Content Assist -typedef'd types do not appear in the completion list 2004-03-09 19:07:22 +00:00
Andrew Niefer
9ba01d10c4 bug 52948 - Content Assist -typedef'd types do not appear in the completion list 2004-03-09 19:00:44 +00:00
John Camelon
2805a77fe0 Put back the work to reconcile relative paths w/IResource readers which was lost upon merge. 2004-03-09 18:54:05 +00:00
John Camelon
f28275b669 Patch for Dave Daoust
Removed the Strings associated with constant value tokens and keywords  -- it looks cleaner, and reduces the number of objects created (only by 30 to 40 K) (about 2% quicker) 
Buffered the File I/O associated with reading inclusions.
Restructured the scanner into a large case statement with a few helper functions -- this is the start of removing the strings (or providing a preallocated buffer for string manipulation) (about 2% quicker)
2004-03-09 18:22:35 +00:00
Bogdan Gheorghe
fe5032ad4a Workaround to get DependencyTests working on integration builds. 2004-03-09 16:15:27 +00:00
Sean Evoy
4beaf02d94 Removed the __CYGWIN__ symbol that was defined by default for the C and C++ compiler definitions. This was causing a parser error and content assist was failing. 2004-03-09 15:14:59 +00:00
Doug Schaefer
afc00e11ee Fixed up build.properties to include new browser folder. 2004-03-08 21:21:52 +00:00
Hoda Amer
29adda7a82 Partial Fix for bug#52948 2004-03-08 21:20:11 +00:00
Bogdan Gheorghe
0a6f297707 Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch
in AllTypesCache
2004-03-08 19:52:34 +00:00
Doug Schaefer
cd63d9c278 Made font smaller for zip files. 2004-03-08 19:27:53 +00:00
Doug Schaefer
c084721bb1 Made font smaller for zip files. 2004-03-08 19:23:20 +00:00
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