Author Topic: ctrl+right or next-word  (Read 2646 times)

billyp

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
ctrl+right or next-word
« on: June 27, 2008, 02:47:11 am »
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.


billyp

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: ctrl+right or next-word
« Reply #1 on: June 27, 2008, 03:11:09 am »
Messed around with it a bit and found next-word style "end" works as expected when in other emulation modes (e.g., CUA and SlickEdit worked ok).  VC++ emulation mode just overrides it or something like that.  I guess.