PDA

View Full Version : cmd button?


tingo
November 20th, 2009, 20:20
The code tag button in the editor is nice.
Can we have a cmd tag button also?

vermaden
November 20th, 2009, 20:26
... along with [ file ] button ;)

DutchDaemon
November 20th, 2009, 21:59
Danger@ is gonna love that ...

graudeejs
November 20th, 2009, 22:03
people are so lazy... can't type [code] [file].....

aragon
November 21st, 2009, 05:41
Those would be useful, but consider how much more editing work this is going to make for DutchDaemon. :P

danger@
November 21st, 2009, 10:10
if you guys want this, I need someone to create images for the editor (gif/png with transparent background color), as I my photoshop/gimp skills are very limited.

aragon
November 21st, 2009, 10:19
I recommend the free Silk (http://www.famfamfam.com/lab/icons/silk/) icon pack. Check out all the icons in this (http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png) image.

Maybe application_osx_terminal for command, and folder_page for file.

vermaden
November 21st, 2009, 13:01
if you guys want this, I need someone to create images for the editor (gif/png with transparent background color), as I my photoshop/gimp skills are very limited.

How about these (as simple as possible): http://strony.toya.net.pl/~vermaden/gfx/file.gif http://strony.toya.net.pl/~vermaden/gfx/cmd.gif

graudeejs
November 21st, 2009, 13:48
How about these (as simple as possible): http://strony.toya.net.pl/~vermaden/gfx/file.gif http://strony.toya.net.pl/~vermaden/gfx/cmd.gif

I love it

danger@
November 22nd, 2009, 02:32
enjoy

graudeejs
November 22nd, 2009, 10:35
Thanks :)

vivek
November 22nd, 2009, 12:49
Heh nice.. just one question - how do you add those to editor? Via VB hooks?

vermaden
November 22nd, 2009, 14:13
Looks nice, I would also change [ code ] and [ php ] images into these: http://strony.toya.net.pl/~vermaden/gfx/html.png http://strony.toya.net.pl/~vermaden/gfx/code.png

... so they would look good on every background, not only on white one.

danger@
November 22nd, 2009, 15:00
a little vB templates hacking :)

vermaden
November 22nd, 2009, 15:22
@danger

Just an idea, maybe it will be just as simple as that (but dirty way):
find vBdir -name code.gif -exec mv code.png {} ';'

vivek
November 22nd, 2009, 15:41
Ah..yes old good template hacking. Just fire vi and edit it.

SIFE
November 24th, 2009, 22:48
what is available options for this tag ?

DutchDaemon
November 24th, 2009, 23:02
Usually "$" for non-root commands, "#" for root commands, or " " if it doesn't matter (all without the quotes).

SIFE
December 1st, 2009, 22:59
i see they are do some effect .

CodeBlock
December 2nd, 2009, 18:05
Interesting, the few times I've used , I put the first word of the command as the arg, then the rest of the command before the closing . Will make a mental note not to do that anymore ;).