[Gambas-user] Position of inherited classes in the IDE project view

Benoît Minisini g4mba5 at gmail.com
Thu Jan 2 13:28:01 CET 2020


Le 02/01/2020 à 13:01, Christof Thalhofer a écrit :
> Hi,
> 
> just searched a class in the IDE and did not find it where it really is.
> 
> I had to go in the terminal and do a
> 
> find | grep -i $xyz
> 
> to find the place where it resides in the file system.
> 
> Then
> 
> vi .src/where/it/really/is/xyz.class
> 
> to look in the code to see that it inherits abc.class.
> 
> But abc class resides in
> .src/abc/deep/down/abc.class
> 
> Oh boy! There it is!
> .src/abc/deep/down/abc->xyz
> 
> Is there the possibility to switch of the behavior of the IDE to show
> classes under the class they inherit from but instead show the real
> position in the file system?
> 
> Alles Gute
> 
> Christof Thalhofer
> 

When a class is not displayed in the tree where it actually is, its icon 
has a black triangle on its bottom right. You just have to display the 
properties of the file to get its actual place.

Regards,

-- 
Benoît Minisini


More information about the User mailing list