comp.lang.ada
 help / color / mirror / Atom feed
From: Jacob Sparre Andersen <sparre@nbi.dk>
Subject: Re: best way to handle long strings!?
Date: Fri, 16 Aug 2002 16:34:12 +0200
Date: 2002-08-16T16:34:12+02:00	[thread overview]
Message-ID: <3D5D0D64.9070601@nbi.dk> (raw)
In-Reply-To: c923f575.0208150903.5ac6b098@posting.google.com

Jonas wrote:

> for example: for a texteditor or sourceditor is it usefull to use the
> unbounded strings? and to put all lines in one string? or is there a
> better method to handle this?

I would certainly consider to use a data structure, which 
reflects the data better than just one long string. If you 
are going to edit Ada source code, which is line based, some 
kind of table/list/array of lines will probably make more sense.

Greetings,

Jacob
-- 
      My brain needs a "back" button so I can
          remember where I left my coffee mug.




       reply	other threads:[~2002-08-16 14:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <c923f575.0208150903.5ac6b098@posting.google.com>
2002-08-16 14:34 ` Jacob Sparre Andersen [this message]
2002-08-18  4:30   ` best way to handle long strings!? AG
2002-08-19  0:53     ` Robert Dewar
2002-08-19  8:52       ` AG
2002-08-19  9:28         ` Jacob Sparre Andersen
2002-08-21  8:17           ` AG
2002-08-17 10:57 ` Robert Dewar
2002-08-24 13:32   ` Bruce or Tracy Jacobs
2002-08-24 21:48     ` Robert Dewar
2002-08-25 17:49       ` Vincent Marciante
2002-08-26 16:36         ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox