David Daoust
e2e0f90bc6
From Leo: a patch for the Getting Started -> CDT Importing an Existing Project Tutorial to match the updated MBS
2004-12-06 18:29:53 +00:00
Chris Wiebe
0feec5d746
2004-12-03 Chris Wiebe
...
fix for 74098
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
2004-12-04 01:59:31 +00:00
Alain Magloire
fd68874052
2004-12-03 Alain Magloire
...
Implement comment blocks(Code take from JDT Editor)
* src/org/eclipse/cdt/internal/ui/action/AddBlockCommentAction.java
* src/org/eclipse/cdt/internal/ui/action/BlockCommentAction.java
* src/org/eclipse/cdt/internal/ui/action/RemoveBlockCommentAction.java
* 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/ICEditorActionDefinitionIds.java
* src/org/eclipse/cdt/internal/ui/text/ CPartitionScanner.java
* src/org/eclipse/cdt/internal/ui/text/CTextTools.java
* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
* src/org/eclipse/cdt/internal/ui/text/ICPartitions.java
* plugin.xml
2004-12-03 21:51:07 +00:00
Alain Magloire
a71c47c4e8
2004-12-03 Alain Magloire
...
Implement comment blocks(Code take from JDT Editor)
* src/org/eclipse/cdt/internal/ui/action/AddBlockCommentAction.java
* src/org/eclipse/cdt/internal/ui/action/BlockCommentAction.java
* src/org/eclipse/cdt/internal/ui/action/RemoveBlockCommentAction.java
* 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/ICEditorActionDefinitionIds.java
* src/org/eclipse/cdt/internal/ui/text/ CPartitionScanner.java
* src/org/eclipse/cdt/internal/ui/text/CTextTools.java
* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
* src/org/eclipse/cdt/internal/ui/text/ICPartitions.java
* plugin.xml
2004-12-03 21:13:52 +00:00
John Camelon
7426918742
Add in Resource/WorkingCopy locations.
2004-12-03 20:37:40 +00:00
Mikhail Khodjaiants
03272b1adb
Fix for bug 62659: Unable to set default for register format via plugin_customization.ini.
2004-12-03 20:34:46 +00:00
Mikhail Khodjaiants
a2b23f55a3
Fix for bug 80106: Terminating during stepping state caused exception in CDT.
2004-12-03 19:14:42 +00:00
Alain Magloire
6c2e6ea058
Previous commit was incorrect.
2004-12-03 02:36:36 +00:00
Alain Magloire
1e1949ee20
2004-12-02 Alain Magloire
...
Fix for 40081
Textfield to choose NM.
Fix MacOX binary parser page.
* src/org/eclipse/cdt/internal/ui/CUIMessages.properties.
* src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java
* src/org/eclipse/cdt/ui/dialogs/CygwinPEBinarParserPage.java
* src/org/eclipse/cdt/ui/dialogs/MachOBinaryParserPage.java
2004-12-03 02:19:38 +00:00
Alain Magloire
cf4ae8ebfe
2004-12-02 Alain Magloire
...
Fix for PR 40081.
For Cygwin use NM to get the global variables.
* utils/org/eclipse/cdt/utils/DefaultGnuToolFactory.java
* utils/org/eclipse/cdt/utils/IGnuToolFactory.java
* utils/org/eclipse/cdt/utils/NM.java
* utils/org/eclipse/cdt/utils/coff/parser/CygwinPEBinaryObject.java
* utils/org/eclipse/cdt/utils/coff/parser/PEBinaryObject.java
2004-12-03 02:15:20 +00:00
Mikhail Khodjaiants
5036521155
Partial fix for bug 77444: CDT does not handle address breakpoints across sessions.
2004-12-02 23:44:01 +00:00
Andrew Niefer
bb4f448825
class inheritance
2004-12-02 22:27:57 +00:00
Mikhail Khodjaiants
cf4ba671c8
Fix for bug 80034: Expressions view does not display correct no. of elements in array.
2004-12-02 21:49:56 +00:00
Mikhail Khodjaiants
15c37f6a0a
Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView.
2004-12-02 21:20:57 +00:00
Andrew Niefer
3c6b029ae7
Bindings for members
2004-12-02 19:40:14 +00:00
David Daoust
198c40a795
From Leo: This patch contains minor edits for the MBS user documentation for 2.1 & Head.
2004-12-02 18:53:18 +00:00
John Camelon
d89f346613
Further stubbing out of the IASTNodeLocation related interfaces.
2004-12-02 03:35:40 +00:00
John Camelon
5d45047d01
Patch for Devin Steffler
...
Fixed 79921 - [Scanner] problems with ')' inside a string being passed to va_args macro parm
Fixed 79227 - [Scanner][IProblem][Ethereal] "Unbounded string encountered" invalid IProblems with invalid offsets highlighting weird commented code
2004-12-02 03:15:08 +00:00
John Camelon
e5362d1983
Patch for Devin Steffler.
...
Fixed 79810 - 'invalid arithmetic conversion' on line 0
This also clears up the last IProblem related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=75403
2004-12-02 02:58:48 +00:00
Mikhail Khodjaiants
d249a487a0
Fix for bug 79454: Unable to remove a breakpoint set from the gdb console.
2004-12-01 21:26:41 +00:00
Andrew Niefer
b2f25ce249
Resolving method bindings
2004-12-01 20:24:47 +00:00
Mikhail Khodjaiants
d161b57251
Fix for bug 74043: Overaggressive exception reporting?
2004-12-01 17:56:24 +00:00
Andrew Niefer
ec30347dee
Start of CPP bindings
2004-11-30 22:27:30 +00:00
John Camelon
053748815b
Patch for Devin Steffler.
...
Fixed 79787 - [Scanner] #error has extra \r character at the end
Fixed 79490 - [Scanner] char constants not evaluated properly with #if
2004-11-30 18:51:49 +00:00
John Camelon
371b6dba53
Reversed failing test.
2004-11-30 18:51:01 +00:00
John Camelon
1e56204749
Patch for Devin Steffler
...
Fixed 79471 - [Parser] Syntax Errors: Problems with handling float value in the preprocessor statements
2004-11-30 18:21:37 +00:00
David Inglis
3dd222fb35
fixed bug # 69222
2004-11-30 18:05:13 +00:00
David Daoust
84ba412d4b
This patch adds the following 2 topics:
...
- Tasks -> Work with C or C++ project files -> Converting CDT 2.0 Managed Make Projects
- Reference -> Project Properties -> Managed Make File Properties
Thanks,
Leo
2004-11-30 13:54:34 +00:00
John Camelon
29a1fcb59c
Patch for Devin Steffler.
...
Fixed 79339 - Selection search fails on SDL/SDL.h
2004-11-29 21:00:32 +00:00
Sean Evoy
bc84af8c5a
Fix for 79689 -- Unable to convert static libraries from 1.2 -> 2.1
...
Fix for 75859 -- Importing 1.2x mgd make projects doesn't update artifactName
2004-11-29 18:35:49 +00:00
Sean Evoy
01ad33e1cd
Patch applied for Leo Treggiari:
...
1. [Bug 79451] NPEs on project import
2. [Bug 77399] Managed Make Builder mangles subdir.mk if configuration of linked resource was changed fix for initial problem additional problems to be investigated
3. Force rebuild when file build option changes
4. Ensure that converted projects get saved.
2004-11-29 15:04:05 +00:00
Mikhail Khodjaiants
f207200fa2
Fix for bug 79608: NPE in CValue.
2004-11-26 22:54:14 +00:00
Alain Magloire
f7c112c70d
2004-11-26 Alain Magloire
...
Make the deferred breakpoint on by default.
* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java
2004-11-26 22:17:33 +00:00
Alain Magloire
3264997df6
2004-11-26 Alain Magloire
...
Final fix for PR 79583
* cdi/org/eclipose/cdt/debug/mi/core/cdi/EventManager.java
* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java
2004-11-26 21:44:26 +00:00
Mikhail Khodjaiants
5d40a76f55
Fix for bug 79377: "Mixed disassembly" should fall back to disassembly w/o source when mixed disassembly fails.
2004-11-26 21:26:22 +00:00
Alain Magloire
70b40f859c
2004-11-26 Alain Magloire
...
Final fix for PR 79452
* cdi/org/eclipose/cdt/debug/mi/core/cdi/BreapointManager.java
2004-11-26 21:11:53 +00:00
Mikhail Khodjaiants
d7970bc456
Fix for bug 79583: Deffered breakpoints and shared library events.
2004-11-26 20:04:02 +00:00
Mikhail Khodjaiants
90097c4feb
Do not use "void" if parameter's list is empty when constructing a function or method name for function breakpoints. Name mapping should be done on the implementation level.
2004-11-26 19:23:45 +00:00
Sean Evoy
0ed3dbe9b1
Fix for bugzilla 77558 -- project upgrade from 1.2 loses default configuration setting
...
The 1.2 project stored the default project in the cdtbuild file so it was a matter of reading that it an cacheing a map of old config IDs to new, then setting the default using the appropriate new config
Fix for bugzilla 79572 -- Importing 1.2 projects with libraries/library search paths fails
The IDs for libraries and library search paths had an extra element that converter was not dealing with and the conversion was failing
2004-11-26 18:46:31 +00:00
John Camelon
cf54709a6b
Changed default array sizes.
2004-11-26 18:42:35 +00:00
Alain Magloire
62dc3744cb
*** empty log message ***
2004-11-26 18:00:20 +00:00
John Camelon
21a1814cc5
Refactored statement() to share more code between C/C++.
...
Added in ambiguity resolution code for expression statements vs. declarations statements.
2004-11-26 16:09:44 +00:00
Mikhail Khodjaiants
7877aedb36
Fix for bug 79452: Unable to set a breakpoint on a class method.
2004-11-25 23:58:29 +00:00
Andrew Niefer
e22e2cadc1
- change interface gets to return arrays instead of lists
...
- added getScope as needed
- added IASTName.toCharArray()
- modified CVisitor to use scopes to store bindings
these changes reduce binding time for windows.h from minutes to ~1300 ms
2004-11-25 22:07:17 +00:00
Alain Magloire
bdbb88046a
2004-11-25 Alain Magloire
...
Fix PR 79076
* utils/org/eclipse/cdt/utils/elf/Elf.java
2004-11-25 21:38:38 +00:00
Alain Magloire
2bde303bab
2004-11-25 Alain Magloire
...
Fix for PR 79327
* src/org/eclipse/cdt/internal/ui/cview/CViewLabelProvider.java
2004-11-25 21:24:52 +00:00
Mikhail Khodjaiants
ef622f4964
Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints.
2004-11-25 18:24:04 +00:00
Mikhail Khodjaiants
4a5818a220
The "decrementInstallCount" method of IBreakpoint should be called from the UI thread.
...
Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints.
2004-11-25 18:23:38 +00:00
John Camelon
a149a4fbe0
Fixed NPE in parsing the Trilogy for C++ w/the new parser due to a malformed array subscript postfix expression.
2004-11-25 03:27:00 +00:00
Chris Wiebe
75b3224c1c
2004-11-24 Chris Wiebe
...
fix command binding for OpenTypeInHierarchyAction
* plugin.xml
2004-11-25 02:19:52 +00:00