| View previous topic :: View next topic |
| Author |
Message |
cynopsys
Joined: 27 Nov 2009 Posts: 43
|
Posted: Tue Mar 16, 2010 8:49 pm Post subject: how to remove Notepad++ fold line? |
|
|
Hi
There's any way to remove the black line that appear when you fold text in notepad++? |
|
| Back to top |
|
 |
Murx Guest
|
Posted: Tue Mar 16, 2010 8:59 pm Post subject: |
|
|
Isn't that something which has a high potential to get answered at the N++ forum?  |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 17, 2010 6:53 am Post subject: |
|
|
You could use a black background . |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Mon Mar 22, 2010 9:53 am Post subject: |
|
|
From ScintillaDoc: "The lines are drawn in the foreground colour set for STYLE_DEFAULT"
So unless you set default style foreground color to background color, you cannot get rid of them.
Unless you hack Scintilla code, of course! _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
|