1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-31 12:13:34 +02:00
cdt/core/org.eclipse.cdt.ui.tests
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
..
.settings Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projects 2020-08-30 20:02:41 -04:00
icons
META-INF Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
resources Bug 522200: [C++17] Add support for structured binding declarations 2019-08-05 09:00:35 +02:00
src/org/eclipse/cdt/ui Bug 564002: Restore the default pattern of the surefire-plugin 2020-08-13 14:18:47 -04:00
ui/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
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.options
.project
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Bug 540373: Cleanup: Remove trailing whitespace in properties files 2018-11-23 07:52:26 +00:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml Bug 536255 - Extension point for open call hierarchy view 2018-09-08 03:03:00 -04:00
pom.xml [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
test.xml