Lets talk about the Editors
Author: norbert.lauterbach@infraserv.com (Lauterbach)
It's unbelievable : I found this documentation : https://unifaceinfo.com/docs/1000/uniface/ide/libraryEditors/procEditorUDE.htm?Highlight=Procscript Editor Yes, if you edit global Procscipts then you can use the TAB-Key to complete Keywords. You can use F1-Key to get help. And you can use CTRL-H to rename text. But what is about linenumbering and folding??? This seems to be the old Uniface 9 Editor, because if you mark text and press TAB-Key the text disapears. On the other Hand we edit much more programcode in the "Write Script"-Editor. This is the new Scintilla-Editor. Here we have linemumbering and folding. But what is about all the other Features??? No F1-Key, no CTRL-H and no complete Keyword is working. What should I think about this??? What is about autoindentation? Have a look at SciTE and language baan. If you type "if …" and press return then the Code is indented. if you type "endif" and press return then the indentation is removed. That is what I expect from a new modern Unifaceeditor Is there a timetable for Features to be implemented? Regards Norbert
2 Comments
Local Administrator
Hi Norbert, We have a project planned for the code editing in Uniface 10 to include these features. The current roadmap for the IDE if for Oracle and PostgreSQL to be added to load definitions, Fast Form and then the code editor. Where possible we will also be looking to pick up bug fixing and smaller usability issues. The code editor has been an area where we have had feedback and is something we would like to address as soon as we can. One delaying factor has been that RTL support was not available in the Scintilla project, so we have had it added. It is only in the latest versions where it has become available. Regards, Mike
Author: Mike Taylor (michael.taylor@uniface.com)
Local Administrator
U10.3: reimplementing the "outsourcing to any external editor"
Author: ulrich-merkel (ulrichmerkel@web.de)