Revision: 4771 http://geany.svn.sourceforge.net/geany/?rev=4771&view=rev Author: ntrel Date: 2010-03-18 12:35:16 +0000 (Thu, 18 Mar 2010)
Log Message: ----------- Set default for wrapped lines to show marker at end of line only (more expected and doesn't change line alignment - closes #2972386).
Modified Paths: -------------- trunk/ChangeLog trunk/data/filetypes.common
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-03-17 17:15:47 UTC (rev 4770) +++ trunk/ChangeLog 2010-03-18 12:35:16 UTC (rev 4771) @@ -1,3 +1,10 @@ +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>
* tagmanager/python.c:
Modified: trunk/data/filetypes.common =================================================================== --- trunk/data/filetypes.common 2010-03-17 17:15:47 UTC (rev 4770) +++ trunk/data/filetypes.common 2010-03-18 12:35:16 UTC (rev 4771) @@ -73,7 +73,7 @@ # 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, # 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 # the width of a space, only used when the second argument is 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.