mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
34 lines
600 B
Text
34 lines
600 B
Text
Text Line
|
|
Content plugin for Double Commander
|
|
|
|
Description
|
|
-----------
|
|
Plugin is intended to show one line of a text file.
|
|
You can select line number and text encoding, you can replace one substring
|
|
by another.
|
|
|
|
Settings are stored in textline.ini.
|
|
Without settings file plugin don't skip empty lines and doesn't replace anything.
|
|
|
|
textline.ini example:
|
|
|
|
[Options]
|
|
;skip empty lines
|
|
SkipEmpty=0
|
|
|
|
;a list of substitutions in the format S<n>=<original_text>=<new_text>
|
|
[Replaces]
|
|
;replace "hello" by nothing
|
|
;S1=hello=
|
|
;replace "test" by "hello"
|
|
;S2=test=hello
|
|
S1=
|
|
S2=
|
|
S3=
|
|
S4=
|
|
S5=
|
|
S6=
|
|
S7=
|
|
S8=
|
|
S9=
|
|
S10=
|