OSDN Git Service

タブ文字チェック
authorC.Ponapalt <ponapalt@shillest.net>
Sun, 22 Jan 2006 14:05:12 +0000 (14:05 +0000)
committerC.Ponapalt <ponapalt@shillest.net>
Sun, 22 Jan 2006 14:05:12 +0000 (14:05 +0000)
bottleclient/MainForm.pas

index b96716a..585ee5f 100755 (executable)
@@ -1384,6 +1384,11 @@ begin
         Result := '"' + SsParser[i] + '"'#13#10 +
                   '\82Í\81ASSTP Bottle\82Å\94F\82ß\82ç\82ê\82È\82¢\82©\81A\94F\8e¯\82Å\82«\82È\82¢\83^\83O\82Å\82·\81B';
         Exit;
+      end else if SsParser.MarkUpType[i] = mtStr then begin
+        if Pos(#9,SsParser[i]) > 0 then begin
+          Result := '\83^\83u\95\8e\9a\82Í\81ASSTP Bottle\82Å\8eg\97p\82Å\82«\82Ü\82¹\82ñ\81B';
+          Exit;
+        end;
       end;
     end;
     if (SsParser[0] <> '\t') and Pref.WarnYenTNotExist then begin