Re: [lazarus] Request for PR noise !

2006-05-14 Thread Ido Kanner
Quoting Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Sun, 14 May 2006, Ales Katona wrote: > > > Lazarus might not be the best of names but neither is Delphi and > > especialy not Gambas (which sounds extremely moronic). > > > > Delphi is a stupid name too, it's just marketing which got it

Re: [lazarus] Request for PR noise !

2006-05-14 Thread Ido Kanner
Quoting Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Sun, 14 May 2006, m2 wrote: > > > Michael Van Canneyt a ֳ©crit : > > > People taking offense at this name only make themselves ridiculous. > > > I refuse to take that (or them) serious. ( Yes, and I will take the > > > risk that I will b

Re: [lazarus] FITS I/O Libraries

2006-04-17 Thread Ido Kanner
Quoting Lv <[EMAIL PROTECTED]>: > here are available fits format library sources. > "http://fits.gsfc.nasa.gov/fits_libraries.html"; > > What would be the easiest path to incorporate as a unit or library into > lazarus or FPC? > You can write a Pascal unit that will have the API and read it fr

Re: [lazarus] [lazarus-dev] TClipboard.SetAsText

2006-02-12 Thread Ido Kanner
Quoting Vincent Snijders <[EMAIL PROTECTED]>: > Mattias Gaertner wrote: > > On Sat, 11 Feb 2006 21:08:45 +0100 > > Vincent Snijders <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>I am trying to fix issue 1704: copy a piece of text in the editor and > >>then from the messages view. If you p

Re: [lazarus] Code Explorer enhancement

2005-12-14 Thread Ido Kanner
Quoting Florian Klaempfl <[EMAIL PROTECTED]>: > Mattias Gaertner wrote: > > > On Wed, 14 Dec 2005 12:11:18 +0200 > > Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>I find that the words "function" and "procedure" causes a lot of > >>unnecessary horizontal scrolling. It

Re: Serious Benchmarks ???

2005-08-23 Thread Ido Kanner
I can not see how compiled language could be compared to a byte code language... Anyway, every language have it's own good and bad things. I myself use Pascal because I really enjoy using the language, and I don't see it so obsolete as many others do. Some implementation with Pascal does not exi

Re: [lazarus] Security advisory for SynEdit

2005-08-22 Thread Ido Kanner
Quoting Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Mon, 22 Aug 2005, Mattias Gaertner wrote: > > > On Mon, 22 Aug 2005 10:45:04 +0300 > > Ido Kanner <[EMAIL PROTECTED]> wrote: > > > >> Hello all, > >> > >> There is

[lazarus] Security advisory for SynEdit

2005-08-22 Thread Ido Kanner
Hello all, There is a security advisory regarding SynEdit. Don't warry it's not that bad :) It seems that by placing NULL Zerrow chars inside a text file, you can hide from that point, the rest of the file content. That way I can give you a code that may seems like implemention something X but h

Re: [lazarus] Eclipse

2005-08-08 Thread Ido Kanner
Ecllipse is the Java based Emacs of the "new" open source community. It can do so much, that no body is able to use it in a way that gives results :) Delphi, and Lazarus, also have so much, but at least they hide it from a new comming user, and gives only minimal approach to start with :) Ido Qu