Hi Expert,
in below c++ codes, I want to slickedit jump to struct definition at line 168 by type hot key CTRL+. at word "geo_location"
but it always jump to the typedef at line 15, it is not my expectation , could you please help ?
.... 15 typedef struct geo_location geo_location;
....168 struct geo_location {
....169 int x;
....170 int y;
....171 };
another question is, I can invoke "Find Symbol" dialog form, but I have to manually input the symbol name in "search for" edit box, is there any method to invoke the "Find Symbol" Dialog with the word at cursor automatically?
PS, my slickedit version is 19.0.2.5
Thanks,
Lusu