Bugfixes

  1. Added pastebin link to post/reply page ::slight_smile:
  1. Fixed line-number offset & scew in [ code ] tag ::slight_smile:
1
2
3
  1. Added fixes in codebase for paywalling JGO ::slight_smile:
  1. Fixed the Java syntax highlighter for a bug that was revealed by the use of the ‘default’ keyword, tertiary statements and the new elvis operator (yes, I added ‘:’ and ‘?’ as delimiters). ::slight_smile:
default: return abc?pqr:xyz;
  1. Rolleyes smiley is back (was a bug in SMF) ::slight_smile:

Good work!


User user = JGO.getUser("Riven");
user.setAwesomenessLevel(AwesomenessLevel.OVER_9000);

switch(derp.getAwesomenessLevel()) {
    case 0: godYouSuck(); break;
    case 1: meh(); break;
    case AwesomenessLevel.OVER_9000: OHMYGODYOUREAMAZING(); break;
    case 50: default: ALIENS(); break;
}

I still see some weird stuff with the line-numbers :frowning:

Which browser? I can’t reproduce it in Chrome18, FireFox10, MSIE9, Opera11 :persecutioncomplex:

I see the weird line numbering in Chrome 18 on Windows 7. Same screenshot as Mads.

EDIT: Looks like a hard refresh (Shift+Refresh) fixed it. I see the correct line numbering :slight_smile:

Nice fixs!

Thanks. I invalidated everybodies cache, so it should work for everybody now.

Please tell me when there are (still) oddities.

It works for me too, now :slight_smile:

What does number 3 mean? >_>

‘free’

That made no sense. >_> Who is trying to paywall what for what reason and how does “fixing paywalling” make it free? =S