comp.lang.ada
 help / color / mirror / Atom feed
From: "Steve" <nospam_steved94@comcast.net>
Subject: Re: Literate Programming in Ada, AdaDoc, AdaBrowse
Date: Sun, 10 Oct 2004 15:06:49 GMT
Date: 2004-10-10T15:06:49+00:00	[thread overview]
Message-ID: <decad.215955$MQ5.86558@attbi_s52> (raw)
In-Reply-To: VdOdnQV68tGu3_TcRVn-rQ@gbronline.com


"Wes Groleau" <groleau+news@freeshell.org> wrote in message
news:VdOdnQV68tGu3_TcRVn-rQ@gbronline.com...
> Steve wrote:
>
> > Just to share another hairbrained scheme regarding documentation.
> >
> > What I would like to see is a fancy programming editor that allows you
to
> > include text, graphics, spreadsheets, etc., in comments.
> >
> > A way to do this is to maintain the source code as text with special
markers
> > referencing the comments, and maintain the comments in a separate file
or
> > database.  The approach has the advantage that the compiler doesn't have
to
> > deal with the comments and the source may be viewed without the comments
> > using a different editor.  It has the disadvantage that a special editor
is
> > required to edit the code along with the comments, and since the code
and
> > comments are in separate files, there is always potential of losing the
> > comment files.  The editor could be made to output the source with
comments
> > in a standard format: html, pdf, etc.
>
> Already available:
>

Great!
Where can I find it?
I'm running on Windows 2000.

Steve
(The Duck)

> fancy editor    = WYSIWYG HTML or XML editor
> viewer          = web browser
> special markers = XML tags
>
> This can be done in the style I earlier proposed,
> where the code is extracted from the file for compiling.
> But it can also be done where the HTML/XML appears ONLY
> in the code comments.  In the latter, however, it may be
> difficult to make right margins (indents) look right.
>
> -- 
> Wes Groleau
>
> A pessimist says the glass is half empty.
>
> An optimist says the glass is half full.
>
> An engineer says somebody made the glass
>         twice as big as it needed to be.





  reply	other threads:[~2004-10-10 15:06 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-09 17:44 Literate Programming in Ada, AdaDoc, AdaBrowse Nick Roberts
2004-10-09 18:39 ` Wes Groleau
2004-10-09 21:04   ` Nick Roberts
2004-10-09 21:39     ` stephane richard
2004-10-09 23:40     ` Wes Groleau
2004-10-10 16:39     ` Simon Wright
2004-10-12  0:42       ` Georg Bauhaus
2004-10-11  7:33     ` Ole-Hjalmar Kristensen
2004-10-09 19:21 ` Pascal Obry
2004-10-09 21:47   ` Nick Roberts
2004-10-09 23:20     ` Björn Persson
2004-10-10  8:28       ` Oliver Kellogg
2004-10-10 10:03         ` Björn Persson
2004-10-10 15:27           ` Stephen Leake
2004-10-09 23:49     ` Wes Groleau
2004-10-10 10:36     ` Pascal Obry
2004-10-10 11:26       ` Marius Amado Alves
2004-10-18  8:17         ` Jacob Sparre Andersen
2004-10-18 11:15           ` Marius Amado Alves
2004-10-18 12:46             ` Björn Persson
2004-10-18 15:39               ` Marius Amado Alves
2004-10-18 13:47             ` Jacob Sparre Andersen
2004-10-09 22:54 ` Lionel Draghi
2004-10-09 22:56 ` Björn Persson
2004-10-09 23:55   ` Wes Groleau
2004-10-10  1:02     ` Björn Persson
2004-10-10 14:02       ` Wes Groleau
2004-10-10  3:29 ` Steve
2004-10-10 14:08   ` Wes Groleau
2004-10-10 15:06     ` Steve [this message]
2004-10-10 15:20   ` Stephen Leake
     [not found]   ` <rlsfz4jdjuj.fsf@jacob.crs4.it>
2004-10-15 13:33     ` Marius Amado Alves
2004-10-16  1:50     ` Steve
2004-10-16 19:46       ` Jacob Sparre Andersen
2004-10-17  3:46         ` Steve
2004-10-10  8:21 ` Stephane Riviere
2004-10-11 23:02   ` Björn Persson
2004-10-11 23:31     ` Missing features in NaturalAdaBrowseDoc Lionel Draghi
2004-10-12  0:14       ` tmoran
2004-10-12 12:58       ` Marc A. Criley
2004-10-12 21:20         ` Lionel Draghi
2004-10-12 17:49       ` Stephane Riviere
     [not found]         ` <416c48a7$0$28918$636a15ce@news.free.fr>
2004-10-12 21:18           ` Lionel Draghi
2004-10-13 16:38           ` Stephane Riviere
2004-10-14 19:56             ` Lionel Draghi
2004-10-15 16:59               ` Stephane Riviere
2004-10-12 17:29     ` Literate Programming in Ada, AdaDoc, AdaBrowse Stephane Riviere
2004-10-10  9:34 ` Andre
2004-10-10 15:24   ` Stephen Leake
2004-10-10 18:04     ` Andre
2004-10-11 23:32     ` Lionel Draghi
2004-10-12  0:13       ` Björn Persson
2004-10-10 15:13 ` Stephen Leake
2004-10-11 20:28 ` Nick Roberts
2004-10-11 22:26   ` Björn Persson
2004-10-12 14:09     ` Nick Roberts
2004-10-13  5:01       ` Pylinius
2004-10-13 16:06         ` Nick Roberts
2004-10-13 17:17     ` Pascal Obry
2004-10-17 18:47   ` Bernhard Mulder
2004-10-18 18:06     ` Nick Roberts
2004-10-19  4:41       ` Bernhard Mulder
2004-10-19  9:52         ` Peter Hermann
2004-10-19 10:01         ` Nick Roberts
2004-10-23 21:39           ` Bernhard Mulder
replies disabled

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