-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "treeview - windows finished"
This reverts commit 53fc468.
- Loading branch information
Showing
4 changed files
with
48 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
{ | ||
/* | ||
If true then show treeview else show listview. | ||
*/ | ||
"tree_view": true, | ||
/* | ||
If true then show treeview else show listview. | ||
*/ | ||
"tree_view": true, | ||
|
||
/* | ||
Values for tree view: | ||
full - always show full path, | ||
default - don't show folders with only one child folder. | ||
*/ | ||
"tree_size": "default", | ||
/* | ||
Values for tree view: | ||
full - always show full path, | ||
medium - show folders with the same level on the same indents, | ||
default - don't show folders with only one child folder. | ||
*/ | ||
"tree_size": "default", | ||
|
||
/* | ||
Select group to show (left or right) | ||
*/ | ||
"group_position": "left", | ||
|
||
"color_scheme": "Packages/OpenedFiles/opened_files.hidden-tmTheme", | ||
"line_numbers": false, | ||
"word_wrap": false, | ||
"spell_check": false, | ||
"scroll_past_end": false, | ||
"draw_indent_guides": false, | ||
"fold_buttons": false, | ||
"drag_text": false, | ||
"highlight_line": true, | ||
"margin": 0, | ||
"tab_size": 2, | ||
"rulers": [], | ||
/* | ||
Select group to show (left or right) | ||
*/ | ||
"group_position": "left", | ||
"color_scheme": "Packages/OpenedFiles/opened_files.hidden-tmTheme", | ||
"line_numbers": false, | ||
"word_wrap": false, | ||
"spell_check": false, | ||
"scroll_past_end": false, | ||
"draw_indent_guides": false, | ||
"fold_buttons": false, | ||
"drag_text": false, | ||
"highlight_line": true, | ||
"margin": 0, | ||
"tab_size": 2, | ||
"rulers": [], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters