Hi Martin,

Using code as shown below seems to break the pascal syntax highlighter
- or the highlighter simply doesn't have support for the #<number>
(character) syntax. The screenshot (see attached) shows my custom
highlighter, but the exact problem occurs in the default pascal.sdef
highlighter.

--------------------------------------
      begin
        for i:=0 to count-1 do
        begin
          case aftype of
            CSV:
writeln(F,'"'+StringReplace(Showi(i),#9,'","',[rfReplaceAll])+'"');
            TXT: writeln(F,StringReplace(Showi(i),#9,';',[rfReplaceAll]));
            TAB: writeln(F,Showi(i));
          end;
        end;
        CloseFile(F);
      end;
--------------------------------------

-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

<<attachment: Screenshot-Untitled Window.png>>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to