phpBB [INDENT] function?

Have a suggestion for "Everything"? Please post it here.
Post Reply
therube
Posts: 4953
Joined: Thu Sep 03, 2009 6:48 pm

phpBB [INDENT] function?

Post by therube »

phpBB [ INDENT ] function?


There seems to be an [ INDENT ], that kind of works, but not sure how to get it to work for multiple lines?

[ INDENT ]
line 1
line 2
line 3
[ /INDENT ]

& with something like that, I'd expect something like (but not in a code block):

Code: Select all

	line 1
	line 2
	line 3
but all I'm getting is the first line indented (& that line must physically be on the same line as the [ INDENT ]?:

line 1
line 2
line 3


Maybe I'm not understanding, https://www.phpbb.com/community/viewtop ... #p15868031 (or it's changed)?


Or is there a [ LIST ] that does not include the "dot" ?
  • line 1
    line 2
    line 3
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: phpBB [INDENT] function?

Post by void »

I added [indent] for Command-line Options
Check that post for usage.

Basic usage:

Code: Select all

[indent][h1=filename]filename[/h1][/indent]

[indent][indent]Search for the specified file or folder by filename.[/indent][/indent]
[indent][indent]This is the same action as dropping a file on an Everything search window.[/indent][/indent]
filename

Search for the specified file or folder by filename.
This is the same action as dropping a file on an Everything search window.

[indent] has to be used on each line.


Or is there a [ LIST ] that does not include the "dot" ?
phpbb 2 had this functionality, which I miss.
The dot is always added in phpbb 3.
Use [indent][/indent] instead.
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: phpBB [INDENT] function?

Post by void »

I have added blockindent:

Code: Select all

[blockindent]
line 1
line 2
line 3
[/blockindent]
Output:
line 1
line 2
line 3
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: phpBB [INDENT] function?

Post by void »

Ignore [blockindent]

[indent][/indent] will now work with multiple lines.

box-decoration-break: clone;
Post Reply