
It's just that [code-pb] ...[/code-pb] makes the examples more readable on this forum.
Code: Select all
procedure start()
nop
endprocedure
Hello plouf,plouf wrote: Tue Nov 05, 2024 6:35 am i dont get what more this will have from already existing [.code.] -> [</>] icon
Code: Select all
procedure start()
nop
endprocedure
Code: Select all
; AutoHotkey example to create the code-pb tags to the edit field in any editor/browser/etc. (Win only)
; Caret is at the correct position to insert the code.
co:;pb::{[}code-pb{]}{[}{/}code-pb{]}{left 10}
You are correct SPH, I had thought the same and it would seem to be better. I'm not sure though, since the forum is reliant upon phpBB, to what extent the button functions can be modified.SPH wrote: Wed Nov 06, 2024 3:07 pm ["code-pb"] should be default on forums!!
What's the point of having a black listing with ["code"]?
Oui, c'est encore mieux si c'est possible avec phpBB. Le texte noir simple n'est plus très attrayant maintenant, car nous sommes tous habitués aux surlignements colorés.