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

65 commits

Author SHA1 Message Date
Vladimir Hirsl
7c8ce5b42e Added per file C/C++ Includes & Symbols property page to display per file scanner info (discovered and user specified). 2005-04-22 16:04:06 +00:00
Alain Magloire
9efdb0e7d9 2005-04-12 Alain Magloire
- icons/full: Remove obsolete directory.
2005-04-12 19:14:04 +00:00
Alain Magloire
daa9f4e175 2005-04-08 Alain Magloire
New icons from the IBM folks(Patch from DDaoust)
	* icons/*
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java
	* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
	* src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java
	* plugin.xml
2005-04-08 16:26:21 +00:00
David Inglis
1321b32353 2005-01-28 David Inglis
Implement Eclipse 3.0 Next/Prev Annonation retargetable actions for  CEditor with Problems
	view highlighting.
2005-01-28 20:40:32 +00:00
Alain Magloire
5cf93d3112 2005-01-20
PR 82964
	* icons/full/cview16/view_menu.gif
	* src/org/eclipse/cdt/internal.ui/CPluginImages.java
	* src/org/eclipse/cdt/internal/ui/actions/ActionMessages.properties
	* src/org/eclipse/cdt/internal/ui/editor/CSourceViewer.java
	* src/org/eclipse/cdt/internal/ui/text/CCodeScanner.java
	* src/org/eclipse/cdt/internal/ui/text/COperatorRule.java
	* src/org/eclipse/cdt/internal/ui/text/COutlineInformationControl.java
	* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
	* src/org/eclipse/cdt/internal/ui/text/contenassist/CCompletionProcessor.java
2005-01-20 22:10:45 +00:00
Chris Wiebe
408fbabd90 2004-09-24 Chris Wiebe
minor icon cleanup
	* icons/full/dtool16/opentype.gif
	* icons/full/etool16/opentype.gif
	* icons/full/obj16/bin_obj.gif
	* plugin.xml
2004-09-24 17:46:55 +00:00
Chris Wiebe
f11db48d9b 2004-09-24 Chris Wiebe
new folder wizards
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPerspectiveFactory.java
	* icons/full/ctool16/newsrcfldr_wiz.gif
	* icons/full/dtool16/newsrcfldr_wiz.gif
	* icons/full/etool16/newsrcfldr_wiz.gif
	* icons/full/wizban/newsrcfldr_wiz.gif
	* src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* src/org/eclipse/cdt/internal/ui/ICHelpContextIDs.java
	* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewFolderDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewFolderWizardMessages.java
	* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewFolderWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewSourceFolderWizardPage.java
	* src/org/eclipse/cdt/ui/CUIPlugin.java
	* src/org/eclipse/cdt/ui/wizards/NewFolderCreationWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewSourceFolderCreationWizard.java
	* plugin.properties
	* plugin.xml
2004-09-24 16:28:02 +00:00
Chris Wiebe
ea59725106 2004-09-22 Chris Wiebe
updated wizard banner icons to new look
	*icons/full/wizban/addpath_wiz.gif
	*icons/full/wizban/fieldrefact_wiz.gif
	*icons/full/wizban/methrefact_wiz.gif
	*icons/full/wizban/typerefact_wiz.gif
2004-09-22 21:17:35 +00:00
Chris Wiebe
dfaa0dad02 2004-09-22 Chris Wiebe
new file wizards
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/SourceFileSelectionDialog.java
	* src/org/eclipse/cdt/internal/ui/wizards/AbstractOpenWizardAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/AbstractWizardDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/BaseClassSelectionDialog.java
	* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewFileDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewProjectDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewTypeDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* icons/full/ctool16/newcfile_wiz.gif
	* icons/full/ctool16/newhfile_wiz.gif
	* icons/full/dtool16/newcfile_wiz.gif
	* icons/full/dtool16/newhfile_wiz.gif
	* icons/full/etool16/newcfile_wiz.gif
	* icons/full/etool16/newhfile_wiz.gif
	* icons/full/wizban/newcfile_wiz.gif
	* icons/full/wizban/newhfile_wiz.gif
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/AbstractFileCreationWizard.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/AbstractFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewHeaderFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileGenerator.java
	* src/org/eclipse/cdt/ui/wizards/NewClassWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
	* src/org/eclipse/cdt/ui/wizards/NewFileCreationWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewHeaderFileCreationWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewSourceFileCreationWizard.java
	* plugin.properties
	* plugin.xml
2004-09-22 18:27:55 +00:00
David Inglis
15f0beb4df update icons 2004-09-13 13:45:58 +00:00
Alain Magloire
01eef6aa4b 2004-07-30 Alain Magloire
Implementation of "Add Include" add the using directive.

	* icons/full/obj16/using_obj.gif
	* src/org/eclipse/cdt/internal/ui/CElementImageProvider.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* src/org/eclipse/cdt/ui/CElementLabelProvider.java
2004-07-30 19:11:25 +00:00
Alain Magloire
b4270454a9 2004-07-24 Chris Wiebe
Major clean up patch on the wizards.
	New button to access them.
2004-07-26 20:52:26 +00:00
Alain Magloire
755accf2b1 2004-07-20 Alain Magloire
Framework to do virtual grouping in the outliner
	for example group the includes.

	* icons/full/obj16/incc_obj.gif
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* src/org/eclipse/cdt/internal/ui/actions/ActionMessages.properties
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlineProvider.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/PreferenceConstants.java
2004-07-20 21:47:08 +00:00
Alain Magloire
b1ee9d479f 2004-07-15 Chris Wiebe
Initial draft for the type hierarchy view.
	* browser/*
	* icons/*
2004-07-15 18:27:15 +00:00
Alain Magloire
fdfc59936c 2004-06-21 Alain Magloire
It is too late to change the icons, but still
	make a difference in a CFolder(CContainer) and
	a normal folder.
	* icons/full/obj16/sroo_obj.gif
	* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
	* src/org/eclipse/cdt/internal/ui/CElementImageProvider.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
2004-06-22 19:16:51 +00:00
Andrew Niefer
9dc1941ea9 update indexer problem icon 2004-06-15 19:20:12 +00:00
Bogdan Gheorghe
dc2bb390ae Fix for Bug 60629 : [Search] Big error when Searching view layout is set to Hierarchical 2004-06-07 02:19:21 +00:00
Alain Magloire
975b25ff8e The patch was screwing the gif. Reapplied 2004-05-26 15:35:53 +00:00
Alain Magloire
ccfe7d8f5f 2004-05-26 Alain Magloire
Jumbo Patch from Chris Wiebe.
	Putting a starting skeleton for C Browsing.
2004-05-26 14:49:48 +00:00
Andrew Niefer
4b1ecbf65b bug 43014, 62979: Reporting IProblems encountered during indexing. Only preprocessor problems to start 2004-05-21 20:33:16 +00:00
Alain Magloire
4e8200ae93 Chris Wiebe new patch: deal with type cache scalability. 2004-05-17 15:50:32 +00:00
Alain Magloire
e187f68cbc 2004-05-11 Alain Magloire
Preliminary work to get Parser IProblem in the CEditor.
2004-05-11 05:52:51 +00:00
Alain Magloire
680b56fd9b New icon for attach source 2004-05-04 04:14:12 +00:00
Hoda Amer
8d33b94810 Content Assist fixes 2004-04-21 16:47:15 +00:00
David Inglis
6d241cf586 update cpath ui 2004-04-21 02:14:21 +00:00
David Inglis
e20be2336b Work in progress - start of new C Path Container Wizard 2004-04-15 19:56:41 +00:00
Alain Magloire
f352888033 Fix PR 58375 2004-04-14 18:06:57 +00:00
Alain Magloire
e03a6c0446 Tentative fix for PR 57128 2004-04-05 19:17:24 +00:00
Alain Magloire
79caadc27f include container. 2004-04-01 21:08:10 +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
affd1175f1 Fix for 56943 - CDT hang on Autobuild, added missing index marker icon 2004-03-31 19:41:59 +00:00
Alain Magloire
c3f3e1e881 New set of icons from Chris Wiebe. 2004-03-30 21:46:13 +00:00
Alain Magloire
656d676a73 New icon fo the namespace. 2004-03-30 15:18:24 +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
Alain Magloire
1df94abba2 New icons 2004-03-18 22:51:00 +00:00
David Inglis
b03b5aa0c6 new C-Build console supporting mutiple streams. 2004-03-12 16:07:50 +00:00
Hoda Amer
cbd2bd573f Rename Refactoring, first attempt. (Jumbo patch) 2004-03-09 19:50:00 +00:00
Alain Magloire
ec2b5bff2b New icons. 2004-03-05 19:32:08 +00:00
Alain Magloire
5573057ddc new icons from Chris Wiebe 2004-02-26 18:26:37 +00:00
Alain Magloire
524975ed0f new Icon from chris. 2004-02-06 14:34:30 +00:00
Alain Magloire
d4408e63ab New opentype.gif file 2004-01-28 21:21:18 +00:00
Hoda Amer
7dc9ef21ba Content Assist work : Template Engine work 2003-12-22 21:12:56 +00:00
Alain Magloire
3241b09765 New Header icon from Mirza Hadzic. 2003-12-15 22:48:34 +00:00
Doug Schaefer
301de9ca43 Patch for Sean Evoy:
I forgot (again) that the Eclipse patching mechanism does not pay 
attention to gifs. So, here are the build icons redone with the proper 
transparency settings. Now they no longer show up as an annoying white 
blob on the grey Motif background/ or Gtk selection box.
2003-08-20 20:09:31 +00:00
John Camelon
42cf54e708 Patch for Sean Evoy
This patch contains a fix for bug 41274 in the core; library entries in 
the build property pages were not being saved by the build model manager.

It also contains a bunch of fixes for minor problems in the UI. I added a 
new target for building DLLs on Cygwin. The zip file adds a new icon for 
configurations in the tree view of the build property page for managed 
builds. Now the tool uses the tool icon and the category uses the new 
category icon.

The list editor will better fit a page with space-grabbing widgets in 
different columns. For example, the default list field editor puts the 
list in the left column and allows it to grab all excess space. Entry 
fields put the label in the left and the space-grabbing entry field/combo 
box in the right. The layout manager then gives both left and right 
columns equal space in that case. By wrapping the list field editor in a 
group control that spans both columns, the layout manager allocates enough 
space for controls in the right-hand column. It also lays out the contents 
of the list field editor inside the group control independently of the 
outer container, so it looks right too. Also added a double-click event 
handler so users  can edit list elements. All in all, this makes the list 
widget work better.

I re-activated the summary field editor class (it's alive!). It still does 
not behave quite right in terms of showing the command line summary, but 
that functionality will be added shortly.

Finally, the build property page is being resized for large pages. It is 
still possible to specify categories with too many options to display, 
even with the new resize. This will have to be a documented limitation, or 
we will have to add a vertical scroll bar for pages that are too large.
2003-08-11 17:33:10 +00:00
Doug Schaefer
0c232fa416 Patch for Andrew Niefer:
Patch for C++ Search to support searching for class declarations

Interface changes:
- modified search Interfaces : 
        - ICSearchConstants - changed SearchFor instantiations to more 
closely match what we can search for.
        - ICSearchPattern - added getLimitTo() 
        - ICSearchResultCollector - added createMatch(), which should 
return an object implementing the new IMatch interface, these store the 
any data needed to keep found matches.
  These interfaces are still new and its too early for anyone other than 
search and the indexer to be using them.
- added search interface IMatch.


Changes to core.search had to do with keeping track of the current scope 
during the search, as well as other modifications for matching class 
declarations, and the start of the patterns for matching other things.

Changes to ui.search had to do with creating IMatch objects to store the 
information needed by the label provider to display icons and sort the 
results.
2003-07-15 14:48:13 +00:00
John Camelon
6fa5a87930 Patch for Andrew Niefer
Further work on C/C++ Search framework.
2003-06-28 19:56:54 +00:00
Doug Schaefer
b8059d7f27 Patch for Sean Evoy:
1. Fix for bug 38665 - Need to select platform before configurations become visible 
2. Icon files that were not delivered in my last patch 
3. A new interface for clients of the build model to extract include paths and defined symbols for managed projects. Unmanaged projects to follow soon.
2003-06-23 14:36:31 +00:00
John Camelon
18eca5c02b Patch for Andrew Niefer.
Skeleton implementation of C/C++ Search.
2003-06-16 17:35:46 +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