Giter VIP home page Giter VIP logo

classtree's Introduction

ClassTree

Small application for generating class trees. The minimum supported Delphi version is 10.3.3 due to the use of inline variables. Since we want to move forward we will not accept requests to remove the use of these inline variables. If you need this utility for an older Delphi version you may make the required code changes yourself, they're not hard.

How to use?

  1. Add all the units which contain the classes you want to have in the tree to the project

  2. Run it.

  3. Click "Generate" button. You will receive a tree containing all those classes and the classes used in the generator itsself.

  4. Select a node and click "Export selected node". This will create a text only representation (used font here is Courier New, as it contains those line characters and is monospaced).

  5. You may select text in the memo (Ctrl-A selects all) and copy it via Ctrl-C or use the "Copy to clipboard" button.

Here's how the outputs look like when being applied on the unaltered program:

This is how it looks after generating the class tree: Class hierarchy shown in a TTreeview

This is how it looks after selecting the first node of the class tree and exporting this into textual form: Class hierarchy exported into text form

The license for this project is Apache 2.0, see file LICENSE.

classtree's People

Contributors

mhumm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.