All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
3.7 KiB

1 year ago
  1. {
  2. "acelib": {
  3. "settings": {
  4. "selectionStyle": {
  5. "Name": "Selection Style",
  6. "Hint": " "
  7. },
  8. "highlightActiveLine": {
  9. "Name": "Highlight Active Line",
  10. "Hint": " "
  11. },
  12. "highlightSelectedWord": {
  13. "Name": "Highlight Selected Word",
  14. "Hint": " "
  15. },
  16. "cursorStyle": {
  17. "Name": "Cursor Style",
  18. "Hint": " "
  19. },
  20. "showInvisibles": {
  21. "Name": "Show Invisibles",
  22. "Hint": "Show tabs and spaces"
  23. },
  24. "displayIndentGuides": {
  25. "Name": "Display Indent Guides",
  26. "Hint": "Shows indents. Enabling this will enable Show Invisibles."
  27. },
  28. "navigateWithinSoftTabs": {
  29. "Name": "Navigate Within Soft Tabs",
  30. "Hint": " "
  31. },
  32. "enableMultiselect": {
  33. "Name": "Enable Multiselect",
  34. "Hint": " "
  35. },
  36. "highlightGutterLine": {
  37. "Name": "Highlight Gutter Line",
  38. "Hint": "Whether or not you want to highlight the current line in the Gutter"
  39. },
  40. "showPrintMargin": {
  41. "Name": "Show Print Margin",
  42. "Hint": "Do you want a print margin?"
  43. },
  44. "printMarginColumn": {
  45. "Name": "Print Margin Column",
  46. "Hint": "How many columns of text should be included in the print margin?"
  47. },
  48. "showFoldWidgets": {
  49. "Name": "Show Fold Widgets",
  50. "Hint": "These little triangular widgets in the gutter let you fold elements"
  51. },
  52. "fadeFoldWidgets": {
  53. "Name": "Fade Fold Widgets",
  54. "Hint": "Should the widgets disappear when you don't have your mouse over the Gutter?"
  55. },
  56. "showLineNumbers": {
  57. "Name": "Show Line Numbers",
  58. "Hint": " "
  59. },
  60. "showGutter": {
  61. "Name": "Show Gutter",
  62. "Hint": "This is the sidebar on the left side of the editor that usually has the line numbers in it"
  63. },
  64. "fontSize": {
  65. "Name": "Font Size",
  66. "Hint": " "
  67. },
  68. "fontFamily": {
  69. "Name": "Font Family",
  70. "Hint": " "
  71. },
  72. "scrollPastEnd": {
  73. "Name": "Scroll Past End",
  74. "Hint": " "
  75. },
  76. "theme": {
  77. "Name": "Theme",
  78. "Hint": "Favorite color?"
  79. },
  80. "newLineMode": {
  81. "Name": "New Line Mode",
  82. "Hint": " "
  83. },
  84. "tabSize": {
  85. "Name": "Tab Size",
  86. "Hint": " "
  87. },
  88. "wrap": {
  89. "Name": "Wrap Text",
  90. "Hint": " "
  91. },
  92. "foldStyle": {
  93. "Name": "Fold Style",
  94. "Hint": " "
  95. },
  96. "mode": {
  97. "Name": "Mode",
  98. "Hint": "What are you editing?"
  99. },
  100. "enableBasicAutocompletion": {
  101. "Name": "Enable Basic Autocompletion",
  102. "Hint": " "
  103. },
  104. "enableSnippets": {
  105. "Name": "Enable Snippets",
  106. "Hint": " "
  107. },
  108. "enableLiveAutocompletion": {
  109. "Name": "Enable Live Autocompletion",
  110. "Hint": " "
  111. },
  112. "useElasticTabstops": {
  113. "Name": "Use Elastic Tabstops",
  114. "Hint": " "
  115. },
  116. "keyboardHandler": {
  117. "Name": "Keyboard Handler",
  118. "Hint": "Choose a set of keybindings"
  119. },
  120. "hScrollBarAlwaysVisible": {
  121. "Name": "Horizontal Scroll Bar Always Visible",
  122. "Hint": " "
  123. },
  124. "vScrollBarAlwaysVisible": {
  125. "Name": "Vertical Scroll Bar Always Visible",
  126. "Hint": " "
  127. },
  128. "scrollSpeed": {
  129. "Name": "Scroll Speed",
  130. "Hint": " "
  131. },
  132. "dragDelay": {
  133. "Name": "Drag-and-drop Delay",
  134. "Hint": " "
  135. },
  136. "dragEnabled": {
  137. "Name": "Enable Drag-and-drop",
  138. "Hint": " "
  139. },
  140. "firstLineNumber": {
  141. "Name": "First Line Number",
  142. "Hint": " "
  143. },
  144. "overwrite": {
  145. "Name": "Overwrite",
  146. "Hint": "Overwrite text instead of inputting normally."
  147. },
  148. "useSoftTabs": {
  149. "Name": "Use Soft Tabs",
  150. "Hint": "Transform tab characters into spaces"
  151. },
  152. "indentedSoftWrap": {
  153. "Name": "Indented Soft Wrap",
  154. "Hint": " "
  155. }
  156. }
  157. }
  158. }