| Author |
Message |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Mon 08 Apr 2013, 15:12 Post subject:
Start Leafpad with wordwrap enabled?[SOLVED] |
|
I would like to force Leafpad to start with wordwrap already enabled but can't find the syntax to do so. Wordwrap is available in the options menu.
I've tried entering the following into a console:
leafpad wrap=1 (which makes a file called "wrap=1")
leafpad wordwrap =1
leafpad wordwrap=true
leafpad option wordwrap=1
leafpad $wrap
leafpad $wrap=1
leafpad --wrap
My google skills are failing me. Is it possible to pass arguments to Leafpad in this way?
Last edited by greengeek on Tue 09 Apr 2013, 13:25; edited 1 time in total
|
|
Back to top
|
|
 |
PaulR
Joined: 04 May 2005 Posts: 165 Location: UK
|
Posted: Mon 08 Apr 2013, 15:20 Post subject:
|
|
Hi greengeek
leafpad --help-all
...seems to say it's not possible
Paul
|
|
Back to top
|
|
 |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Mon 08 Apr 2013, 15:37 Post subject:
|
|
Thanks Paul. - I wonder if there is a way to get a script to pass the required parameters immediately AFTER opening leafpad, even though it appears they can't be passed at the time of initial execution?
Also - I have just noticed that in Precise 5.5 leafpad opens with wordwrap already enabled so I will scout around and see if I can see how that is done.
EDIT :I think I have found how it's done in Precise 5.5
If I open the hidden file /root/.config/leafpad/leafpadrc I see the following:
| Code: | 0.8.18.1
671
450
Monospace 12
1
0
0 | and it seems to be the "1" below "monospace 12" which determines if wordwrap is on or not.
I have just tried modifying this in a different puppy and it works!
There is no doubt some other way this can be achieved too, so any info/guesses welcome!
|
|
Back to top
|
|
 |
PaulR
Joined: 04 May 2005 Posts: 165 Location: UK
|
Posted: Mon 08 Apr 2013, 16:26 Post subject:
|
|
Good find!
Why don't you just read-in/set the word-wrap flag/write out the config file then call leafpad? (You could always rewrite the original values if you wanted to restore the settings).
Paul
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 834
|
Posted: Mon 08 Apr 2013, 19:02 Post subject:
|
|
For some odd reason, leafpad doesn't seem to make a default config file. However, if you make a blank file named "/root/.config/leafpad/leafpadrc" and then start leafpad and make config changes, those changes are all then saved.
Next time leapad is started all those changed settings are in effect.
Cheers,
s
|
|
Back to top
|
|
 |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Tue 09 Apr 2013, 13:25 Post subject:
|
|
Excellent. Thanks for the tips. I now have leafpad doing what I want. Will mark thread as solved.
|
|
Back to top
|
|
 |
|