World: r3wp
[!REBOL3-OLD1]
older newer | first last |
shadwolf 8-Aug-2008 [6723x2] | hum if the VISTA is taking you 60 percent of the memory and the CPU that's obvious lol |
I HATE VISTA AND I DON'T DO ANY VISTA FRIENDLY REBOL SCRIPTS :P | |
Graham 8-Aug-2008 [6725x2] | other view apps run fine .... |
My view apps run fine! | |
shadwolf 8-Aug-2008 [6727] | anyway that's strange ... |
Graham 8-Aug-2008 [6728] | stop dumping to console with every keypress! |
shadwolf 8-Aug-2008 [6729] | but but but buuuuuuuuuuuut buuuuuuuuuuuuuuuuuuuuut buuuuuuuuuuuuut that's a work in progress to bring join and hope to this world ;P |
Graham 8-Aug-2008 [6730] | Joy not join?? |
shadwolf 8-Aug-2008 [6731x4] | yes joy |
even if you print the script and smoke it after that will not bring you a join ... (I think ... not sure ...) | |
(Kids don't try this at home that don't work ...) | |
k but rally that's slower than on my computer ... | |
Graham 8-Aug-2008 [6735] | maybe i need both cores working?? |
shadwolf 8-Aug-2008 [6736x2] | well for the momment that's not the time for optimisation .... |
maybe you need to trash that ugly VISTA and install linux :P | |
Graham 8-Aug-2008 [6738] | sorry ... I was just kidding again. |
shadwolf 8-Aug-2008 [6739] | your application is running around 3 times slower than on my computer (I dream of a quad core phenom based computer ...) |
Graham 8-Aug-2008 [6740] | Bit hard to ask everyone to install linux instead of windows just to run your demo :) |
shadwolf 8-Aug-2008 [6741] | ubuntu will save us all dl live-cd iso brun iso restart computer with the new CD in it and VOILA :P |
Graham 8-Aug-2008 [6742] | I have ubuntu on my laptop already |
shadwolf 8-Aug-2008 [6743x2] | no need to be politecnician to do that (polutechnic the equivalent of the M.I.T in france) |
ubuntu is fun ^^ | |
Graham 8-Aug-2008 [6745] | I have Suse, Puppy, Ubuntu, and DSL installed :) |
shadwolf 8-Aug-2008 [6746x2] | graham any news from carl and R3 ??? |
one more week without news and I send a navy seal squad to Sasanrath Ranch to figure out ... | |
Graham 8-Aug-2008 [6748] | no ... Carl asked a few questions about carets and then hid again. |
shadwolf 8-Aug-2008 [6749] | caret is ugly .... caret to offset is bad for my health |
Graham 8-Aug-2008 [6750] | ie. whether text faces should share the same caret object, or each should have their own. I voted for the latter. |
shadwolf 8-Aug-2008 [6751] | I reaaaaaaaaaaaally appreciate if carl find us a better way to deal with selections (I remember when I developed MDP-GUI that to add the flag around a selected bounch of text that was all a pain in my poor brain...) |
Graham 8-Aug-2008 [6752x2] | He's in deep think mode |
or, he's drinking too much wine ... not sure | |
shadwolf 8-Aug-2008 [6754] | hum I vote for the 3rd forget the damn carret and find something better :P |
Graham 8-Aug-2008 [6755] | text handling is so basic and old |
shadwolf 8-Aug-2008 [6756] | well ... most of my best achievement where done in drunk stage .... So keep going on Carl ^^ |
Graham 8-Aug-2008 [6757] | maybe that's why your demo seems fast enough?? |
shadwolf 8-Aug-2008 [6758] | after the drunken master the drunken coder like in kung-fu in coding the more you drink the best you are ^^ |
Graham 8-Aug-2008 [6759] | the drunken master isn't drunk! He's just pretending... |
shadwolf 8-Aug-2008 [6760] | hum GRaham hum that's cause i didn't drink anything .... my neural activity is too slow i need to test every single line to be sure i'm not missing something |
Graham 8-Aug-2008 [6761] | I test every word ... makes me slower |
shadwolf 8-Aug-2008 [6762] | for vid what I like the most in most ofen case is not to have to write 1000 lines to display a button and what I hate is to have to write 10000 when i want to do exotic faces ^^ |
Graham 8-Aug-2008 [6763x2] | Yes, that is the problem |
It's an unfinished opus | |
shadwolf 8-Aug-2008 [6765x8] | yes .... but that's a pitty because it's really open and powerfull |
but text selection in my RTE-line project will makes me face the same dilema | |
but I think I will set an internal var where you can find selected text and 2 other internals var with offset start and end of the selection | |
like: rte-face/selected-text rte-face/sel-start rte-face/sel-end | |
i need to implement so more things to get a complete multi line rte that's giving me a head hach | |
and more i need to find a good equation to remplace the damn switch for cursor motion | |
remove don't work the way it should be too ... that force me to do a foreach loop and that's slowing the delet process | |
example: >> a: [[a][b][c]] remove a [b] == [b] >> probe a [[b] [c]] == [[b] [c]] | |
older newer | first last |