1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Add message box about the availability of manual block indent.

This commit is contained in:
FellippeHeitor 2016-01-06 23:14:58 -02:00
parent acee40bf72
commit 8187641862

View file

@ -3623,6 +3623,17 @@ DO
IF ideselect AND ideautoindent = 0 THEN GOTO IdeBlockDecreaseIndent
END IF
IF menu$(m, s) = "~Decrease indent Shift+TAB" OR menu$(m, s) = "~Increase indent TAB" THEN
IF ideautoindent <> 0 THEN
ideerrormessage "Not available when auto indent is active (Options/Code Layout)."
PCOPY 3, 0: SCREEN , , 3, 0: idewait4mous: idewait4alt
GOTO ideloop
ELSE
PCOPY 3, 0: SCREEN , , 3, 0: idewait4mous: idewait4alt
GOTO ideloop
END IF
END IF
IF menu$(m, s) = "#Language..." THEN
PCOPY 2, 0
retval = idelanguagebox