0 Members and 1 Guest are viewing this topic.
@imath: I think there are many ways to interprete that question (or my english is not good enough...):- The number of lines of a code doesn't impact the performance because the code is saved in the RAM as a table with one line per index and only the visible lines get rendered.- The number of visible characters on the screen does impact the performance because rendering a string/char is relatively slow.- The number of characters in a visible line does impact the performance because every character of the visible lines does impact the syntax colouring and have to be processed.- Moving around in large codes is also easy with the clickable scrollbar on the right.(Have anyone notice it yet?!) But i think I'll add a "jump to line..."option.@mdr1: - I'm working on copy/pasfe functions (just finished paste function)Thanks to everybody for the nice feedback! I think the editor is finished soon!