Am 08.06.2011 12:03, schrieb Schindler Karl-Michael:
> My prime topic in editors is dealing with line endings, because to
> my surprise some editors still fail. The behavior I expect is:
>
> 1) Save in the same format as opened. Definitely no automatic conversion.
> (Think of editing files on a sam
Am 07.06.2011 20:02, schrieb Graeme Geldenhuys:
> On 7 June 2011 16:00, reynolight wrote:
>> If you prefer syntax hilites etc., completely customizable to your
>> requirements, go and get EditPlus, www.editplus.com. Even on Wine.
> How do you call a FPC 64-bit Linux compiler
Am 06.06.2011 22:02, schrieb Rainer Stratmann:
> http://www.geany.org/
> Screenshots:
> http://www.geany.org/uploads/Gallery/geany_main.png
> http://www.geany.org/uploads/Gallery/geany_build.png
>
> http://www.geany.org/uploads/Gallery/geany_plugins.png
> ___
Am 20.04.2011 16:58, schrieb Michael Van Canneyt:
>
> Well,
>
> This is the implementation of FileGetAttr:
>
> Function FileGetAttr (Const FileName : String) : Longint;
> begin
> Result:=GetFileAttributes(PChar(FileName));
> end;
>
> As you can see, the function returns the result of the
> GetFil
Am 20.04.2011 13:47, schrieb Michael Van Canneyt:
>
>
> On Wed, 20 Apr 2011, reynolight wrote:
>
>> g: is the XP system volume. x: is the truecrypted NTFS partition. No
>> problem to set / get / show file attributes with Win32 GUI on both
>> volumes. S
g: is the XP system volume. x: is the truecrypted NTFS partition. No
problem to set / get / show file attributes with Win32 GUI on both
volumes. Same with attrib.exe on console.
sysutils.FileGetAttr(g:\*) is fine, as well, but FileGetAttr(x:\*)
returns -1 as an error.
After copying a file from x: