For people like me that don't know how to execute a *.jar files (smile) here is the syntax.
java -jar ETNotepad.jar The more I played with that demo editor the more I liked the idea of implementing 'elastic tabstops' in Lazarus. I believe this will be a excellent addition to the editor and should make code formatting uniform. Regards, - Graeme - On 11/09/2007, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > When developing in a large team, you have to make convention about the > use of tab in source code. This article suggests a better solution: > rather than saying that a tab character (a 'hard tab') will move the > cursor until the cursor's position is a multiple of N characters, we > should say that a tab character is a delimiter between table cells. > This has a nice side effect, since proportional fonts can now be used. > > http://nickgravgaard.com/elastictabstops/ > > > Cool feature for Lazarus? It should make Tab and Space users happy. > > > Regards, > - Graeme - > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
