Add test coverage of the new options
This commit is contained in:
@@ -16,8 +16,8 @@ docpane = 400, 400
|
||||
viewpane = 500, 150
|
||||
outlinepane = 500, 150
|
||||
fullscreen = False
|
||||
hidevscroll = False
|
||||
hidehscroll = False
|
||||
hidevscroll = True
|
||||
hidehscroll = True
|
||||
|
||||
[Project]
|
||||
autosaveproject = 40
|
||||
@@ -39,8 +39,8 @@ repsquotes = True
|
||||
repdquotes = True
|
||||
repdash = True
|
||||
repdots = True
|
||||
scrollpastend = True
|
||||
scollwithcursor = False
|
||||
scrollpastend = False
|
||||
scollwithcursor = True
|
||||
fmtsinglequote = ‘, ’
|
||||
fmtdoublequote = “, ”
|
||||
spelltool = internal
|
||||
|
||||
Reference in New Issue
Block a user