You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i tried to comment multiple lines of code by selecting text and pressing ctrl+/ but only last line is commented.
TIC version used 0.80.1344
Example: selecting all this text and pressing ctrl+/ does this:
if btn(0) then y=y-1 end
if btn(1) then y=y+1 end
if btn(2) then x=x-1 end
--if btn(3) then x=x+1 end
i suggest it does this instead:
--if btn(0) then y=y-1 end
--if btn(1) then y=y+1 end
--if btn(2) then x=x-1 end
--if btn(3) then x=x+1 end
Thanks for considering this issue.
The text was updated successfully, but these errors were encountered:
Hello, i tried to comment multiple lines of code by selecting text and pressing ctrl+/ but only last line is commented.
TIC version used 0.80.1344
Example: selecting all this text and pressing ctrl+/ does this:
if btn(0) then y=y-1 end
if btn(1) then y=y+1 end
if btn(2) then x=x-1 end
--if btn(3) then x=x+1 end
i suggest it does this instead:
--if btn(0) then y=y-1 end
--if btn(1) then y=y+1 end
--if btn(2) then x=x-1 end
--if btn(3) then x=x+1 end
Thanks for considering this issue.
The text was updated successfully, but these errors were encountered: