Page 3 of 3

Building an editor step by step

Posted: Fri Aug 24, 2012 10:46 am
by Angel
In this release:
-adaptation to lower screen resolution: 1280x768 minimum required.
-templates for visible objects: button, CheckListBox, checkbox, combobox, datetimepicker, edit, facebutton and form.
-Syntax highlight.

Building an editor step by step

Posted: Mon Aug 27, 2012 1:02 pm
by Aurelz
Hmmm...
Everything looks fine BUT waiting for syntax coloring use
to much time which is not a very good option.
I still don`t test syntax coloring with richedit in oxygen
but probably will be little bit faster but i doubt that will
be fast enough.

Building an editor step by step

Posted: Mon Aug 27, 2012 1:58 pm
by Angel
Yes, I know that is not a good option, but I have no magic solution to increase speed.

Building an editor step by step

Posted: Tue Aug 28, 2012 7:56 pm
by Angel
Ok. Now better speed but worst aspect.
Templates for some not visible objects.

Building an editor step by step

Posted: Tue Sep 11, 2012 10:17 am
by Angel
Added recent files menu.
All macros implemented
All visible objects implemented
FileDialog, FontDialog, ColorDialog implemented

Some problems to solve:
Undo/Redo does not work well if syntax coloring is enabled.
Set lenTab does not work if rchEditor.Onchange is activated.