Felix Kater: > 1 #if ... > 2 #if ... > 3 my code... > 4 #endif > 5 #endif > > If the cursor is located in line 3, doing the first IDM_PREVMATCHPPC > places the cursor to line 2 (which is OK) but doing a second > IDM_PREVMATCHPC does not move > the cursor into line 1.
Its not supposed to. Line 1 encloses line 2, it doesn't match it. The only match for 2 is forwards to 4. If there was an #else, then IDM_PREVMATCHPPC would go from the #endif to the #else and then the #if. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
