Do not try to create the ".cdtproject" file if it does not
exist.
|
getSourceElementsAtOffset() was not returning the children
|
- fix for bug #66108 (C++ browser cannot show members of class) - TypeParser now uses resource to get scanner info
|
update changelog.
|
The PathEntryManager was returning the array instead of making a copy. Potentially clients could have modified the contents.
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java * model/org/eclipse/cdt/internal/core/model/IMacroEntry.java * src/org/eclipse/cdt/core/resources/ScannerProvider.java
|
remove check for typedef
|
2004-06-21 Alain Magloire
Big Patch from Vladimir Hirsl This patch contains a binary parser core and UI elements to 'support' AIX XCOFF32 binaries.
-
org.eclipse.cdt-core/org.eclipse.cdt.core/ChangeLog, 1.352
-
org.eclipse.cdt-core/org.eclipse.cdt.core/plugin.properties, 1.21
-
org.eclipse.cdt-core/org.eclipse.cdt.core/plugin.xml, 1.59
-
org.eclipse.cdt-core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties, 1.15
-
org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/xcoff/AR.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/xcoff/XCoff32.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/xcoff/parser/ARMember.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/xcoff/parser/BinaryArchive.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/xcoff/parser/XCOFF32Parser.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/xcoff/parser/XCOFFBinaryObject.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/ChangeLog, 1.492
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/plugin.xml, 1.101
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java, 1.7
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/GNUXCoffBinaryParserPage.java, 1.1
|
- fix for bug #66108 (C++ browser cannot show members of class)
- all types now visible in the types view (ie not just classes & structs) - runnables now use IProgressService.busyCursorWhile (prevents progress dialog from being displayed during short operations)
|
This mini-patch gets rid of unnecessary "could not locate type" error
dialogs.
|
// Add word rule for keywords, types, and constants.
// We restring the detection of the keywords to be the first column to be valid.
|