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

41 commits

Author SHA1 Message Date
John Camelon
45cf3d9fb2 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=43215 2004-04-05 03:03:31 +00:00
Alain Magloire
d02bc06723 Add new filter to hide/show non C Projects 2004-04-02 16:27:05 +00:00
Alain Magloire
c018f7411c New set of icons on April first 8-) from Chris. 2004-04-01 18:25:40 +00:00
Bogdan Gheorghe
5c3d8fdb41 Fix annotations in overview bar, added index IProblem markers, added new preference page for controlling external search markers 2004-03-31 07:57:18 +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
Andrew Niefer
f8d8ad6843 externalizing strings from Tanya Wolff 2004-03-18 23:34:30 +00:00
Hoda Amer
e74475bdbe Fix for [Bug 54323] Refactor: Menu item from outline view 2004-03-15 21:17:47 +00:00
David Inglis
b03b5aa0c6 new C-Build console supporting mutiple streams. 2004-03-12 16:07:50 +00:00
Hoda Amer
da87b50b7f Adding the undo manager for the Rename Refactor 2004-03-11 20:15:28 +00:00
Hoda Amer
cbd2bd573f Rename Refactoring, first attempt. (Jumbo patch) 2004-03-09 19:50:00 +00:00
Alain Magloire
c48ea4de7f New workingset for C/C++ CElements 2004-02-16 03:28:25 +00:00
Alain Magloire
9678b65711 PR 50789
First work to add support for "Show in CView"
Based on work provided by Thomas Fletcher.
2004-01-29 17:22:26 +00:00
Alain Magloire
ad01ba1044 First draft of opentype code by Chris Wiebe. 2004-01-28 21:23:51 +00:00
John Camelon
46a9e7fd6f Patch for Bogdan Gheorghe.
Here's a patch that creates and manages a CDT log file in the .metadata\.plugins\org.eclipse.cdt.core folder. This log file, for now, will contain indexer failure messages and parser failure messages - particularly inclusion failures. These messages were being logged to the PDE error log which, given the number of failures that we can expect on some files, was filling up rather quickly. I put a 5MB limit on the CDT log file after which it gets deleted and a new one gets created. The intent of this log file is to help a user figure out why something isn't being indexed properly - the usual reasons are: i) can't find an include file, ii) symbols not defined. 

Also in this patch are 2 minor UI fixes: i) dedicated to Brent - Ctrl+H now brings up the C++ Search Dialog for all C Editor supported extensions, and ii) especially for Alain - F3 will perform a Open Declarations.
2003-10-01 13:33:39 +00:00
David Inglis
5d90b3e85b removal of old make ui componets (wizards/views/actions/properties) 2003-09-16 20:45:41 +00:00
Doug Schaefer
d18851f2d7 Patch for Sean Evoy:
- Move the managed builder to it's own plugins and feature.
2003-09-15 20:44:43 +00:00
Doug Schaefer
cc710063b4 Patch for Sean Evoy:
This patch contains some minor UI changes and a big chunk of work to add 
built-in symbols and includes search paths to a tool specification. 

The UI change is a switch from dynamically resizing the property page when 
an option category is selected from the list, but rather using a scrolled 
edit area. Now, if the option set is larger than the viewable area, a 
horizontal and/or vertical scrollbar is displayed.

In terms of built-ins, there is no UI support to change the values just 
yet. That is coming, but I wanted to get the framework and some 
definitions in place so that the indexer and scanner can start using them.
2003-08-20 17:52:32 +00:00
David Inglis
0f45720f3d patch from sean see changelog 2003-08-18 17:34:23 +00:00
Doug Schaefer
b03158193f Patch for Bogdan Gheorge:
- UI for C/C++ Search
2003-07-14 15:34:57 +00:00
John Camelon
6fa5a87930 Patch for Andrew Niefer
Further work on C/C++ Search framework.
2003-06-28 19:56:54 +00:00
John Camelon
c4df8f4e6f Patch for Victor Mozgin.
Initial pass at Task Bar/IProblem support.
2003-06-28 19:48:12 +00:00
David Inglis
3fa62eae94 missing changes from Thomasf patch for key bind stuff. 2003-06-20 17:00:19 +00:00
Doug Schaefer
da0c569bff Patch for Sean Evoy:
- Initial contribution of Managed Build UI.
2003-06-09 19:22:21 +00:00
John Camelon
1ce9ba9ea0 Patch for Hoda Amer.
First patch for a new class wizard for CDT.
2003-05-27 21:33:04 +00:00
Alain Magloire
1ff8636b19 new entries for file and folder wizards. 2003-02-01 20:00:26 +00:00
David Inglis
f28b06a289 new build console line cap 2002-11-27 19:54:40 +00:00
Judy N. Green
c972f4c2f9 Fixed a label 2002-11-25 19:32:24 +00:00
David Inglis
70bf422a16 fixed bug# 25886 2002-11-21 18:29:30 +00:00
Alain Magloire
66e00e89c1 updated. 2002-11-20 22:10:16 +00:00
Judy N. Green
a8d882febe Combined C/C++ conversion wizards 2002-11-13 20:39:29 +00:00
David Inglis
0b999fef42 added new C project proptery page for indexing service 2002-11-13 13:19:12 +00:00
Judy N. Green
c8ad29addc Updated labels as per Eclipse Look & Feel 2002-10-28 19:26:46 +00:00
Judy N. Green
13eda35755 Updated titles to follow Eclipse Look & Feel Guidelines 2002-10-28 16:55:36 +00:00
Judy N. Green
b8a4d37318 Added 'New" to text of creation wizards as per Eclipse UI (Guideline 2.3) 2002-10-25 20:36:44 +00:00
Judy N. Green
3a7a06e800 removed the redundant Eclipse Platform from the perspective name. It has resulted in titles such as "C/C++ Developmnet - Eclipse Platform - Eclipse Platform" 2002-10-25 15:28:19 +00:00
Alain Magloire
060fdc1e1f Provide the external String for AsmEditor.name 2002-10-08 20:09:14 +00:00
David Inglis
c2bcc53963 changed plugin name 2002-08-26 17:43:52 +00:00
Judy N. Green
cc9642e5a1 Added methods to create and convert to
default standard make C and C++ projects from simple projects such as 
when checking out new code "as a project" from CVS.
Using CCorePlugin as the holder of all knowledge as to what a C/C++ Standard Make project is.
2002-08-15 20:41:10 +00:00
Judy N. Green
9cd17db724 Added Project Conversion Functionality, through wizards. Unkown to c?C++ and C to C++. 2002-08-13 15:05:20 +00:00
Sebastien Marineau
62922735e9 Change provider name to org.eclipse 2002-07-16 01:52:35 +00:00
Sebastien Marineau
58eca28a21 Initial commit of CDT code from QNX 2002-06-26 20:55:44 +00:00