1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/core
Marc-Andre Laperle bc76b0a7c3 Bug 567778 - [Include Browser] Cannot open the Include Browser on file outside source folder
CoreModelUtil.findTranslationUnit only returns CElement in the populated
CModel of a project. This shouldn't change as a large majority of client
code need to see the model this way and not consider files that are
outside source folders. So for a file not under a source folder (and
therefore not in the CModel), we can just create a new translation unit
instance for it. This is actually how the editor deals with it too.

Change-Id: I8898822e94cac8562edcc0a726fdd8680119faca
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2020-10-12 12:15:43 -04:00
..
org.eclipse.cdt.core Bug 567810: Squash over zealous warning from PDE 2020-10-12 10:14:26 -04:00
org.eclipse.cdt.core.linux [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.linux.aarch64 [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.linux.ppc64le [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.linux.x86_64 [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.macosx [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.native [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.tests [releng] Update plug-in versions 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.win32 [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.win32.x86_64 [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.ui Bug 567778 - [Include Browser] Cannot open the Include Browser on file outside source folder 2020-10-12 12:15:43 -04:00
org.eclipse.cdt.ui.tests Bug 567778 - [Include Browser] Cannot open the Include Browser on file outside source folder 2020-10-12 12:15:43 -04:00
pom.xml [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00