Website/Forum feature request
Posted: Wed Jul 03, 2013 7:57 am
First off, if possible, i'd like this stickied. I hope the mods see this as a useful enough thread for that.
So in essence, this thread is so we can have a unified location to suggest features for the Website and/or Forum but this isn't a place to suggest game related features unless it's directly relate the the forum/site.
I'd like to start off by requesting a new tag.
[t][/t] or [tabs][/tabs] or [indent][/indent]
I don't know if we necessarily need a close tag but that might just be a requirement of BBcode.
i'd like to easily indent my post a so that i can writing code clearer. The [.code][./code] works great for small bits of code but is really annoying for let's say something with 1000 lines of code. in essence i'd like to have this tag add 3 or 5 space bar taps to that part of the post. While i don't care that much for it, you might want to add the ability to change how many space bar macks you have. For instance let's say you did [t=4] then you would have 4 spaces. I'm thinking the logic might be something like.
I think i might be a good idea to allow us to chain the tag with it self. so having [t][/t][t][/t] or [t][t][/t][/t] to give more indents.
So in essence, this thread is so we can have a unified location to suggest features for the Website and/or Forum but this isn't a place to suggest game related features unless it's directly relate the the forum/site.
I'd like to start off by requesting a new tag.
[t][/t] or [tabs][/tabs] or [indent][/indent]
I don't know if we necessarily need a close tag but that might just be a requirement of BBcode.
i'd like to easily indent my post a so that i can writing code clearer. The [.code][./code] works great for small bits of code but is really annoying for let's say something with 1000 lines of code. in essence i'd like to have this tag add 3 or 5 space bar taps to that part of the post. While i don't care that much for it, you might want to add the ability to change how many space bar macks you have. For instance let's say you did [t=4] then you would have 4 spaces. I'm thinking the logic might be something like.
- Code: Select All Code
if( t => 10){add 10 space marks.}
if ( t < 2){ add 2 space marks}
else{ same number of space marks as t.}
I think i might be a good idea to allow us to chain the tag with it self. so having [t][/t][t][/t] or [t][t][/t][/t] to give more indents.