Kaydet (Commit) 8e9bfdf1 authored tarafından Nick Treleaven's avatar Nick Treleaven

Set default for wrapped lines to show marker at end of line only

(more expected and doesn't change line alignment - closes #2972386).



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4771 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst df532a2e
2010-03-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* data/filetypes.common:
Set default for wrapped lines to show marker at end of line only
(more expected and doesn't change line alignment - closes #2972386).
2010-03-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> 2010-03-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* tagmanager/python.c: * tagmanager/python.c:
......
...@@ -73,7 +73,7 @@ folding_horiz_line=2 ...@@ -73,7 +73,7 @@ folding_horiz_line=2
# second argument: whether the visual flags to indicate a line is wrapped are drawn near the border # second argument: whether the visual flags to indicate a line is wrapped are drawn near the border
# or near the text. This is a bitmask of the values: 0 - Visual flags drawn near border, # or near the text. This is a bitmask of the values: 0 - Visual flags drawn near border,
# 1 - Visual flag at end of subline drawn near text, 2 - Visual flag at begin of subline drawn near text # 1 - Visual flag at end of subline drawn near text, 2 - Visual flag at begin of subline drawn near text
line_wrap_visuals=3;0; line_wrap_visuals=1;0;
# first argument: sets the size of indentation of sublines for wrapped lines in terms of # first argument: sets the size of indentation of sublines for wrapped lines in terms of
# the width of a space, only used when the second argument is 0 # the width of a space, only used when the second argument is 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment