AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   Why not remove the [code] tag? (https://forums.alliedmods.net/showthread.php?t=296599)

klippy 04-26-2017 17:43

Re: Why not remove the [code] tag?
 
The pawn tag representation is astonishing. Pretty accurate as well.

404UserNotFound 05-03-2017 02:36

Re: Why not remove the [code] tag?
 
Quote:

Originally Posted by OciXCrom (Post 2515119)
Code:

Can your scroll wheel handle this?
PHP Code:

 Can your scroll wheel handle this


My scroll wheel handles it just fine. Roughly 5 scrolls to hit the bottom or I can enable a 15ms autorepeat on scrolldown if I want to (Steelseries Engine).

Quote:

Originally Posted by asherkin (Post 2515214)
The code block has always had a height limit with scrolling.

This. 100%

GrO 05-03-2017 06:24

Re: Why not remove the [code] tag?
 
Quote:

Originally Posted by ish12321 (Post 2515094)
Code:
for(new i = 0; i < num; i++) {    client_print(0, print_chat, "I too didn't knew it"); }

Code:
public Action:SendMessage(Handle:forum, any:client) {     if(IsClientConnected (client))     PostMessage(client,"Me neither ;o"); } return Life_Continue;

OciXCrom 05-03-2017 07:00

Re: Why not remove the [code] tag?
 
Quote:

Originally Posted by 404UserNotFound (Post 2517861)
My scroll wheel handles it just fine. Roughly 5 scrolls to hit the bottom or I can enable a 15ms autorepeat on scrolldown if I want to (Steelseries Engine).



This. 100%

Probably because you're writing this after it has been fixed. :bacon!:

404UserNotFound 05-03-2017 15:08

Re: Why not remove the [code] tag?
 
Quote:

Originally Posted by OciXCrom (Post 2517918)
Probably because you're writing this after it has been fixed. :bacon!:

Oh :P

That makes sense LOL

GrO 05-06-2017 03:10

Re: Why not remove the [code] tag?
 
I think that line numbers would be useful in [PAWN] message window.


EDIT:

I've also noticed a little issue with horizontal scrolling, like in this spoiler. You have to scroll to the bottom to be able to read the whole text at the top of the spoiled message.

Maybe a word wrap could be useful or duplicated horizontal scroll bar?


All times are GMT -4. The time now is 01:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.