Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
869d4b89
Commit
869d4b89
authored
3 months ago
by
Eric Oulashin
Browse files
Options
Downloads
Patches
Plain Diff
Digital Distortion area choosers: Default the name collapsing feature to false in the .cfg files
parent
a745ac01
No related branches found
No related tags found
1 merge request
!523
Digital Distortion area choosers: Default the name collapsing feature to false in the .cfg files
Pipeline
#8835
passed
3 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/DDAreaChoosers/DDFileAreaChooser.cfg
+3
-4
3 additions, 4 deletions
xtrn/DDAreaChoosers/DDFileAreaChooser.cfg
xtrn/DDAreaChoosers/DDMsgAreaChooser.cfg
+4
-5
4 additions, 5 deletions
xtrn/DDAreaChoosers/DDMsgAreaChooser.cfg
with
7 additions
and
9 deletions
xtrn/DDAreaChoosers/DDFileAreaChooser.cfg
+
3
−
4
View file @
869d4b89
...
@@ -5,14 +5,13 @@ useLightbarInterface=true
...
@@ -5,14 +5,13 @@ useLightbarInterface=true
;areaChooserHdrMaxLines=6
;areaChooserHdrMaxLines=6
areaChooserHdrFilenameBase
=
DDLogoAreaChgHeader
areaChooserHdrFilenameBase
=
DDLogoAreaChgHeader
areaChooserHdrMaxLines
=
12
areaChooserHdrMaxLines
=
12
; Whether or not to enable
directory
collapsing. For
; Whether or not to enable
name
collapsing. For
; example, for directories
in a library
starting with
; example, for
libraries/
directories starting with
; common text and a separator (specified below), the
; common text and a separator (specified below), the
; common text will be the only one displayed, and when
; common text will be the only one displayed, and when
; the user selects it, a 3rd tier with the directories
; the user selects it, a 3rd tier with the directories
; after the separator will be shown
; after the separator will be shown
useDirCollapsing
=
true
useDirCollapsing
=
false
;useDirCollapsing=false
; The separator to use for directory collapsing
; The separator to use for directory collapsing
dirCollapseSeparator
=
:
dirCollapseSeparator
=
:
...
...
This diff is collapsed.
Click to expand it.
xtrn/DDAreaChoosers/DDMsgAreaChooser.cfg
+
4
−
5
View file @
869d4b89
...
@@ -9,14 +9,13 @@ showImportDates=false
...
@@ -9,14 +9,13 @@ showImportDates=false
;areaChooserHdrMaxLines=6
;areaChooserHdrMaxLines=6
areaChooserHdrFilenameBase
=
DDLogoAreaChgHeader
areaChooserHdrFilenameBase
=
DDLogoAreaChgHeader
areaChooserHdrMaxLines
=
12
areaChooserHdrMaxLines
=
12
; Whether or not to enable
sub-board
collapsing. For
; Whether or not to enable
name
collapsing. For
; example, for sub-boards in a group starting with
; example, for
groups or
sub-boards in a group starting with
; common text and a separator (specified below), the
; common text and a separator (specified below), the
; common text will be the only one displayed, and when
; common text will be the only one displayed, and when
; the user selects it, a 3rd tier with the sub-boards
; the user selects it, a 3rd tier with the sub-boards
; after the separator will be shown
; after the separator will be shown
useSubCollapsing
=
true
useSubCollapsing
=
false
;useSubCollapsing=false
; The separator to use for sub-board collapsing
; The separator to use for sub-board collapsing
subCollapseSeparator
=
:
subCollapseSeparator
=
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment