Simple hex excercises

hexmeh.sublime-workspace 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "auto_complete":
  3. {
  4. "selected_items":
  5. [
  6. ]
  7. },
  8. "buffers":
  9. [
  10. {
  11. "file": "index.html",
  12. "settings":
  13. {
  14. "buffer_size": 1070,
  15. "line_ending": "Unix"
  16. }
  17. },
  18. {
  19. "file": "scripts/controllers.js",
  20. "settings":
  21. {
  22. "buffer_size": 4893,
  23. "line_ending": "Unix"
  24. }
  25. }
  26. ],
  27. "build_system": "",
  28. "command_palette":
  29. {
  30. "height": 0.0,
  31. "selected_items":
  32. [
  33. ],
  34. "width": 0.0
  35. },
  36. "console":
  37. {
  38. "height": 0.0
  39. },
  40. "distraction_free":
  41. {
  42. "menu_visible": true,
  43. "show_minimap": false,
  44. "show_open_files": false,
  45. "show_tabs": false,
  46. "side_bar_visible": false,
  47. "status_bar_visible": false
  48. },
  49. "file_history":
  50. [
  51. "/home/bryan/Projects/whistle/scripts/app.js",
  52. "/home/bryan/Projects/whistle/scripts/utilities.js",
  53. "/home/bryan/Projects/whistle/index.html",
  54. "/home/bryan/Projects/azucar-fitness/www/Templates/main-template.dwt"
  55. ],
  56. "find":
  57. {
  58. "height": 0.0
  59. },
  60. "find_in_files":
  61. {
  62. "height": 0.0,
  63. "where_history":
  64. [
  65. ]
  66. },
  67. "find_state":
  68. {
  69. "case_sensitive": false,
  70. "find_history":
  71. [
  72. ],
  73. "highlight": true,
  74. "in_selection": false,
  75. "preserve_case": false,
  76. "regex": false,
  77. "replace_history":
  78. [
  79. ],
  80. "reverse": false,
  81. "show_context": true,
  82. "use_buffer2": true,
  83. "whole_word": false,
  84. "wrap": true
  85. },
  86. "groups":
  87. [
  88. {
  89. "selected": 1,
  90. "sheets":
  91. [
  92. {
  93. "buffer": 0,
  94. "file": "index.html",
  95. "settings":
  96. {
  97. "buffer_size": 1070,
  98. "regions":
  99. {
  100. },
  101. "selection":
  102. [
  103. [
  104. 243,
  105. 243
  106. ]
  107. ],
  108. "settings":
  109. {
  110. "syntax": "Packages/HTML/HTML.tmLanguage",
  111. "tab_size": 4,
  112. "translate_tabs_to_spaces": true
  113. },
  114. "translation.x": 0.0,
  115. "translation.y": 0.0,
  116. "zoom_level": 1.0
  117. },
  118. "type": "text"
  119. },
  120. {
  121. "buffer": 1,
  122. "file": "scripts/controllers.js",
  123. "settings":
  124. {
  125. "buffer_size": 4893,
  126. "regions":
  127. {
  128. },
  129. "selection":
  130. [
  131. [
  132. 4893,
  133. 4893
  134. ]
  135. ],
  136. "settings":
  137. {
  138. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  139. "tab_size": 4,
  140. "translate_tabs_to_spaces": true
  141. },
  142. "translation.x": 0.0,
  143. "translation.y": 0.0,
  144. "zoom_level": 1.0
  145. },
  146. "type": "text"
  147. }
  148. ]
  149. }
  150. ],
  151. "incremental_find":
  152. {
  153. "height": 0.0
  154. },
  155. "input":
  156. {
  157. "height": 0.0
  158. },
  159. "layout":
  160. {
  161. "cells":
  162. [
  163. [
  164. 0,
  165. 0,
  166. 1,
  167. 1
  168. ]
  169. ],
  170. "cols":
  171. [
  172. 0.0,
  173. 1.0
  174. ],
  175. "rows":
  176. [
  177. 0.0,
  178. 1.0
  179. ]
  180. },
  181. "menu_visible": true,
  182. "replace":
  183. {
  184. "height": 0.0
  185. },
  186. "save_all_on_build": true,
  187. "select_file":
  188. {
  189. "height": 0.0,
  190. "selected_items":
  191. [
  192. ],
  193. "width": 0.0
  194. },
  195. "select_project":
  196. {
  197. "height": 500.0,
  198. "selected_items":
  199. [
  200. [
  201. "",
  202. "/home/bryan/Projects/azucar-fitness/azucar-fitness.sublime-project"
  203. ]
  204. ],
  205. "width": 380.0
  206. },
  207. "show_minimap": true,
  208. "show_open_files": true,
  209. "show_tabs": true,
  210. "side_bar_visible": true,
  211. "side_bar_width": 243.0,
  212. "status_bar_visible": true
  213. }