Alain Magloire
bfa7ef8243
2005-07-22 Alain Magloire
...
Fix the Copyright notice for epl.
2005-07-22 02:36:06 +00:00
John Camelon
3464d93dee
Patch for Devin Steffler.
...
Fixed Bug 104128 - Selection Search from CView doesn't work
2005-07-21 23:23:26 +00:00
Chris Wiebe
96f8f74ff8
2005-07-22 Chris Wiebe
...
Fix for PR 104605: slow MachO parsing
First pass at optimization. My test case went from >20 minutes to 5 seconds
* utils/org/eclipse/cdt/utils/macho/MachO.java
* utils/org/eclipse/cdt/utils/macho/MachOHelper.java
* utils/org/eclipse/cdt/utils/macho/parser/MachOBinaryObject.java
2005-07-21 22:02:32 +00:00
Alain Magloire
b77ccbf4ec
Fix headers.
2005-07-21 21:35:25 +00:00
Leo Treggiari
7abac74ad7
Minor MBS update
2005-07-21 21:18:28 +00:00
Leo Treggiari
b76d3ca6ff
Create initial MBS Extensility document for CDT 3.0 in ISV doc area - more to come
2005-07-21 21:17:12 +00:00
Chris Wiebe
459ee19699
2005-07-22 Chris Wiebe
...
Fix for PR 104725
* model/org/eclipse/cdt/internal/core/model/BinaryElement.java
2005-07-21 20:42:55 +00:00
Alain Magloire
4bcf2bce38
2005-07-21 Alain Magloire
...
Fix for PR 103193
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocationBreakpoint.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2005-07-21 20:29:28 +00:00
Mikhail Sennikovsky
0252f611c0
The resource change handling initialization job is now set to system
2005-07-21 18:01:16 +00:00
Andrew Niefer
c058c35232
testing bug 104390
2005-07-21 14:43:46 +00:00
Chris Wiebe
1c3ede2638
2005-07-21 Chris Wiebe
...
Fix PR 104442
* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
2005-07-20 23:35:04 +00:00
John Camelon
37b6935570
Partially Fixed Bug 104390 - Labeled Statements parsed incorrectly by DOM
2005-07-20 20:34:48 +00:00
John Camelon
78d6acd0b5
Patch for Devin Steffler.
...
Tests to validate 78354 CTRL+Click navigation in linked .c file causes second editor to open
2005-07-20 20:19:10 +00:00
John Camelon
9f3f21f55d
Patch for Devin Steffler.
...
Fixed Bug 104532 opening an #included header file from the outline view does not work with linked folders
2005-07-20 19:28:57 +00:00
John Camelon
4650694d81
Patch for Devin Steffler.
...
Fixed Bug 104498 - DOM AST View becomes broken when left open on a system header file and eclipse is restarted
2005-07-20 19:27:23 +00:00
John Camelon
faa699368b
Patch for Devin Steffler.
...
Fixed Bug 76043 F3 opens external file instead of linked resource
2005-07-20 19:20:46 +00:00
Andrew Niefer
6992f6f248
fix bug 90652
2005-07-20 18:50:36 +00:00
Leo Treggiari
3aa6c3c301
Update for MBS user documentation - primarily build environment and macro descriptions
2005-07-20 18:15:18 +00:00
Andrew Niefer
ad2b990865
fix bug 104506: StringIndexOutOfBoundsException
2005-07-20 15:13:57 +00:00
Andrew Niefer
6cc20b8467
bug 93191 - make sure isVirtual at least returns correct result, regardless of base classes.
2005-07-20 14:45:36 +00:00
Leo Treggiari
7dc1c30cfa
Change the Gnu linker strip option back to -s (from --strip-all)
2005-07-19 23:50:11 +00:00
Doug Schaefer
028d21cfd8
Bug 103857 - Limited the search to exclude fields and methods since they usually have a more limited scope (really only want global only). Also fixed up the keyword contributor to work when there is no completion node.
2005-07-19 17:34:38 +00:00
Doug Schaefer
6de6572a5a
Bug 88796 - Refactored keyword completion into separate contributor. Added some of the missing keywords and made the keywords language specific for c versus c++.
2005-07-19 15:40:28 +00:00
John Camelon
dc22806259
Fixed Bug 103560 ClassCastException in LocationMap.endInclusion
2005-07-19 00:46:37 +00:00
Alain Magloire
da7592b337
fixing change in the method
2005-07-19 00:30:24 +00:00
Alain Magloire
8ca570cd07
2005-07-18 Alain Magloire
...
GDB has now four different version of MI, so it has become
important to give the user the choice of the version.
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
* mi/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java
* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java
+ mi/org/eclipse/cdt/debug/mi/core/command/MIVersion.java
* src/org/eclipse/cdt/debug/mi/core/GDBCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBServerCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
* src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
2005-07-19 00:30:04 +00:00
Alain Magloire
053f04b5da
2005-07-18 Alain Magloire
...
new launch constant for the MI protocol
* src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
2005-07-19 00:29:38 +00:00
Alain Magloire
4f55b5b210
2005-07-18 Alain Magloire
...
New combo to choose the MIVersion.
* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
2005-07-19 00:29:23 +00:00
John Camelon
08278a1193
Patch for Devin Steffler.
...
Fixed Bug 103697 - Open Definition/Declaration on files in linked folders open a new editor
2005-07-18 23:47:30 +00:00
John Camelon
1897a34ffb
Patch for Devin Steffler.
...
Fixed 104090 [Parser] NPE in Parser.provideSelectionNode when running JUnit AIS
2005-07-18 23:30:13 +00:00
John Camelon
b2a6149858
Patch for Devin Steffler.
...
Fixed Bug 104276 - LocationMap#createASTIf() line: 1566 has a double negative that is used to calculate length
2005-07-18 23:25:07 +00:00
Andrew Niefer
b088f8e78b
fixing bug 74276 - forward declarations of class specializations
2005-07-18 18:24:58 +00:00
Doug Schaefer
db1fd7ec40
Images for Docs for Leo.
2005-07-18 14:48:39 +00:00
John Camelon
3b58dfd206
Patch for Devin Steffler.
...
Fixed Bug 104094 [CodeReaderCache] Leaks listeners
2005-07-18 14:40:00 +00:00
Andrew Niefer
e987eaedda
fix bug 104214 - NPE in lookupInScope
2005-07-18 14:19:06 +00:00
Doug Schaefer
edcbccd7c6
Doc patch for Leo.
2005-07-18 02:20:39 +00:00
Alain Magloire
d896048b89
2005-07-09 Alain Magloire
...
Fix PR 102324: Fire event in the property page for change contentType
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-17 02:46:04 +00:00
Alain Magloire
d2aff435e1
2005-07-16 Alain Magloire
...
Fix for PR 102327: Fire deltas when contentType is changed.
* model/org/eclipse/cdt/core/model/ICElementDelta.java
* model/org/eclipse/cdt/internal/core/model/CElementDelta.java
* model/org/eclipse/cdt/internal/core/model/ContentTypeProcessor.java
2005-07-17 02:45:48 +00:00
Bogdan Gheorghe
54101f2441
Fix for 74425: [Search] C/C++ Search missing Enclosing Project scope
...
Fix for 102926: Turning on index includes in ctags property page does nothing
Fix for 102927: Add menu item to force reindex.
2005-07-16 05:04:23 +00:00
Andrew Niefer
aec1c2f69e
bug 73869: exceptions while parsing boost headers
2005-07-15 20:45:59 +00:00
Vladimir Hirsl
5bb3a3f5a1
Re-fixing 103024: NPE in indexerEncoderUtil.nodeInVisitedExternalEheader
2005-07-15 19:51:46 +00:00
Vladimir Hirsl
346e8f27c9
Fix for 87407: Scanner Discovery doesn't work if an encountered path contains spaces.
2005-07-15 19:30:33 +00:00
Doug Schaefer
5507b484dd
Bug 90195 - Made the hasTemplateId check more generic to allow for completion of template parameters.
2005-07-15 18:44:32 +00:00
Andrew Niefer
5714d24d0e
fix bug 102825: problems in scanner around macro pasting
2005-07-15 15:16:16 +00:00
John Camelon
756a6b3a51
Patch for Devin (the maniac) Steffler.
...
Fixed Bug 102376 Parser Errors in DOM with mingw
2005-07-15 14:08:16 +00:00
John Camelon
57ed8aa474
Checked in JUnit for regression purposes.
2005-07-15 00:17:45 +00:00
Mikhail Khodjaiants
8b13067b55
Bug 103917: NPE in Variables View.
2005-07-14 21:45:57 +00:00
John Camelon
27cfada85a
Checked in JUnit for regression purposes.
...
Patch for Andrew partial fix for Bug 103560 ClassCastException in LocationMap.endInclusion
2005-07-14 21:29:09 +00:00
Mikhail Khodjaiants
23842807c9
Bug 103910: The modules view's icon is missing.
2005-07-14 20:54:13 +00:00
Vladimir Hirsl
ecb664818a
Fix for 103024: NPE in indexerEncoderUtil.nodeInVisitedExternalEheader
...
Project was not being set when creating indexer in IndexManager#getDefaultIndexer().
2005-07-14 20:35:58 +00:00