Hi, I havily use
user.shortcuts=\ ... Alt+Up|IDM_PREVMATCHPPC|\ Alt+Down|IDM_NEXTMATCHPPC|\ ... Hoever if it comes to nested structures, doing IDM_PREV/NEXT MATCHPPC twice does not work. Example C code: 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. So, hopefully someone could change the piece code inside of icewm which seems to check first if the cursor is already at a matchpoint and somehow skips further action. Note: It's the same with IDM_NEXTMATCHPPC in downward direction. Thank You _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
