[Gambas-user] Position of inherited classes in the IDE project view
Christof Thalhofer
chrisml at deganius.de
Thu Jan 2 13:01:48 CET 2020
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
--
Dies ist keine Signatur
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200102/04265169/attachment.sig>
More information about the User
mailing list