Alexander Koblov 184c870c79 UPD: Project files 1 год назад
..
src 184c870c79 UPD: Project files 1 год назад
COPYING.GPL.txt 1e0b6678cc ADD: TextLine content plugin 9 лет назад
COPYING.LESSER.txt 1e0b6678cc ADD: TextLine content plugin 9 лет назад
README.txt e09b5995d0 ADD: Detect string 9 лет назад

README.txt

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==
[Replaces]
;replace "hello" by nothing
;S1=hello=
;replace "test" by "hello"
;S2=test=hello
S1=
S2=
S3=
S4=
S5=
S6=
S7=
S8=
S9=
S10=