Displayed files while cuba mode vs project mode

Hi Team ,

Currently I’m using Intellj

CUBA Platform version: 7.2.0
CUBA Studio plugin version: 13.0-191
IntelliJ version: IntelliJ IDEA 2019.1.3 (Ultimate Edition)

I’m facing issues while views project in Cuba Mode

if i created nested packages in any application tier i’m not able to see classes or even the properties files attached below is sample case while this PropertiesService is util service that is reading attributes from .properties file but i’m not able to see the file in Cuba project display mode although if switched to project view mode I will be able to see it

Cuba Mode

image

Project Mode

image

The same scenario is also happened with java classes for nested packages for example below

Cuba Mode
image

Project Mode
image

This cases is happening inside all application tiers

Thanks

Hi,

This is known behavior. CUBA project tree does NOT display all files - only some known files like services, entities, beans and so on.
So sometimes you have to switch to standard project tree to view necessary files.

We have ticket to improve the behavior: https://youtrack.cuba-platform.com/issue/STUDIO-6954
But currently we don’t have any solutions for it.

1 Like