Author Topic: syntax expansion in C/C++ for: if...else #if  (Read 7713 times)

lsearing

  • New Community Member
  • Posts: 1
  • Hero Points: 0
  • Larry
syntax expansion in C/C++ for: if...else #if
« on: December 11, 2009, 03:48:13 PM »
How do I perform "if...else" syntax expansion (step-by-step please)?  I can get "if" and "do" to work but typing if...else<space>, as shown in the alias list, does nothing.

If I type an else after an existing if statement, a syntax expansion pops up showing else {...}.  Selecting that puts {...} after the else an shows it highlighted as a selection, but any key stroke (space, enter, Ctrl-space, Ctrl-Shift-O) deletes the highlighted text:

Also #if<space> does nothing.

I'm using SlickEdit 2009.
« Last Edit: December 11, 2009, 04:30:34 PM by lsearing »