Hi All,
I'm a newbie to UltraEdit.
Does UE have a feature like the context window as seen in Source Insight? Essentially, this window automatically displays the definition of a function or constant defined in another source file. For example, if I have the definition
#define TRUE 1
defined in, say, a header file named allContants.h and I were to use the constant TRUE in a source-code file which includes the header file allContants.h, then the context window automatically displays the corresponding definition line from the header file. This allows for quickly comprehending source code which you may not have written (or wrote, but forgot why you wrote it ). I haven't been able to find such a feature with UE, unless I've been looking in the wrong place.
Can anyone please tell me if UE has such a "context window" feature as in Source Insight?
Thanks for your time.
-B
I'm a newbie to UltraEdit.
Does UE have a feature like the context window as seen in Source Insight? Essentially, this window automatically displays the definition of a function or constant defined in another source file. For example, if I have the definition
#define TRUE 1
defined in, say, a header file named allContants.h and I were to use the constant TRUE in a source-code file which includes the header file allContants.h, then the context window automatically displays the corresponding definition line from the header file. This allows for quickly comprehending source code which you may not have written (or wrote, but forgot why you wrote it ). I haven't been able to find such a feature with UE, unless I've been looking in the wrong place.
Can anyone please tell me if UE has such a "context window" feature as in Source Insight?
Thanks for your time.
-B