Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
5777 posts
|
Thanks again for tackling this! I'm definitely available to collaborate :)
I don't know how efficient it would be, but how much text do we really layout at once? If it makes the code simpler and more beautiful, then it would be my starting point. Doing otherwise is premature optimization. Yes, I think a special scripting language would be way outside the bounds of Pharo, but the rules idea simplicity of that style could be great for us :) Cheers, Sean
Cheers,
Sean |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
364 posts
|
In reply to this post by Denis Kudriashov
Hi, this is really interesting! To have a simpler text model and UI. I recall Safara, in squeaksource. Lukas and a student worked on a nice text model. Worth checking it out.
Fernando On Fri, Feb 15, 2013 at 12:29 AM, Sean P. DeNigris <[hidden email]> wrote: Thanks again for tackling this! I'm definitely available to collaborate :) ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2224 posts
|
2013/2/15 Fernando Olivero <[hidden email]> I recall Safara, in squeaksource. Lukas and a student worked on a nice text model. Worth checking it out. Thank's for link. I will look at code. Igor and Camillo, do you see this project? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2224 posts
|
In reply to this post by Sean P. DeNigris
Hello
2013/2/15 Sean P. DeNigris <[hidden email]>
I talk about amount of memory which required for text model where each character is separated "big" object. For example, I have small screen laptop and It contains nearly 8000 characters with single 9'pt font which filled full screen. For big monitors I think it will be ~ 32000 characters. For my daily usage I have nearly 20 opened windows with some text (browser pages, articles). And I have nearly 50 saved latest closed windows at history pane. So such text model required significant amount of objects to cover my example. But I don't know is it really bad or not. Actually I agree with your point: If it makes the code simpler and more beautiful, then itAnd that's why I like what guys implemented. Good experiment. In any case TxText is attempt to get clean object implementation of "text stuff" based on tests. So with little steps we can extend it and add new features. Now TxText can be used instead labels (not editable text morphs). Soon we will have cursor navigation, text selection and editing. I work on cursor now. (I mean visual part of TxText project). Best regards, Denis |
Free forum by Nabble | Edit this page |