#1 2010-10-19 05:48:24

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,231
Website

SynProject in version 1.10

SynProject source code has been updated in the http://synopse.info/fossil Source Code repository.

Source code description can now be loaded from outside .sae files: this allows to document an existing code tree, without touching its content.
The /// comments inside the source code are retrieved by default, but can be modified/overwritten with the .sae content.

The descriptions are stored in .sae files. Those files are .zip files containing .ini-like text files for storing the description text for all types/objects/methods of the source code.

In order to enable this external description feature, the ExternalDescription=Yes parameter must be set in any [SAD-module], then the user uses the new "SAD/Create external .sae file" menu from the "Word" button.

Edition of the .sae file must be done externaly, with WinZip or Total Commander. If really needed, I could write some dedicated editor inside the SynProject tool.

Here is a sample content of a text file inside the .sae archive:

OutputFileName=Common\FTemplateForm.pas
Description=

[Types]

[Constants]

[Functions]

[Variables]
FrmTemplate=

[Objects]
TFrmTemplate=

[TFrmTemplate]
IvTranslatorTemplate=
SkinFormTemplate=
SkinPanelTemplate=
AddMainActionHintPicture=
FormCreate=
FormKeyDown=
FormKeyUp=
IvTranslatorTemplateTranslate=
RemoveMainActionHintPicture=

In order to change the description, some text must be put after any = sign.

Offline

#2 2010-10-19 18:16:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,231
Website

Re: SynProject in version 1.10

I'm working on an editor of .sae file content inside SynProject...

Offline

#3 2010-10-20 10:41:16

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,231
Website

Re: SynProject in version 1.10

OK.

SynProject 1.10 now have an internal .sae editor: you can describe your source code within SynProject, for every method/object/function/type, without touching the original source code (could be mandatory for some companies).

There is a new "Edit external .sae file" menu item in the "SAD" section of the "Word" button menu.

Available in the source code trunk.
Executable will be downloadable later.
I'll also have to update the SynProject documentation about this point.

Offline

#4 2010-10-23 07:13:54

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,231
Website

Re: SynProject in version 1.10

Executable is now downloadable from http://synopse.info/files/SynProject.zip , just as usual.

Licensed under GPL.

Offline

Board footer

Powered by FluxBB