Norbert Plött
6ab2f845a6
Test ported and defects documented in source (See also bug #129768 )
2006-03-23 22:43:57 +00:00
Norbert Plött
7c73dee18b
Test ported and defects documented in source (See also bug #129768 )
2006-03-23 22:31:15 +00:00
Norbert Plött
6df8e7be00
Test ported and defects documented in source (See also bug #129768 )
2006-03-23 21:34:45 +00:00
Mikhail Khodjaiants
7a09933b77
Pass ILaunch instead of ILaunchConfiguration.
...
Added "getGDBPath" method.
2006-03-23 21:34:03 +00:00
Mikhail Khodjaiants
6f5a1ad81c
Added default attribute value for ATTR_DEBUG_NAME.
2006-03-23 20:39:45 +00:00
Mikhail Khodjaiants
7cb4ec78b5
Added default attribute value for ATTR_DEBUG_NAME.
2006-03-23 20:16:42 +00:00
Thomas Fletcher
3948b2f599
Restore the symbol sort class, but deprecate its use so that we can remove
...
the code in a near release. CDT internals no longer reference this class.
2006-03-23 16:54:59 +00:00
Thomas Fletcher
f5c06ae811
Avoid double sorting of the symbol objects (first by name, then by
...
address). The API contract for symbol doesn't indicate any sort order
on its returned array.
2006-03-23 06:54:22 +00:00
Thomas Fletcher
5085988731
Read in more than a single byte at a time to improve performance.
2006-03-23 06:46:43 +00:00
Thomas Fletcher
d0c9930d89
Update to avoid converting entire strings to lower case before
...
performing compare. Significant performance gains on larger binaries:
Original (time to sort the symbol array used by the ElfHelper class):
- Sorting 53580 symbols took 6203ms
Modified (traded toLowerCase for compareToIgnoreCase)
- Sorting 53580 symbols took 828ms
2006-03-23 06:23:09 +00:00
Norbert Plött
015a69e0dd
Test ported and defects documented in source (See also bug #129768 )
2006-03-22 18:30:14 +00:00
Norbert Plött
b66a0422f9
Test ported and defects documented in source (See also bug #129768 )
2006-03-22 16:50:04 +00:00
Norbert Plött
e89f99496d
Test ported and defects (See bug #129768 )
2006-03-22 00:57:16 +00:00
Norbert Plött
013757c1b6
Test ported and defects documented.
2006-03-22 00:55:53 +00:00
Norbert Plött
76f22eb57e
.options gets shipped with binary build.
2006-03-22 00:55:02 +00:00
Norbert Plött
95039381ee
Providing .options file for easy trace activation.
2006-03-22 00:54:08 +00:00
Norbert Plött
d77c7ad049
Adding some trace output in case debugging is activated. Helps to compare completion results and expected results.
...
Rearranged test evaluation to get more information before assertions fail.
2006-03-22 00:53:02 +00:00
Norbert Plött
0785646dcc
Adding handler for formatting variable completion proposals (see bug #129768 )
2006-03-22 00:49:41 +00:00
Mikhail Khodjaiants
373957fc6f
Missing error message.
2006-03-21 19:33:59 +00:00
Mikhail Khodjaiants
d1ad9cfff1
Made "getCommandFile" and "getWorkingDirectory" methods protected.
2006-03-20 23:29:10 +00:00
Mikhail Khodjaiants
2a30a9aa28
ILaunch is added to the arguments list of "doStartSession".
2006-03-17 00:11:08 +00:00
Mikhail Sennikovsky
4cdd79f0b2
chage to the start() method: catching Trowable instead of Exception to handle the case when the error is thrown.
2006-03-16 15:42:50 +00:00
Mikhail Khodjaiants
edb9268280
An ICDebuggerPage adapter is added to retain compatibility with old extensions.
2006-03-15 19:51:24 +00:00
Mikhail Khodjaiants
67a5ca4aef
Reversing previous changes. The existing "verifyProgramPath" method can be used.
2006-03-15 19:05:09 +00:00
Mikhail Khodjaiants
cb1be70bed
The new "getExecutable" method is added to replace deprecated "getProgramFile".
2006-03-15 18:44:36 +00:00
David Inglis
5f63b203d2
fixed bug#131975
2006-03-15 17:16:08 +00:00
Oleg Krasilnikov
e6f7886cc6
Fix for bug #127050 : Eclipse freeses in invalide header file is included.
2006-03-14 14:47:26 +00:00
Mikhail Khodjaiants
17afe7c4ac
Added default implementation for "getExtraArguments". No need to force clients to implement this method.
2006-03-13 22:48:36 +00:00
Norbert Plött
305b4787c5
Fixing bug #131513 - Apply does not work for multiline program arguments
2006-03-13 12:46:37 +00:00
Norbert Plött
cf99e3b36d
Template indentation will honor preference setting "Insert Space for Tabs". Fixing #131311
2006-03-13 10:37:11 +00:00
Mikhail Sennikovsky
ea21457c94
The clean call added for the case build description calculation is failed and full build is needed
2006-03-11 00:15:40 +00:00
Mikhail Sennikovsky
17e7934596
The fix to not invoke clean for the full build when the pre/post build steps are defined
2006-03-10 22:25:10 +00:00
Mikhail Sennikovsky
fc147a1d83
Initial commit for the build description model functionality
2006-03-10 15:21:09 +00:00
Oleg Krasilnikov
6a803d0d95
Bug #69078 : C/C++ indexer too slow.
...
Tests for performance measurement.
Indexer code changes were applied before.
2006-03-10 13:19:22 +00:00
Oleg Krasilnikov
681c59c039
Bug #120361 : IndexEncoderUtil.nodeInVisitedExternalHeader() performance
2006-03-10 11:53:09 +00:00
Doug Schaefer
d78c26534a
PDOM Search - more functional now. Satisfies simple searches.
2006-03-09 19:31:31 +00:00
Doug Schaefer
1ee376bf92
Implemented the scopes for the PDOM search page.
2006-03-08 20:48:12 +00:00
Doug Schaefer
3aea4555f6
PDOM Search, introduced the new Search Page that will hook up the search dialog to the PDOM Search Query. The old page is still there but called 'Old C/C++ Search'.
2006-03-08 19:17:48 +00:00
Leo Treggiari
8bb69fe88f
Apply patch from 125686 which requires the user to visit the Project Type selection page before selecting Finish in the MBS project wizards
2006-03-07 19:53:50 +00:00
Leo Treggiari
73debc0e33
Fix line endings
2006-03-07 18:39:40 +00:00
Leo Treggiari
bdc33b193c
Fix line endings
2006-03-07 18:33:01 +00:00
Mikhail Khodjaiants
52341a3587
Updated the contributors list.
2006-03-06 19:47:30 +00:00
Mikhail Khodjaiants
33cb273cb6
Fix for Bug 93777: Postmortem and Local launch need a default preference for selected debugger.
2006-03-06 18:46:09 +00:00
Norbert Plött
277149fc3f
Implemented the first unit test for CCompletionProcessor2, based on the framework for CCompletionProcessor.
2006-03-06 13:10:59 +00:00
Norbert Plött
4b49083517
Save current completion node as field and make available externally. Useful for fixing #129768 .
2006-03-06 09:25:37 +00:00
Norbert Plött
7a910a5abb
New getter for the CSourceViewer. Useful for fixing #129768
2006-03-06 09:24:25 +00:00
Norbert Plött
37fb31f3ca
Target stream output added to parseable list. Bug 119370.
2006-03-06 07:40:25 +00:00
Leo Treggiari
7bf1557102
Update JUnit tests for today's check-ins
2006-03-03 19:21:37 +00:00
Leo Treggiari
8260954b95
Implement cdt-dev suggestion for mixed C/C++ projects - change C compiler project nature to "both"
2006-03-03 19:21:02 +00:00
Leo Treggiari
2f7eba1275
Apply patch from 130170 - Issues with handling version information while generating IDs
2006-03-03 19:19:47 +00:00