1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

7920 commits

Author SHA1 Message Date
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
Oleg Krasilnikov
7f33784eff Bug 68078: removed delay affects indexing procedure too much. 2006-03-03 13:22:23 +00:00
Oleg Krasilnikov
632cfdc3d6 The following changes are made:
- xxIndexVisitor objects are reused
- NamedEntry objects are reused where possible (not always).

Result:
overall memory consumption during indexation
is decreased by 10% approximately.
2006-03-03 12:41:56 +00:00
Oleg Krasilnikov
2e43c1a04b Bug #121368: createReconciledPath() speed up.
Memory consumption is decreased seriously.
From outside, method functionality is not affected.
Tests behave in the same way before and after this
change.
2006-03-03 12:30:14 +00:00
Mikhail Khodjaiants
87084d47d1 Select the first available command factory when a new launch configuration is created. 2006-03-01 21:49:42 +00:00
Mikhail Khodjaiants
40de7ba4a9 Cleanup. 2006-02-27 22:55:11 +00:00
Mikhail Khodjaiants
8e51e51706 All serializable objects should have a stable serialVersionUID. 2006-02-27 22:53:47 +00:00
Mikhail Khodjaiants
bd4f3660ec Discouraged access to EditorsPlugin. Added support for SharedTextColors to CDebugUIPlugin. 2006-02-27 22:49:59 +00:00
Mikhail Khodjaiants
26c21da5a6 Bug 89429: replaced the usage of the internal SourceLookupUIUtils class by DebugUITools. 2006-02-27 22:25:35 +00:00
Mikhail Khodjaiants
3d876aa65c Added dependency to the org.eclipse.ui.views plugin (needed to use the breakpoint actions in the Outline view). 2006-02-27 22:16:34 +00:00
Mikhail Khodjaiants
e69e9f0765 The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed the UI related to CDirectorySourceContainer. 2006-02-27 21:59:27 +00:00
Mikhail Khodjaiants
e1c3a8d36b The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed the UI related to CDirectorySourceContainer. 2006-02-27 21:56:31 +00:00
Mikhail Khodjaiants
fd4aeb67d1 The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed CDirectorySourceContainer and related classes. The CDirectorySourceContainerType is kept for migration purposes. 2006-02-27 21:56:06 +00:00