Re: [fpc-pascal] Re: Userfriendly editor

2011-06-08 Thread reynolight
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

Re: [fpc-pascal] Userfriendly editor

2011-06-08 Thread reynolight
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

Re: [fpc-pascal] Userfriendly editor

2011-06-07 Thread reynolight
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 > ___

Re: [fpc-pascal] FileGetAttr fails on TrueCrypt partition

2011-04-20 Thread reynolight
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

Re: [fpc-pascal] FileGetAttr fails on TrueCrypt partition

2011-04-20 Thread reynolight
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

[fpc-pascal] FileGetAttr fails on TrueCrypt partition

2011-04-20 Thread reynolight
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: