comp.lang.ada
 help / color / mirror / Atom feed
* Un-crunching
@ 2003-03-25 23:50 Phaedrus
  2003-03-26  1:30 ` Un-crunching tmoran
  0 siblings, 1 reply; 15+ messages in thread
From: Phaedrus @ 2003-03-25 23:50 UTC (permalink / raw)


On a similar note to Martin's un-separating note, does anybody know how to
"un-crunch"
filenames?  I've got a LOT of files whose names have been crunched with
gnatkr down
to 8+3 format, and now Gnat isn't happy with the shortened names.  Is there
a utility to parse
the packages and give them a standard filename?  I had hoped that a
parameter with gnatkr
would have been able to undo it, but that doesn't seem to be the case.
Sure, I could write a utility,
but I'd rather not reinvent the wheel.  Or maybe I'm missing a Gnat
parameter that would make it
happier with the crunched names?  I'd really rather not have to rename all
of these files!

TIA,
Phaedrus





^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: Un-crunching
@ 2003-03-28 14:31 David C. Hoos
  2003-03-28 15:08 ` Un-crunching Thomas Wolf
  2003-03-30 17:05 ` Un-crunching Martin Krischik
  0 siblings, 2 replies; 15+ messages in thread
From: David C. Hoos @ 2003-03-28 14:31 UTC (permalink / raw)
  To: comp.lang.ada mail to news gateway; +Cc: Martin.Krischik

"Reading between the lines," it seems what you want to do is to
"browse" source files from the standard Ada library.

GNAT provides two easy and effective ways to do this, viz.:

  1.  Use the emacs editor with ada-mode

  2.  Use gnathtml (a perl script) to generate navigable html
       pages showing the source code.

Both of these methods provide color syntax highlighting, and
navigation from a reference to an identifier to its declaration.

Emacs also provides a clickable list of references to an identifier.

I use emacs for developing, and provide html files for projects at
certain milestones in a public directory, so the files can be
browsed by others.

The perl script has a switch that specifies whether you want to
include the standard library in the generated html.







^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2003-03-31 17:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-25 23:50 Un-crunching Phaedrus
2003-03-26  1:30 ` Un-crunching tmoran
2003-03-26 17:02   ` Un-crunching Martin Krischik
2003-03-26 17:28     ` Un-crunching Stephen Leake
2003-03-27 18:59       ` Un-crunching Martin Krischik
2003-03-31 17:20         ` Un-crunching Stephen Leake
2003-03-26 18:43     ` Un-crunching Martin Dowie
2003-03-27 18:40       ` Un-crunching Martin Krischik
2003-03-28 21:01         ` Un-crunching Brian Gaffney
2003-03-30  4:43           ` Un-crunching tmoran
  -- strict thread matches above, loose matches on Subject: below --
2003-03-28 14:31 Un-crunching David C. Hoos
2003-03-28 15:08 ` Un-crunching Thomas Wolf
2003-03-28 15:10   ` Un-crunching Thomas Wolf
2003-03-28 17:15   ` Un-crunching Jeffrey Carter
2003-03-30 17:05 ` Un-crunching Martin Krischik

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