dxx-rebirth/common/ui
Kp 2243cd7f58 Use xrange for loops with zero start and constant numerical end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*\(!=\|<\)\s*\([0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\4u))/
2019-05-04 18:27:36 +00:00
..
button.cpp
checkbox.cpp
dialog.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
file.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
gadget.cpp
icon.cpp
inputbox.cpp
keypad.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
keypress.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
listbox.cpp
menu.cpp
menubar.cpp
message.cpp
radio.cpp
scroll.cpp
ui.cpp
uidraw.cpp
userbox.cpp