Am Friday 13 January 2012 06:58:53 schrieb Martin Schreiber:
> Hi,
>
> MSEide+MSEgui 2.8 for FPC 2.6.0 has been released:
>
> http://sourceforge.net/projects/mseide-msegui/
>
> Martin
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal

You can not go to xxx with the cursor in your editor.
You can only go to the end of a line.
Can you fix that?

begin
 for x := 1 to 10 do 
  writeln;
 end;                 xxx
end;
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to