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

9608 commits

Author SHA1 Message Date
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
Chris Recoskie
947eedd5bc - Merged changes from cdt_5_0 to HEAD. Too many to mention individually.
- Reworked IFileSystem utility so that now it is noimplement/noextend.  Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes.
- Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule.  Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery.
- Fixed remote indexing.  Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from.  Added API to ITranslationUnit for this purpose.
2010-05-11 22:50:20 +00:00
Andrew Gvozdev
89863c1400 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
more troubleshooting added
2010-05-11 14:43:32 +00:00
Andrew Gvozdev
23734c5141 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
added troubleshooting assert
2010-05-11 14:37:48 +00:00
Markus Schorn
2cdd5df347 Bug 312399: NPE using F3 on undef. 2010-05-11 13:28:47 +00:00
James Blackburn
bc7368e9cf Bug 311189 sometimes we don't notice external .cproject changes after team remove and replace. Fix + test 2010-05-11 11:22:52 +00:00
James Blackburn
91561be4ae Bug 297557 getProjectDescription returns null for non-CDT projects; use the shared description for the decorator. 2010-05-11 11:10:01 +00:00
Sergey Prigogin
a39e7b7bd6 Cosmetics. 2010-05-10 20:31:34 +00:00
Andrew Gvozdev
1a2fce25ec bug 297557: Viewers should clearly indicate whether a file is excluded from build
Better description for Label Decorations in preferences
2010-05-10 14:04:31 +00:00
Sergey Prigogin
5b90e13d79 The previous fix for Linux broke the tests on Windows. This time it's a cross-platform fix. 2010-05-10 00:04:12 +00:00