Re: coding text editor



llothar <llothar@xxxxxx> writes:
I'm the author of a (closed source) IDE and one of the few who is
not using the scintilla widget. I can only tell you that the stuff
recommended from steve is old and makes a lot of features impossible
or had to implement. Texts are not span's of characters. They are
structured in lines and we should preserve this.

Perhaps you can manage to convince to author of the toy program you
use for posting to usenet that preserving the line (or even paragraph
structure) of the text would be more sensible than forcing it into the
'well-kown' Windows-invented 'comb structure' ...

Independently of this, it ocasionally pays to become familiar with
something before declaring it to be obsolete for some weird reason.
Quoting from the linked paper (I have not read it entirely, because I
have no actual interest in text editing):

The more sophisticated sequence data structures keep the
sequence as a recursive sequence of spans of text. The line
span method keeps each line together and keeps an array or a
linked list of line pointers.
.



Relevant Pages

  • Re: Combining Data from multiple fields
    ... Steve, your example got the ball rolling and I was able to successfully ... I can certainly understand you want the LSR to be *displayed* in the ... there may be occasional gaps in the sequence of the numbers. ... the form or report is based on, or in the Control Source of an unbound ...
    (microsoft.public.access.forms)
  • Re: How are date links identified?
    ... > Hello Steve, hello Siggy, ... >>> For hammock tasks I don't even bother. ... >>> data table, and also something called the Unique ID, a sequence number ... >>> MS Project Trainer & Consultant ...
    (microsoft.public.project)
  • Re: Adding auto-numbered field screws up Table order
    ... Steve Schapel, Microsoft Access MVP ... > if you use a Query joining this table to some other table, ... > Grouping property of a Report to control the sequence. ...
    (microsoft.public.access.tablesdbdesign)
  • RE: find last number in a string?
    ... Will only work on numbers (Not 1234/1 which is general/text) ... "Steve" wrote: ... for it to return the next in the sequence. ... its a pity you cant just think these thoughts in "help"...:) ...
    (microsoft.public.excel.misc)