I can not get VS (version 7.0) to acknowledge by "next-word" style. Although I change it to "end" it always behaves as "begin" (no difference that I can tell).
Could the problem be that I have my emulation set to 6.0?
Could this somehow be related to my installing the Trial version beforehand? I only ask this because some of the registered product still seems to reference the trial version. For instance, my Slick-C Tag file had entries for "\program files\slickedit 2007 trial\" which was easy enough to fix (delete and recreate for appropriate directory). There is also a problem with my vsusrdefs.e where I have a line:
def_apiidx_path='"C:\Program Files\SlickEdit 2007 Trial\';
Which I manually changed to where I have VS installed:
def_apiidx_path='"C:\Program Files\SlickEdit 2007l\';
however every time I change my next-word style it reverts back to the '"C:\Program Files\SlickEdit 2007 Trial\';
Frustrating.