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

9067 commits

Author SHA1 Message Date
Andrew Gvozdev
ac41db14fe bug 306222: Further enhancement of Save Build Console feature
Accessibility and slight wording change
2010-05-21 16:07:13 +00:00
Andrew Gvozdev
e7c1bd5900 bug 306222: Further enhancement of Save Build Console feature
Discontinue logging per configuration added in bug 294106
2010-05-21 16:01:26 +00:00
Andrew Gvozdev
260dc6e8f0 fixed since tag because it annoys me 2010-05-21 14:11:28 +00:00
Andrew Gvozdev
c7d29290dd bug 306222: Further enhancement of Save Build Console feature 2010-05-21 13:53:29 +00:00
James Blackburn
d46eb7e4b7 Bug 313783 Log a warning if an external settings provider can't be found for the requested id 2010-05-20 17:26:56 +00:00
Markus Schorn
4a6ea58842 Bug 313725: Suppress error when parsing a file of a project that is being closed. 2010-05-20 14:42:33 +00:00
Markus Schorn
f5785de8fe Testcase for updating file-local types. 2010-05-20 13:08:37 +00:00
Markus Schorn
aad1b851fb Limit number of OOM Errors swallowed by the indexer to 5. 2010-05-20 12:39:12 +00:00
Markus Schorn
ae9ae4a2ec Write PDOM version in readable format to the parser log. 2010-05-20 12:37:56 +00:00
Markus Schorn
7a11f618c6 Bug 312515: Fix selection for qualified names in info control. 2010-05-19 12:45:15 +00:00
Markus Schorn
37f471698a Bug 311164: Correct getDefinitions() for specializations. 2010-05-19 11:11:07 +00:00
James Blackburn
6a7af13d61 Bug 312575 Performance patch, don't reconcile if not needed 2010-05-19 10:02:34 +00:00
Sergey Prigogin
bd4da84e73 Corrected logic for determining if a URI points to a workspace file. 2010-05-19 06:59:01 +00:00
Alena Laskavaia
5d3f18cb04 Added ability to read source if running as non plugin test 2010-05-19 02:36:12 +00:00
James Blackburn
501ba90f28 Bug 312575 Reconciling external settings should ensure config referenced settings are in the correct order. 2010-05-18 17:21:37 +00:00
James Blackburn
ba5001ebc1 Bug 312575 Updating a .cproject doesn't update settings in referencing projects. Patch 3 + JavaDoc 2010-05-18 16:05:28 +00:00
Markus Schorn
f40a8f3e32 Fix occasional JUnit failure. 2010-05-18 07:55:53 +00:00
Markus Schorn
09ee27c920 Related to bug 312805: Indexer shall not attempt to index remote resources. 2010-05-18 07:01:49 +00:00
Doug Schaefer
5e5b51e35a Bug 313038 - Includes path lost on restart. Moved the init of the config data provider to bundle start time so it's ready in time for first project creation. 2010-05-18 02:08:11 +00:00
Markus Schorn
eb314dd0f3 Renamed testcase. 2010-05-17 14:26:36 +00:00
Markus Schorn
cbabb21a6e Removes use of static instance of NullProgressMonitor (once canceled it remains to be canceled). 2010-05-17 14:16:14 +00:00
Sergey Prigogin
4ed86bfe6c Minor code simplification. 2010-05-17 06:58:55 +00:00
Sergey Prigogin
34c589670a Types of binary expressions involving arrays. Bug 313037. 2010-05-17 06:57:58 +00:00
Sergey Prigogin
da79fc4ed3 Cosmetics. 2010-05-17 06:30:21 +00:00
Sergey Prigogin
ee53c2d94d Cosmetics. 2010-05-17 04:52:31 +00:00
Sergey Prigogin
a0fe770fad Use NLS. 2010-05-16 00:23:09 +00:00
Sergey Prigogin
328e9da961 Copy from Type Hierarchy. 2010-05-16 00:09:56 +00:00
Sergey Prigogin
9790fbc6ab Cosmetics. 2010-05-16 00:08:39 +00:00
James Blackburn
1c2aa84166 JavaDoc 2010-05-14 15:46:28 +00:00
James Blackburn
e4d218aa70 Bug 312575 tidy patch 2010-05-14 12:16:23 +00:00
James Blackburn
6c877ddbfe Enable new javacProjectSettings=true for PDE build warnings to match JDT warning settings 2010-05-14 08:45:48 +00:00
Sergey Prigogin
57eb344aaa Copy from Call Hierarchy view. Bug 305471. 2010-05-14 07:52:37 +00:00
Andrew Gvozdev
845e51b0a5 bug 312812: JUnit failure in Hudson builds - ManagedBuildCoreTests20.testScannerInfoInterface
Reverted to 1.11 as the last revision broke JUnit test
2010-05-14 01:57:52 +00:00
James Blackburn
6a61597cf9 Tweak comment 2010-05-13 15:39:56 +00:00
James Blackburn
3f1aea2339 Bug 311468 revised fix 2010-05-13 15:34:32 +00:00
Andrew Gvozdev
8e90b2c6f8 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
finally, a fix
2010-05-13 15:05:14 +00:00
James Blackburn
f3fdc00e62 Bug 312575 Changes aren't propagated when the referencing project references the active configuration. JavaDoc + tests. 2010-05-13 14:40:38 +00:00
Sergey Prigogin
a9a8a0baf1 Remove trailing whitespace in matches. 2010-05-13 07:32:10 +00:00
Sergey Prigogin
43dbe6cc86 Cosmetics. 2010-05-13 07:31:36 +00:00
Andrew Gvozdev
dc1f19458f bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
one more check
2010-05-13 02:53:16 +00:00
Andrew Gvozdev
e4895ce3c0 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
More detailed message in case of interruption
2010-05-12 20:30:56 +00:00
Vivian Kong
1b93077911 Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-catch and do-while(head stream) - fix by John Liu 2010-05-12 17:19:17 +00:00
James Blackburn
1347433fa7 Bug 311189 Settings changed / lost after project set re-import. IResource#getModificationStamp doesn't honour the API contract. It may return an identical stamp even if the underlying resource has been removed and re-added. 2010-05-12 10:12:55 +00:00
Markus Schorn
18f0684dd3 Undo part of the merge from 5.0. 2010-05-12 09:13:35 +00:00
Markus Schorn
9bf851d6c9 Undo part of the merge from 5.0. 2010-05-12 09:03:17 +00:00
Sergey Prigogin
405b096fc0 Cosmetics. 2010-05-12 06:29:42 +00:00
Sergey Prigogin
65d630c31c Cosmetics. 2010-05-12 06:26:04 +00:00
Andrew Gvozdev
207ec8f911 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
More investigative asserts added
2010-05-12 02:03:55 +00:00
Sergey Prigogin
a16a16e0b4 Persistence of visibility setting for Enclosing Definition column. 2010-05-12 01:34:16 +00:00
Sergey Prigogin
f8ea863db6 Fix for bug 312198. Submitted on behalf of Markus, 2010-05-12 01:31:23 +00:00