World: r3wp
[!REBOL2 Releases] Discuss 2.x releases
older newer | first last |
GrahamC 13-Jan-2011 [2273] | I am still arguing for US date inputs as an option ... sure we can fake it, but it would be nice to have |
BrianH 13-Jan-2011 [2274] | We don't have to fake it, we can make addon functions to handle this. That's what community libraries are for. |
GrahamC 13-Jan-2011 [2275x5] | eh?? |
This is Rebol2 we are talking abut | |
And I would like to see a moveable window for dates | |
A 50 year window is not just good enough | |
not just = just not | |
shadwolf 13-Jan-2011 [2280] | correcting the agg bugs in r2 ? i would like antialiasing better fonts more readable less bug around the handling of font fixed etc... but as it just conserns my particalr and singular needs and as noone likes me i think i can forget it .... a bugfix to agg matrix would be nice too .. I know i'm such an egoistic being etc ... |
GrahamC 13-Jan-2011 [2281x2] | Hey Shadwolf, you're still in my good books! |
Especially if you can turn area-tc into a generalised rich text area | |
shadwolf 13-Jan-2011 [2283x3] | give me glyph size to pixel size or an automated internal way to composite text on a line having different size and bang ritch text area will be possible ... |
with area-tc we cheated that part forcing usign unsigned char ( i like by the way not having to composite lines of text letters by letters | |
unsigne char = font-fixed | |
Maxim 13-Jan-2011 [2286x2] | I do the same in glass for the text field. |
(unfortunately) | |
Oldes 16-Jan-2011 [2288] | Quick Tour of Useful 2.7.8 Features - http://www.rebol.com/article/0505.html |
Claude 16-Jan-2011 [2289] | super merci thank you ;-) |
GrahamC 16-Jan-2011 [2290] | Yes, have mercy on us all ! |
Pekr 16-Jan-2011 [2291] | speed.r kind of becoming natural part of R2 and R3 - http://www.rebol.com/article/0506.html |
Ashley 16-Jan-2011 [2292] | On Mac 2.7.8.2.5: >> ls ** Script Error: path has no value ** Where: ls ** Near: switch type?/word :path [ unset! [] file! [change-dir path] string! [change-dir to-rebol-file path] w... >> source speed? test test ... (fills console) test test <code> |
Oldes 17-Jan-2011 [2293] | the source is correct.. there is just a big string wirh many "test" lines which is used in test :) |
BrianH 17-Jan-2011 [2294x2] | Ashley, that looks like the R3 source of LS, not the R2/Forward source. For that matter, the R2 source of LS on Windows doesn't look like it has changed either, and looks like the old R2 source. I'll look into it. |
I'll also look into fixing the SPEED? bug. | |
BrianH 18-Jan-2011 [2296] | Just remembered: The reason R3's LS wasn't backported to R2 was because its behavior wasn't settled yet. However, since there have been no changes in it for more than a year, and it's just a console-level formatting function, there should be no reason not to include it. In the meanwhile the R2/Forward version works fine. |
Maxim 18-Jan-2011 [2297x2] | it seems the AGG text bug was not pushed to the 2.7.8 release... |
I meant, the fix was not released. | |
PeterWood 6-Feb-2011 [2299] | Does 2.7.8 support get-words with paths? eg :obj/get-my-data |
ChristianE 6-Feb-2011 [2300] | >> o: context [test: 3] >> a: o >> :a/test == 3 |
Sunanda 6-Feb-2011 [2301] | I think Peter might be asking about this sort of usage case: o: context [test: 3] a: 'o b: 'test o/:b ;; this works == 3 :a/:b ;; this fails ** Script Error: Cannot use path on word! value ** Near: :a/:b get in get a b ;; this works, but it is hardly elegant == 3 |
Kaj 6-Feb-2011 [2302] | I thought :a/b is a get-path! as a whole? |
PeterWood 6-Feb-2011 [2303] | Here's my issue though I'm still running 2.7.5 >> f: func[][1] >> o: make object! [my-func: :f ] >> b: reduce ['my-func :f] == [my-func func [][1]] >> :o/my-func == 1 >> :b/my-func == 1 As you can see the value is being evaluated when using a "get-path!". Rebol3 simply presented the unevaluated value which is what I had expected. |
Ladislav 6-Feb-2011 [2304x2] | Then yjou did not notice, that in R3, it is a different datatype. |
(no get-word in the value) | |
PeterWood 6-Feb-2011 [2306] | No I didn't so let me rephrase my question. Is the get-path! type supported in 2.7.8? |
Ladislav 7-Feb-2011 [2307] | no, the datatype does not exist in R2 |
PeterWood 7-Feb-2011 [2308] | Thanks. |
GrahamC 12-Feb-2011 [2309] | am I the only one who notices that cut and paste is completely broken on Rebol2 new releases? |
BrianH 12-Feb-2011 [2310] | Which platform? |
GrahamC 12-Feb-2011 [2311x2] | Windows 7 |
I can paste into here, and everywhere except Rebol2 2.7.8 | |
BrianH 12-Feb-2011 [2313] | Works for me on XP (normally I would have 7 but that computer needs rebuilding). Right-click menu, ^V and read clipboard:// . |
MikeL 13-Feb-2011 [2314x2] | Works for me on REBOL/View 2.7.8.3.1 1-Jan-2011 |
on Win7 32b | |
Ladislav 13-Feb-2011 [2316] | am I the only one who notices that cut and paste is completely broken on Rebol2 new releases? - most probably yes, it works for me - Windows 7 64-bit |
Oldes 13-Feb-2011 [2317] | works for me as well. |
GrahamC 13-Feb-2011 [2318] | Well, windows cut and paste services are working for me with other apps ( except chrome which often won't allow pasting from chrome into other apps ) so I guess I have some weird software that is stopping this working. Often it goes away when I reboot ... |
Maxim 14-Feb-2011 [2319] | could it be malware? |
GrahamC 14-Feb-2011 [2320] | that only affects Rebol ? |
james_nak 14-Feb-2011 [2321x2] | Graham, I sometimes see the copy problem happening. I'm not sure why it happens and I am usually running rebol. Mostly I notice it with Ultraedit and Altme though I think they become the victims of the circumstance. I'll notate it more closely when it happens the next time. BTW, paste always seems to work but it will of course paste the last thing it could copy. |
Graham, also check to see that a right mouse/copy works. I've seen cases where the Ctl-C stops working but right mouse does (?) | |
older newer | first last |