I am working hard on a preview of the Servoy Repository Analyzer.
Of course it is now only basic stuff but I would like you to tell me, if you would buy such a documentation/analyzer tool, what would make you buy it. In other words what features would you like the Analyzer to do?.
I am working hard on a preview of the Servoy Repository Analyzer.
Of course it is now only basic stuff but I would like you to tell me, if you would buy such a documentation/analyzer tool, what would make you buy it. In other words what features would you like the Analyzer to do?.
Retrieve garbage (unused solution images, orphan methods, unlinked fields and so on).
While we wait in anticipation… I just want to mention that
“Replace table” in Servoy Repository already lets you switch all forms using some old table to a new table…
Retrieve garbage (unused solution images, orphan methods, unlinked fields and so on).
This is almost possible.
One can create a ‘Call Stack’. A ‘Call Stack’ will show all direct references of an object by default.
When you want you can also select ‘Complete Hierarchy’ and this will make it possible to create indirect references as well.
Another option is to select ‘Invert Call Stack’. By doing so you will see all objects (where it makes sense obviously) that do not use the referenced object.
Ability to document solutions would be great - because sometimes it’s just nicer to work with pen & paper!!
It is possible to:
Summarize a Repository
Summarize a Solution
Print source of a form
Other features would be to show all the methods Globals are used in and all the Forms called in methods.
This is possible
Hope to release tomorrow or this weekend the latest…
Retrieve garbage (unused solution images, orphan methods, unlinked fields and so on).
Possible with the new release.
You can now create a view of all unused objects limited to a repository or solution.
It will check all objects used. Either direct referred or in methods/calculations. Warning: when you use variables for names in forms etc. you should realize this is never 100% water proof!
Other features would be to show all the methods Globals are used in and all the Forms called in methods.
Possible! Either direct referrals or in methods. The above warning applies here too…