From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,48610c7d031e8a3c,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!37g2000yqm.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Literate Programming Date: Sat, 5 Sep 2009 20:08:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 86.66.190.223 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1252206516 17107 127.0.0.1 (6 Sep 2009 03:08:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 6 Sep 2009 03:08:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 37g2000yqm.googlegroups.com; posting-host=86.66.190.223; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8190 Date: 2009-09-05T20:08:36-07:00 List-Id: Hi all good friends :p Like a lot of people here, I've enjoyed the GPS environnement and mainly the ability to have refactoring functionalities (to globally rename an intentity in one step) integrated in the editor, along with the ability to jump to a definition (type, package, and the like) with a right-click on an entity in the source. This is the hot spot I like in GPS. But there is also another way of doing things which I like very much and even more for a long : this is named =93 Literate Programming =94 For some time I used Leo ( http://personalpages.tds.net/~edream/front.html ) and in nearest times, I used CodeBrowser and had paricipated in a part of its developpement ( http://code-browser.sourceforge.net/ ) which allow a kind of literate programming and which I had use mainly for a big JvaScript application (literate programming helps as well with language which does not provide any real structuring facilities) That's all nice so far, with just a dark point : what you have with one, you do not have it with the other (I would not want to turn neurotic :p ) So I was wondering if someone has ever heard about some extentions to GPS which would give it literate programming facilities. Or else, if it does not exist, I think I will simply try to integrate some of the GPS tools (which comes as command line tools as well I believe) into CodeBrowser (I've got my own fork of CodeBrowser). Please to read you soon :) Yannick