nsigma
|
 |
«
Reply #30 - Posted
2012-01-04 18:44:19 » |
|
Hm, it's very clear on both my monitors.
Better now?
hmm ... feels like being at the optician!  Actually, doesn't look much if any different. If no-one else pipes up, leave it and I'll furkle with my screen instead.
|
|
|
|
Riven
|
 |
«
Reply #31 - Posted
2012-01-04 18:49:45 » |
|
Having "#ffa" look like "#fff"... That must be a really bad configured monitor.
|
|
|
|
nsigma
|
 |
«
Reply #32 - Posted
2012-01-04 19:02:17 » |
|
Having "#ffa" look like "#fff"... That must be a really bad configured monitor.
Actually, it does look better now. Did you change it before or after you edited your post? Maybe some caching going on - I did try and force a refresh. You might be right about my laptop screen, though. It's a good job that the web platform stuff I do is backend and not client facing. Otherwise we might have lurid mid-90's throwbacks and I wouldn't even notice. <blink> anyone??? 
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Riven
|
 |
«
Reply #33 - Posted
2012-01-04 19:03:23 » |
|
Finally fixed the last 'known bug'... The ' character had 3 variants in the database: ', ' and ' 
|
|
|
|
Riven
|
 |
«
Reply #34 - Posted
2012-01-04 19:59:42 » |
|
And the line numbers are back, somehow forgot about them in the rewrite 
|
|
|
|
Mickelukas
|
 |
«
Reply #35 - Posted
2012-01-04 20:08:43 » |
|
Yuck, line numbers! If I want to copy something (using without asking isn't stealing, the pirate bay taught me that) I now have to manually remove the line numbers? Maybe make text select ignore them somehow or add a button to turn them off so we can copy code out of the code block?
Ignore me, I forgot that Riven was awesome
Mike
|
|
|
|
Riven
|
 |
«
Reply #36 - Posted
2012-01-04 20:09:54 » |
|
Yuck, line numbers! If I want to copy something (using without asking isn't stealing, the pirate bay taught me that) I now have to manually remove the line numbers? Maybe make text select ignore them somehow or add a button to turn them off so we can copy code out of the code block?
Did you try it? 
|
|
|
|
Mickelukas
|
 |
«
Reply #37 - Posted
2012-01-04 20:11:59 » |
|
I did, promise! Tested again though without moving the mouse cursor over the line number  I edited the above post as you posted a reply 
|
|
|
|
Riven
|
 |
«
Reply #38 - Posted
2012-01-04 20:14:33 » |
|
I hate it too when the line numbers are part of the code. I look at you, pastebin...
|
|
|
|
ra4king
|
 |
«
Reply #39 - Posted
2012-01-04 20:42:29 » |
|
That's why you copy the code from the text box BELOW the highlighted syntax in pastebin 
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Riven
|
 |
«
Reply #40 - Posted
2012-05-03 19:18:34 » |
|
Want to correct somebody's code? So much easier now! 1 2 3 4 5 6 7 8 9
| public class Main { public static void main(String[] args) {
- System.out.println("Hello world!"); - System.out.println("Wait, what?!");
+ System.out.println("Bye cruel world!"); } } |
|
|
|
|
pitbuller
|
 |
«
Reply #41 - Posted
2012-05-03 19:32:46 » |
|
Would select all button doable at bottom of paste bin box?
I tried to select code from above example and every second time I messed it some how. Just test starting selectin from every corner one at time and you see funky behaviour.
|
|
|
|
|
Riven
|
 |
«
Reply #42 - Posted
2012-05-03 19:47:54 » |
|
Would select all button doable at bottom of paste bin box?
I tried to select code from above example and every second time I messed it some how. Just test starting selectin from every corner one at time and you see funky behaviour.
I'm fighting the DOM in different browsers now. No luck as of yet.
|
|
|
|
sproingie
|
 |
«
Reply #43 - Posted
2012-05-03 19:50:06 » |
|
In Firefox, you can ctrl-click on some part of the code and it'll select the table cell that contains the code, which you can then ctrl-c to copy. The few times I do web apps, I often stick blocks in table cells for that reason alone.
|
|
|
|
|
|