Jump to content

The <off topic> thread


Recommended Posts

Also useful for really long bug reports and such...

Actually, if you'd all just wise-up and use Prosilver, it's implementation of the

 tag automatically limits the height of code blocks to 200px and provides a scrollbar if it gets taller than that. 

I am not a mechanism, I am part of the resistance;

I am an organism, an animal, a creature, I am a beast.

~ Becoming the Archetype

Link to comment
Share on other sites

Oh, FYI: The current [hide] tag is probably going to supplant the current [spoilers] tag. Things might get hairy for a little bit.

I have one suggestion: allow the user to define what text is displayed next to the show/hide buttons (to state the purpose which would otherwise have text before it), but use "Spoilers!" as a default, due to previous uses.

KaHuc.png
Link to comment
Share on other sites

Ach, that'd be dandy. Ye' know, like a quote tag, mayhaps? [hide][/ hide] creates a box with the normal "Spoiler!" or such, and [hide=Here's a title][/ hide] for alternate text.

v An excellent open–source strategy game—highly recommended.

 

"I wish I had never been born," she said. "What are we born for?"

"For infinite happiness," said the Spirit. "You can step out into it at any moment..."

Link to comment
Share on other sites

I'm sure there's a way to do that, but I honestly don't know how one would put conditionals in a custom BBCode.

I'll do a little research, but if someone knows, I'd be more than grateful for a link of some sort. ;)

I am not a mechanism, I am part of the resistance;

I am an organism, an animal, a creature, I am a beast.

~ Becoming the Archetype

Link to comment
Share on other sites

I don't suppose it's possible to peek at the code of the quote tag? Google refuses to produce the bacon for me.

I just imagined that you could use your Moderating magic and poof! It would be so... ;)

By the by: that's a dashing new signature you have there. Looks like a bonny game, too.

v An excellent open–source strategy game—highly recommended.

 

"I wish I had never been born," she said. "What are we born for?"

"For infinite happiness," said the Spirit. "You can step out into it at any moment..."

Link to comment
Share on other sites

yay, i kept getting this stupid 1040 error :(

and now im not gunna drink water often when im on my computer, i just spilt water on my wireless keyboard and camera :(

now its all, wierd.

Pull the batteries out of it and let it dry! Don't use it for a day or two. Blow hot air on it if you can. It'll still work again, but you can't use it in the meantime.

 

The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.
Amy: But how did it end up in there?
The Doctor: You know fairy tales. A good wizard tricked it.
River Song: I hate good wizards in fairy tales; they always turn out to be him.

Link to comment
Share on other sites

That's only for plugin developers. The only thing it means for you is that if plugin authors ignore these rules, their plugins will either vanish from the forum or stop working in subsequent versions of the program.

Now, I remember you saying something about wanting to write plugins. If that's still true, I'd recommend you read through those rules before you start programming. :-)

 

The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.
Amy: But how did it end up in there?
The Doctor: You know fairy tales. A good wizard tricked it.
River Song: I hate good wizards in fairy tales; they always turn out to be him.

Link to comment
Share on other sites

Actually, if you'd all just wise-up and use Prosilver, it's implementation of the
 tag automatically limits the height of code blocks to 200px and provides a scrollbar if it gets taller than that. [/quote]

Paste this code into stylish to have that in subsilver2:

[code]@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("paintdotnet.forumer.com") {

.codecontent { height:200px; overflow:auto; }

}

KaHuc.png
Link to comment
Share on other sites

Most of my plugins break at least one of these rules.

Some of my plugins probably couldn' even work without breaking the first one (many use rendering code in OnSetRenderInfo()). :(

But, at least I don't make dot net cry (like some developers). ;)

I should post the source to CustomBrushes to The Daily WTF. :shock:

KaHuc.png
Link to comment
Share on other sites

Essentially, if I'm going to pull someone's plugin then it's more fair to them that there's a list of rules they could've consulted ahead of time. Compare that to requiring everyone to be psychic, "I wonder what would make Rick pull my plugin..."

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

good that answers my second question " who was going to police dog the plugins." I'm going out on a limb but will they be reviewed and given a Rick stamp of approval before being released to the general paint.net public.

A list of those currently needing adjustment would be good. That way I can pull them from my system now and hold in an interm file for useage as required, until the new version is up and running.

I certainly do not want to deal with computor meltdown because of faulty plugins.

ciao

OMA

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...