1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00
cdt/core/org.eclipse.cdt.ui/ChangeLog

501 lines
16 KiB
Text
Raw Normal View History

2004-03-15 Hoda Amer
Fix for [Bug 54323] Refactor: Menu item from outline view
2004-03-15 17:09:59 +00:00
2004-03-15 Alain Magloire
The (Re)Build action were always disable.
* src/org/eclipse/cdt/internal/ui/cview/BuildGroup.java
* src/org/eclipse/cdt/internal/ui/cview/CView.java
2004-03-15 Andrew Niefer
updated internal.ui.compare.SourceElementRequestorAdapter with acceptTemplateParameterReference
2004-03-12 David Inglis
Implemented new build console using the Eclipse 3 generic console, supporting multiple
streams with colorizing.
* plugin.properties
* plugin.xml
moved to src/org/eclipse/cdt/internal/ui/buildconsole
* src/org/eclipse/cdt/internal/ui/BuildConsole.java
* src/org/eclipse/cdt/internal/ui/BuildConsoleManager.java
removed
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleAction.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleView.java
* src/org/eclipse/cdt/internal/ui/buildconsole/ClearConsoleAction.java
modified
* src/org/eclipse/cdt/internal/ui/CPluginImages.java
* src/org/eclipse/cdt/internal/ui/CPluginResources.properties
* src/org/eclipse/cdt/internal/ui/preferences/BuildConsolePreferencePage.java
* src/org/eclipse/cdt/ui/CUIPlugin.java
* src/org/eclipse/cdt/ui/IBuildConsoleManager.java
new
* src/org/eclipse/cdt/ui/IBuildConsole.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsole.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleDocument.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleManager.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsolePage.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsolePartition.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsolePartitioner.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleStream.java
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleViewer.java
* src/org/eclipse/cdt/internal/ui/buildconsole/CBuildConsole.java
* src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.java
* src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties
* src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleOutputTextStore.java
* src/org/eclipse/cdt/internal/ui/buildconsole/ScrollLockAction.java
2004-03-11 Hoda Amer
Added the undo manager for the renaming refactor.
2004-03-11 John Camelon
Updated content assist to not clear() the Scanner's definition map.
2004-03-09 Alain Magloire
Added the source folder refactor in the build
* build.properties
2004-03-09 Hoda Amer
A new UI tool for renaming model elements.
Mainly under the ui/refactor folder.
This tool relies on search in finding all occurrences
of a specific model element.
and changes the found occurrences in the code to a new name.
It could be invoked by a menu item in the C/C++ Packages view.
2004-03-09 19:16:49 +00:00
2004-03-09 Hoda Amer
Fix for bug#52188: Content Assist: Disabling the '.' (dot) and '->' triggers has no effect.
2004-03-08 21:20:11 +00:00
2004-03-08 Hoda Amer
Partial fix for bug#52948 : Content Assist: typedef-ed types do not appear in the completion list.
2004-03-08 Bogdan Gheorghe
Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch
in AllTypesCache
* browser/org/eclipse/cdt/ui/browser/typeinfo/AllTypesCache.java
2004-03-08 Alain Magloire
Jumbo patch from Chris Wiebe. Moving the relevant
typehierarchy/browsing to a specfic src/browser to reduce
collitions
* .classpath
* plugin.xml
* browser
2004-03-08 Bogdan Gheorghe
Refactored the hyperlink-enabling MouseListener class out of CEditor.
Fixed Outline view not refreshing bug - reverted to an earlier version of
WorkingCopyManager.
Modified CPPCodeScanner to return the entire list of keywords for use with
the MouseListener hyperlink class.
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/editor/MouseClickListener.java
* src/org/eclipse/cdt/internal/ui/editor/WorkingCopyManager.java
* src/org/eclipse/cdt/internal/ui/opentype/TypeSearchResultCollector.java
* src/org/eclipse/cdt/internal/ui/text/CPPCodeScanner.java
2004-03-07 Alain Magloire
Fix the point size of the icon in the CElementLabelProvider.
There were too big.
* src/org/eclipse/cdt/ui/CElementLabelProvider.java
2004-03-05 19:32:08 +00:00
2004-03-05 Alain Magloire
New icons.
* icons/full/{c,d,e}lcl16/refresh_nav.gif
* icons/full/{c,d,e}lcl16/synced.gif
2004-03-05 19:21:40 +00:00
2004-03-05 Alain Magloire
Support for ToggleEditor link action.
This action was only in the preference page.
Now it is also in the toolbar. It permits the CView
to track the CEdito selection.
* src/org/eclipse/cdt/internal/ui/cview/CView.java
* src/org/eclipse/cdt/internal/ui/cview/CViewAction.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/ToggleLinkingAction.java
* src/org/eclipse/cdt/internal/ui/preferences/CPluginPreferencePage.java
2004-03-04 Bogdan Gheorghe
Added Hyperlinks to CEditor
Added Navigation preference page for CEditor
Modified OpenDeclarationAction to use the selection search mode of the
parser (using the old search as a backup until selection search improves)
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferncePage.java
* src/org/eclipse/cdt/internal/ui/search/actions/OpenDeclarationsAction.java
* src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
2004-03-04 David Inglis
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53674
* src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java
2004-03-03 Alain Magloire
Fix to the CView. It was opening the file twice.
This would show when opening a binary.
* src/org/eclipse/cdt/internal/cview/CView.java
* src/org/eclipse/cdt/internal/cview/OpenFileGroup.java
2004-03-03 19:19:36 +00:00
2004-03-03 Hoda Amer
Added a couple of APIs to CUIPlugin + some cleanup
2004-03-03 John Camelon
Cleaned up usage of Enum.getValue() wrt encapsulation of enumerator value.
2004-03-02 Tanya Wolff
Fixed missing key for Working Set name and content on
new C/C++ Working set dialog. Also added error handling for when
properties files are not found.
All *Messages.java files are affected by the error handling.
The fix for working set is in:
* src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPage.java
2004-03-02 Alain Magloire
From Dave Daoust:
A patch that reduces the number of times that files are parsed (by 1).
* src/org/eclipse/cdt/internal/ui/ErrorTickAdornmentProvider.java
2004-03-01 21:17:08 +00:00
2004-03-01 Hoda Amer
Removing WorkingCopyManager.getWorkingCop(ITranslationUnit)
Users should call ITranslationUnit.getSharedWorkingCopy instead.
2004-02-28 Alain Magloire
PR 51757
* src/org/eclipse/cdt/internal/ui/cview/PasteAction.java
2004-02-28 Alain Magloire
Provide an implementation of CView.selectReveal().
The problem was that ITranslationUnit != IWorkingCopy
* src/org/eclipse/cdt/internal/ui/cview/CView.java
* src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java
* src/org/eclipse/cdt/ui/actions/ShowInCViewAction.java
2004-02-28 Alain Magloire
Fixing a NPE.
java.lang.NullPointerException
at org.eclipse.cdt.internal.core.model.Parent.getChildren(Parent.java:47)
at org.eclipse.cdt.internal.ui.BaseCElementContentProvider.getChildren(BaseCElementContentProvider.java:139)
at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:729)
* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
2004-02-27 Hoda Amer
Fixed [Bug 53074] The CView to update with each reconcile
Added the ability for CView to update based on the translation unit working copy
if one exists.
2004-02-26 19:33:41 +00:00
2004-02-26 Andrew Niefer
externalized strings for all packages
2004-02-26 18:26:37 +00:00
2004-02-26 Alain Magloire
New icons from Chris Wiebe.
* icons/full/obj16/c_resource_obj.gif
* icons/full/obj16/cfolder_obj.gif
* icons/full/obj16/s_file.obj.gif
* icons/full/ovr16/c_ovr.gif.gif
* src/org/eclipse/cdt/internal/ui/CPluginImages.java
2004-02-25 Bogdan Gheorghe
First go at Selection Search facility. Added Selection Search menus to
the CView, the CEditor and the COutlineView.
New:
* src/org/eclipse/cdt/internal/ui/search/actions/DeclarationsSearchGroup.java
* src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
* src/org/eclipse/cdt/internal/ui/search/actions/FindDeclarationsAction.java
* src/org/eclipse/cdt/internal/ui/search/actions/FindRefsAction.java
* src/org/eclipse/cdt/internal/ui/search/actions/FindRefsInWorkingSetAction.java
* src/org/eclipse/cdt/internal/ui/search/actions/ReferencesSearchGroup.java
* src/org/eclipse/cdt/internal/ui/search/actions/SelctionSearchGroup.java
* src/org/eclipse/cdt/internal/ui/search/actions/FindDeclarationsInWorkingSetAction.java
Modified:
* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
* src/org/eclipse/cdt/internal/ui/editor/CContentOutline.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
2004-02-25 John Camelon
Updates for new ISourceElementRequestor interface updates.
2004-02-25 02:52:33 +00:00
2004-02-24 Alain Magloire
New constructor for ShowInCView.
* src/org/eclipse/cdt/ui/actions/ShowInCView.java
2004-02-20 17:58:23 +00:00
2004-02-20 Alain Magloire
Fix for PR 52618
Added the global action handlers for the Property Dialog.
* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
2003-02-20 Andrew Niefer
bug 52567
change the extension IDs for the C Search sorters to avoid conflict with the JDT
check for nulls in PathNameSorter.compare
2004-02-19 02:10:07 +00:00
2004-02-18 Alain Magloire
Remove deprecated Eclipse-2.0 api calls
* src/org/eclipse/cdt/internal/ui/CElementImageProvider.java
* src/org/eclipsecdt/internal/ui/editor/WorkingCopyManager.java
2004-02-13 Andrew Niefer
Updated calls to search to handle InterruptedException
2004-02-16 Alain Magloire
Use ITextEditor instead of CEditor.
* src/org/eclipse/cdt/ui/actions/ShowInCViewAction.java
2004-02-16 03:28:25 +00:00
2004-02-15 Alain Magloire
Special working set for the C/C++ Celements
new pakage.
* src/org/eclipse/cdt/internal/ui/workingsets
* src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPage.java
* src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPageContentProvider.java
* src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.java
* src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.properties
2004-02-15 Alain Magloire
Reorganize the action of the CView and distribute them
in different action group.
New files:
* src/org/eclipse/cdt/internal/ui/cview/Buildgroup.java
* src/org/eclipse/cdt/internal/ui/cview/OpenFileGroup.java
* src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java
* src/org/eclipse/cdt/internal/ui/cview/SelectionConverter.java
* src/org/eclipse/cdt/internal/ui/cview/GotoActionGroup.java
2004-02-12 John Camelon
Updated Content Assist feature to not use IASTCompletionKind.SCOPED_REFERENCE
2004-02-11 Alain Magloire
* src/org/eclipse/cdt/internal/ui/cview/CView.java
Register the part listener.
2004-02-11 05:20:09 +00:00
2004-02-11 Alain Magloire
Reorganize the CView to better deal with the menu actions.
* src/org/eclipse/cdt/internal/ui/cview/CopyAction.java
* src/org/eclipse/cdt/internal/ui/cview/PasteAction.java
* src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java
* src/org/eclipse/cdt/internal/ui/cview/CViewMoveAction.java
* src/org/eclipse/cdt/internal/ui/cview/CViewRenameAction.java
* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
* src/org/eclipse/cdt/internal/ui/cview/RefactorActionGroup.java
2004-02-10 Hoda Amer
Content Assist Preference : Reduced search options to two choices:
Current file (plus its included files) + Current project (plus its included paths)
2004-02-10 Alain Magloire
Fix to PR 50794
Rename The CViewSorter to CElementSorter, it is more consistent
with eclipse i.e. JavaElementSorter, ResourceSorter ....
Also make it accessible.
* src/prg/eclipse/cdt/ui/CElementSorter.java
2004-02-06 Hoda Amer
- Patch for Keith Campbell: Default template file change ( for statement )
- Patch for Chris Wiebe: Better header file icon
2004-02-05 Alain Magloire
Patch from Chris Wiebe
Catch the Cancel exception.
* src/org/eclipse/cdt/internal/ui/opentype/TypeSearchOperation.java
2004-02-05 Alain Magloire
PR 51221
Reformat Patch from Bogdan base on Thomas Fletcher original patch
In a nutshell, it moves the search operation into a runnable which
can be passed to a progress dialog.
* src/org/eclipse/cdt/internal/ui/editor/OpenDeclarationsAction.java
2004-02-05 18:16:08 +00:00
2004-02-05 Hoda Amer
Small prefrence page fix
2004-02-05 Alain Magloire
From Chris Wiebe:
This patch fixes a problem in the OpenType dialog where it did not show
types defined in #includes outside the workspace. If a CElement does
not exist for a given type, it tries to open an editor at the file and
line where the match was found.
* src/org/eclipse/cdt/internal/ui/opentype/OpenTypeAction.java
* src/org/eclipse/cdt/internal/ui/opentype/TypeSearchMatch.java
* src/org/eclipse/cdt/internal/ui/opentype/TypeSearchMatchLabelProvider.java
* src/org/eclpise/cdt/internal/ui/opentype/dialogs/OpenTypeSelectionDialog.java
* src/org/eclpise/cdt/internal/ui/opentype/dialogs/TypeSelectionDialog.java
2004-02-03 18:03:23 +00:00
2004-02-03 Alain Magloire
PR 51121
From Chris Wiebe:
This patch prevents a null pointer exception in
org.eclipse.jface.text.reconciler.AbstractReconciler. Under certain
conditions (like rapidly closing all editors) the call to getDocument()
inside initialProcess() can return null which causes an exception.
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
2004-02-03 Alain Magloire
PR 51115
Patch from Thomas Fletcher to cache the include queries.
- Only enable the Add Include action when there are actually includes
to add in to the the file.
* src/org/eclipse/cdt/internal/ui/editor/AddIncludeOnSelectionAction.java
2004-02-02 Alain Magloire
Dealing with PR 50792, give more flexibility in the behaviour
of CElementLabelProvider
* src/org/eclipse/cdt/internal/ui/StandardCElementLabelProvider.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorErrorTickUpdater.java
* src/org/eclipse/cdt/ui/CElementLabelProvider.java
2004-01-29 18:02:12 +00:00
2004-01-29 Hoda Amer
Tuning for the Completion Engine.
2004-01-29 Alain Magloire
PR 50789. Draft work on this.
Provide "Show in CView" capability.
Patch is based on work done by Thomas Fletcher.
* plugin.properties
* plugin.xml
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitonsIds.java
* src/org/eclipse/cdt/ui/actions/ShowInCViewAction.java
2004-01-29 15:03:26 +00:00
2004-01-29 Hoda Amer
Added handling for CompletionOnFunctionReference()
2004-01-28 Alain Magloire
First draft of the OpenType by Chris Wiebe.
* icons/full/opentype16/opentype.gif
* src/org/eclipse/cdt/internal/ui/opentype/*.java
* src/org/eclipse/cdt/internal/ui/opentype/dialogs/*.java
org.eclipse.cdt.core Refactored parser to allow for cleaner content assist implementation. Removed IASTCompletionNode.CompletionKind.STATEMENT_START as it is redundant. Fixed bug 50640 - Wrong completion kind when expecting an exception Fixed bug 50471 - Wrong completion kind after the "using" keyword Fixed bug 50621 - Wrong completion kind in a class declaration org.eclipse.cdt.core.tests Renamed ContextualParseTest to CompletionParseTest. Updated COMPLETION_PARSE clients to use SINGLE_NAME_REFERENCE rather than STATEMENT_START. org.eclipse.cdt.ui Updated COMPLETION_PARSE clients to use SINGLE_NAME_REFERENCE rather than STATEMENT_START. org.eclipse.cdt.ui.tests Updated COMPLETION_PARSE clients to use SINGLE_NAME_REFERENCE rather than STATEMENT_START. Renamed and updated CompletionTest_StatementStart_NoPrefix to CompletionTest_SingleName_Method_NoPrefix. Renamed and updated CompletionTest_StatementStart_Prefix to CompletionTest_SingleName_Method_Prefix. Renamed and updated CompletionFailedTest_ExceptionReference_NoPrefix_Bug50640 to CompletionTest_ExceptionReference_NoPrefix and moved to passed tests folder. Renamed and updated CompletionFailedTest_ExceptionReference_Prefix_Bug50640 to CompletionTest_ExceptionReference_Prefix and moved to passed tests folder. Renamed and updated CompletionFailedTest_NamespaceRef_NoPrefix_Bug50471 to CompletionTest_TypeRef_NoPrefix and moved to passed tests folder. Renamed and updated CompletionFailedTest_NamespaceRef_Prefix_Bug50471 to CompletionTest_TypeRef_Prefix and moved to passed tests folder. Renamed and updated CompletionFailedTest_ClassReference_Prefix_Bug50621 to CompletionTest_ClassReference_Prefix and moved to passed tests folder. Renamed and updated CompletionFailedTest_ClassReference_NoPrefix_Bug50621 to CompletionTest_ClassReference_NoPrefix and moved to passed tests folder.
2004-01-28 04:00:32 +00:00
2004-01-27 John Camelon
Updated COMPLETION_PARSE clients to use SINGLE_NAME_REFERENCE rather than STATEMENT_START.
2004-01-27 20:55:58 +00:00
2004-01-27 Hoda Amer
Added handling for New_Type_Reference completion type
2004-01-26 John Camelon
Updated clients to use new Scanner logging service.
2004-01-26 21:17:39 +00:00
2004-01-26 Hoda Amer
Content Assist Work: More Tuning of Completion Engine
2004-01-23 19:45:59 +00:00
2004-01-23 Hoda Amer
Content Assist Work: Tuning of Completion Engine
2004-01-21 19:33:29 +00:00
2004-01-21 Hoda Amer
-Fixed bug#49854 : Enumerator code complete fails when no character provided
2004-01-20 21:15:52 +00:00
2004-01-20 Alain Magloire
Remove the hardcode "objdump" in the EditorUtility.
* src/org/eclipse/cdt/internal/ui/util/EditorUtility.java
2004-01-19 Hoda Amer
Completed looking up macros with function style.
2004-01-16 20:19:05 +00:00
2004-01-16 Hoda Amer
Added lookupMacros to the CompletionEngine
2004-01-16 John Camelon
IASTNode.LookupException references changed to IASTNode.LookupError.
2004-01-15 Hoda Amer
Moved Content Assist log to the UI plugin
2004-01-15 John Camelon
Updated references to LookupResult as it was renamed to ILookupResult.
Updated references of ParserFactoryException to ParserFactoryError.
Updated references of ParserNotImplementedException to ParseError.
Updated references of CONTEXTUAL_PARSE to COMPLETION_PARSE.
2004-01-13 Andrew Niefer
Updated CompletionEngine to catch ASTNotImplementedException from IASTNode.lookup
2004-01-13 John Camelon
Updated CompletionEngine to handle IASTCompletionKind.CompletionKind.STATEMENT_START
2004-01-08 Hoda Amer
Added Content assist log cpabilities
2004-01-07 Alain Magloire
Fix for bug 49595
The error parser order were not save correctly.
* src/org/eclipse/cdt/ui/dialogs/AbstractErrorParserBlock.java