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
This seems like a good idea to me, but what do others think?
Something like:
if eoTabsToSpaces in Options then
begin
var S := GetClipboardText;
var Spaces := StringOfChar(#32, TabWidth);
S := StringReplace(S, #0009, Spaces, [rfReplaceAll]);
SetSelTextPrimitiveEx(PasteMode, S, True);
end
else
SetSelTextPrimitiveEx(PasteMode, GetClipboardText, True);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This seems like a good idea to me, but what do others think?
Something like:
-Mark
Beta Was this translation helpful? Give feedback.
All reactions