The ability to return a list of all the entities painted on a component (database and non-database). Much like the 3gl function uglabdbm, but this only works for database ents.
All posts by ishankster
Snippet library
Add the ability to manage a library of Uniface proc code snippets which a developer can choose from and insert into the code using a right mouse click.
User defined context sensitive help
The ability to add context sensitive help into the IDF for quick reference to inhouse function library documentation.
Goto definition for procedure calls and operations
\”The ability to right click on a call or activate within the IDF and select \”\”Goto Definition\”\” which would open the local proc entry, central proc, include proc or operation where the function is defined. We have currently written our own pluggin functionality to does some of this, but it would be great to have a complete solution included as standard in the IDF.\”
Ability to overload functions
It would be great to be able to create multiple function definitions with additional parameter(s) so that when we need to enhance an existing routine in our own function library, this can be done without having to use a different function name or having to re-write all the existing calls.