John Camelon
18eca5c02b
Patch for Andrew Niefer.
...
Skeleton implementation of C/C++ Search.
2003-06-16 17:35:46 +00:00
Doug Schaefer
04804f1cf1
Added the build source folder to the build.properties file.
2003-06-14 21:14:56 +00:00
Sebastien Marineau
e380c8ea03
This is the raw content from QNX's Momentics guide, being donated to
...
the CDT project.
2003-06-13 22:29:43 +00:00
John Camelon
22eb93f0e4
2003-06-13 John Camelon
...
Added Class/Base infrastructure to public interfaces & requestor callback.
Moved many internal interfaces to external packages.
Organized imports.
2003-06-13 20:03:15 +00:00
John Camelon
d664093420
Added Class/Base infrastructure to public interfaces & requestor callback.
...
Moved many internal interfaces to external packages.
Organized imports.
2003-06-13 19:59:47 +00:00
Mikhail Khodjaiants
56d196d558
Fix for PR 38788: Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A, Ctrl-Z and Ctrl-Y keys don't work in the address field of the Memory view.
...
Note: Ctrl-Z still doesn't work because there is no support of it in the Text widget.
2003-06-13 19:16:34 +00:00
John Camelon
729fbe3c68
Patch for Victor Mozgin.
...
Fixing AutomatedTest.java after PST/HEAD merge.
2003-06-13 18:24:26 +00:00
John Camelon
89913324d4
Merge Parser_SymbolTable branch into HEAD.
2003-06-13 15:01:26 +00:00
Alain Magloire
c2348df608
updated.
2003-06-13 02:44:02 +00:00
Alain Magloire
5ccdce625e
Patch form Thomas Fletcher to define
...
CEditor shortcuts.
2003-06-13 02:43:53 +00:00
Alain Magloire
985cf56dcc
updated.
2003-06-13 02:35:32 +00:00
Alain Magloire
ed9940f5ac
Patch from Thomas Fletcher to reuse the component
...
of Working set in the platform part of 2.1.
2003-06-13 02:35:25 +00:00
Mikhail Khodjaiants
4f184d5fef
Fixing PR 38788: Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A, Ctrl-Z and Ctrl-Y keys don't work in the address field of the Memory view.
2003-06-12 22:46:29 +00:00
Mikhail Khodjaiants
038b3552b2
Cleanup: removed unused and internal methods from ICValue.
2003-06-11 22:58:44 +00:00
John Camelon
f4829f4428
Fixing .cvsignore.
2003-06-11 19:26:44 +00:00
John Camelon
9a0f3c98cc
Trying to fix .cvsignore problem.
2003-06-11 19:24:14 +00:00
John Camelon
415dff9a88
Patch for Victor Mozgin.
...
This patch enables us to use extensive GCC C/C++ testsuites to test CDT parser.
2003-06-11 19:14:01 +00:00
Peter Graves
00257fb5de
Minor update to make automation easier.
2003-06-11 18:47:32 +00:00
John Camelon
5dd01f7ee2
Patch for Victor Mozgin.
...
I replaced old Java testcases for partitioning with C/C++ ones, and
fixed AutomatedIntegrationSuite so it doesn't produce a JUnit warning (which is a failure) anymore. So now all tests in org.eclipse.cdt.ui.tests should pass.
2003-06-11 18:09:23 +00:00
John Camelon
362dd49676
Patch for Brent Nicolle.
...
Added some Interface tests of (IInclude, IMacro, IStructure).
Made sure all the Test Suites have names in the JUnit hierarchy.
2003-06-10 22:57:05 +00:00
Mikhail Khodjaiants
52f06ad88c
Refactoring: moved the type and value related methods from ICVariable to ICType and ICValue.
2003-06-10 22:33:56 +00:00
Mikhail Khodjaiants
ed640e09ab
Cleanup.
2003-06-10 16:47:24 +00:00
John Camelon
d4a1629964
Patch for Victor Mozgin.
...
This patch enables parsing of conversion operators. Fixes PR 38657 and the rest of PR 36769.
2003-06-10 14:41:42 +00:00
John Camelon
1aae7b2fa4
Patch for Victor Mozgin.
...
This patch should improve parsing of new-expressions, including placements, array allocations and multiple parameters in initializers. Fixes PR36932.
2003-06-09 22:02:31 +00:00
Doug Schaefer
da0c569bff
Patch for Sean Evoy:
...
- Initial contribution of Managed Build UI.
2003-06-09 19:22:21 +00:00
John Camelon
e9adc8cbbb
Patch for Victor Mozgin.
...
Fix for PR36701 (Preprocessor stringizing)
2003-06-09 18:40:17 +00:00
John Camelon
de2f7c52bc
Patch for Victor Mozgin.
...
Here is the patch that should take care of parsing templated constructor/destructor/operator declarations.
2003-06-09 18:21:28 +00:00
Mikhail Khodjaiants
239af2b4b6
Default format preferences for variables, registers and expressions.
2003-06-09 18:11:40 +00:00
Mikhail Khodjaiants
3fda0f49bb
Renamed the 'refresh' method of ICVariable to 'reset'.
2003-06-09 15:45:35 +00:00
Mikhail Khodjaiants
198153d7e6
Renamed the 'refresh' method of ICVariable to 'reset'. Added new method - 'reset' to CValue instead of using the 'setChanged' method.
2003-06-09 15:45:07 +00:00
Mikhail Khodjaiants
30aeec572e
Mark as changed parent variables.
2003-06-06 21:54:08 +00:00
Mikhail Khodjaiants
6250bf1be7
Refresh only the state of variable when handling a change event.
2003-06-06 20:34:32 +00:00
Mikhail Khodjaiants
e52ae1fe5a
Correct presentation of the full names of variables that contain pointers.
2003-06-06 20:00:22 +00:00
Mikhail Khodjaiants
08ab887f65
Correct presentation of the full names of variables that contain pointers.
2003-06-06 19:55:13 +00:00
Mikhail Khodjaiants
5243e5bd71
Changed the implementation of the'getName' method of CVariable to return the actual names of array members.
2003-06-06 19:27:17 +00:00
John Camelon
c3bab5f786
Patch for Victor Mozgin
...
Update of ChangeLog & ui.tests for PR 38065.
2003-06-06 15:01:36 +00:00
Alain Magloire
b48df83281
updated.
2003-06-06 01:16:17 +00:00
Alain Magloire
b18a703288
Patch form Christophe Juniet to add a #ifdef guard
...
when generating a class file.
2003-06-06 01:16:10 +00:00
Mikhail Khodjaiants
d7275746e2
Changed the presentation of arrays and array types.
2003-06-05 22:05:07 +00:00
Mikhail Khodjaiants
4890f5b3c1
Infinite values of the floating point types.
2003-06-05 21:18:25 +00:00
Mikhail Khodjaiants
1d3ef1c353
Evaluate expressions of detail panel asynchronously.
2003-06-05 20:47:15 +00:00
Mikhail Khodjaiants
1a2df38e62
Renamed the 'computeDetail' method of the 'ICValue' interface to 'evaluateAsExpression'.
2003-06-05 20:44:45 +00:00
John Camelon
fc9a1bc154
Patch for Victor Morgzin.
...
Fix Bug 38065 Handling include statements with backslashes in Outline
2003-06-05 20:16:30 +00:00
John Camelon
f5f345cdff
CORE
...
Fix Bug 38380 "Include" class public methods fails JUnit tests
Updated CModel, DOM, Scanner and current Parser callback to set the information appropriately.
TESTS
Moved testBug23478A() & testBug23478B() from failed tests to TranslationUnitTests.java.
Removed TranslationUnitFailedTests.java as it was empty.
I also had to apply Alain's partial fix to the Parser_SymbolTable branch to get this working.
2003-06-05 20:01:54 +00:00
Mikhail Khodjaiants
8efde68c59
Removed the redundant methods from the 'ICDIFloatingPointValue' interface.
2003-06-05 19:22:52 +00:00
Alain Magloire
80e0614c06
updated.
2003-06-05 14:15:52 +00:00
Alain Magloire
5082c1e133
PR 38380, partial fix
2003-06-05 14:14:44 +00:00
Mikhail Khodjaiants
8b18e0f709
Implementing the UI support of the detail panel.
2003-06-04 22:04:25 +00:00
Mikhail Khodjaiants
152f3b0dc3
Implementing the core support of the detail panel.
2003-06-04 22:02:47 +00:00
Alain Magloire
0fe28a9c96
updated.
2003-06-04 19:34:54 +00:00