Jump to content
Sign in to follow this  
Alberto Fornés

TICdoc a program to document software projects

Recommended Posts

Hello, some time ago I thought of making a program that could be used by young programmers and students who need to write a project document and show them the possibilities of programs they could develop with Delphi. I have recently published the program and it is called TICdoc. The program also has a diagram editor and a code editor for saving code snippets that can be tagged for further searches. A project document is generated by uniting various types of sections (functional requirements, table of contents, Gantt charts, use cases, etc). Some of these sections have their own editor and the editable sections have a text editor (html) to which styles (css) can be applied. The program uses a SQLite database. It is free and does not have any usage restrictions. It is signed with an OV certificate, which I know shows some warning when downloading it in the browser.

 

You can see it at TICdoc  , there is also a youtube channel (currently only in spanish) where you can watch short videos of program features

 

Small task editor at intro page:

 

tasks.thumb.png.001413f1bf66adbe26b8b0080bac50b4.png

 

Code editor to save snippets (SynEdit component):

code_editor.thumb.png.79638391b16798d6afa7ea9487de6f5f.png

 

Diagram editor (TMS Diagram Studio), you can insert this diagrams into project document:

editor_diagram.thumb.png.c00f5ecc067f0277eb644a5b16205afc.png

 

Document editor (HTML component library):

 

project_document.thumb.png.1f4294c6633f36deccd4310aa44ac692.png

 

In the editable section you can insert images, formulas, tables, data-bound tables, editor diagrams or PlantUML diagrams:

plantuml.thumb.png.66a33d9ba3f385b464e8f26cdd5b14e4.png

 

By clicking on the active language in the lower bar we can change the language (it is in a json file, so it can be translated into other languages, it is currently in Spanish and English)

change_language.png.295715df70902e6f4cf121b8400a37cc.png

  • Like 1
  • Thanks 5

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×