[Bug 60015] New: better integration of code and documentation

Sphere sphere1952 at attbi.com
Wed Jun 18 20:25:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60015     
           Summary: better integration of code and documentation
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: sphere1952 at attbi.com


Version:            (using KDE Devel)
Installed from:    Compiled sources

I want to be able to enter notes/comments/documentation-parts anywhere in my source, even if it means adding an extra layer before the compilier with my source embedded in an HTML (or whatever) file.  It would also be nice to be able to highlight parts of my source and do the other sorts of things you can do in HTML but not in ASCII.

This could be done with a separate database, but I bet it would break on a regular basis.  Working with a file which needed a preprocessing step  in order to strip out the non-source data is less likely to break.

(I do mean anywhere.  One of the most important things I want to be able to add is a pointer from the use of a variable to some other part of the code which would not be reached by any obvious source traversal.  This would require adding both the URL and a destination tag.)




More information about the KDevelop-devel mailing list