Hello,
I have the feeling my question is somehow simple but after searching on the forum (which became my top consulted site for the last 7 days) i did not found an answer.
Currently my app is in 1000 code lines long (which is few) all in one window.
It became somehow boring to search (even with the IDE combo or ctrl+f) some functions.
As a C programmer I'm used to split my code into several files so files keep small and functions are sorted by kind (i/o, AI, interface, db,...)
I tryed to achieve the same with the IDE but failed, the best i managed to do is to add a new code module to my project, but no variables were shared (unless maybe I duplicate the definition from the main, which is boring...)
Do we have a way we could have several tabs which share process global vars as well as globals ?
If no, what is the recommended way to split my functions (that use process global and globals vars) in several tabs so we don't have huge code on only one tab.
Regards,
Himred
I have the feeling my question is somehow simple but after searching on the forum (which became my top consulted site for the last 7 days) i did not found an answer.
Currently my app is in 1000 code lines long (which is few) all in one window.
It became somehow boring to search (even with the IDE combo or ctrl+f) some functions.
As a C programmer I'm used to split my code into several files so files keep small and functions are sorted by kind (i/o, AI, interface, db,...)
I tryed to achieve the same with the IDE but failed, the best i managed to do is to add a new code module to my project, but no variables were shared (unless maybe I duplicate the definition from the main, which is boring...)
Do we have a way we could have several tabs which share process global vars as well as globals ?
If no, what is the recommended way to split my functions (that use process global and globals vars) in several tabs so we don't have huge code on only one tab.
Regards,
Himred