Python Forum
Created a plugin for our code tags
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Created a plugin for our code tags
#5
There problems that metulburr mention need to be fixed.

Here are problem as a reference. 
There are also problem with preview(look like a mess) to what you get.
And there are some new line problem outside of code boxes.
It messing up quite a lot stranac Undecided
Please revert and test better.

The original code,should not be active.
test
The old php code box should not be active.
Should not be here
Error tag is wrong:
Error:
123 456 789
Output tag is wrong:
Output:
aaaaaa bbbbbbbbbbbbbbbbb ccccccccc
Python tag ok:
import time

def time_code():
    start = time.clock()
    time.sleep(5)
    end = time.clock()
    print 'Code time {:.2f} seconds'.format(end - start)

time_code()
Spoiler tag ok:

Inline code tag do not work,but do not work in preview.:
12345678


Messages In This Thread
Created a plugin for our code tags - by stranac - Dec-07-2016, 07:19 PM
RE: Created a plugin for our code tags - by stranac - Dec-08-2016, 05:13 PM
RE: Created a plugin for our code tags - by Kebap - Dec-10-2016, 02:42 PM
RE: Created a plugin for our code tags - by stranac - Dec-09-2016, 01:25 PM
RE: Created a plugin for our code tags - by snippsat - Dec-09-2016, 03:23 PM
RE: Created a plugin for our code tags - by stranac - Dec-09-2016, 04:09 PM
RE: Created a plugin for our code tags - by stranac - Dec-09-2016, 06:08 PM
RE: Created a plugin for our code tags - by stranac - Dec-10-2016, 02:16 PM
RE: Created a plugin for our code tags - by stranac - Dec-10-2016, 02:46 PM
RE: Created a plugin for our code tags - by Mekire - Dec-10-2016, 02:59 PM
RE: Created a plugin for our code tags - by stranac - Dec-10-2016, 03:19 PM
RE: Created a plugin for our code tags - by Kebap - Dec-10-2016, 06:36 PM
RE: Created a plugin for our code tags - by stranac - Dec-10-2016, 10:49 PM
RE: Created a plugin for our code tags - by Kebap - Dec-13-2016, 12:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Verify users plugin itsmeJAY 3 2,865 Jun-22-2019, 09:11 PM
Last Post: metulburr
  simple solved plugin metulburr 47 16,062 May-18-2019, 11:00 AM
Last Post: metulburr
  solved prefix tag/ mysupport plugin metulburr 13 7,593 Mar-30-2019, 07:02 PM
Last Post: micseydel
  testing support plugin metulburr 9 4,816 Mar-21-2019, 11:48 AM
Last Post: metulburr
  People Not Using Code Tags micseydel 16 8,376 Dec-09-2017, 06:49 AM
Last Post: micseydel
  Just a trial. For learning code tags sylas 3 3,774 Sep-25-2017, 11:41 AM
Last Post: metulburr
  Please use code tags Larz60+ 28 16,094 Apr-06-2017, 09:47 PM
Last Post: metulburr
  Adding YourCode plugin metulburr 1 3,940 Mar-23-2017, 02:17 PM
Last Post: metulburr_testing
  Do not know how to add "Code Tags" or "Error Tags" to my submissions mattkrebs 2 3,794 Mar-21-2017, 04:15 PM
Last Post: metulburr
  support plugin solved/best answer/etc metulburr_testing 12 9,620 Oct-08-2016, 04:29 PM
Last Post: Kebap

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020