Simple hex excercises

hexmeh.sublime-workspace 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "auto_complete":
  3. {
  4. "selected_items":
  5. [
  6. [
  7. "binary",
  8. "binaryLength"
  9. ],
  10. [
  11. "generate",
  12. "generateBinary"
  13. ]
  14. ]
  15. },
  16. "buffers":
  17. [
  18. ],
  19. "build_system": "",
  20. "command_palette":
  21. {
  22. "height": 0.0,
  23. "selected_items":
  24. [
  25. ],
  26. "width": 0.0
  27. },
  28. "console":
  29. {
  30. "height": 0.0
  31. },
  32. "distraction_free":
  33. {
  34. "menu_visible": true,
  35. "show_minimap": false,
  36. "show_open_files": false,
  37. "show_tabs": false,
  38. "side_bar_visible": false,
  39. "status_bar_visible": false
  40. },
  41. "file_history":
  42. [
  43. "/home/bryan/Projects/hexmeh/scripts/utilities.js",
  44. "/home/bryan/Projects/hexmeh/styles/hexmeh.css",
  45. "/home/bryan/Projects/hexmeh/index.html",
  46. "/home/bryan/Projects/hexmeh/scripts/controllers.js",
  47. "/home/bryan/Projects/hexmeh/partials/intro.html",
  48. "/home/bryan/Projects/hexmeh/scripts/services.js",
  49. "/home/bryan/Projects/hexmeh/crossdomain.xml",
  50. "/home/bryan/Projects/hexmeh/scripts/app.js",
  51. "/home/bryan/Projects/hexmeh/.gitignore",
  52. "/home/bryan/Projects/hexmeh/README.md",
  53. "/home/bryan/Projects/whistle/scripts/app.js",
  54. "/home/bryan/Projects/whistle/scripts/utilities.js",
  55. "/home/bryan/Projects/whistle/index.html",
  56. "/home/bryan/Projects/azucar-fitness/www/Templates/main-template.dwt"
  57. ],
  58. "find":
  59. {
  60. "height": 35.0
  61. },
  62. "find_in_files":
  63. {
  64. "height": 0.0,
  65. "where_history":
  66. [
  67. ]
  68. },
  69. "find_state":
  70. {
  71. "case_sensitive": false,
  72. "find_history":
  73. [
  74. "whistler"
  75. ],
  76. "highlight": true,
  77. "in_selection": false,
  78. "preserve_case": false,
  79. "regex": false,
  80. "replace_history":
  81. [
  82. ],
  83. "reverse": false,
  84. "show_context": true,
  85. "use_buffer2": true,
  86. "whole_word": false,
  87. "wrap": true
  88. },
  89. "groups":
  90. [
  91. {
  92. "sheets":
  93. [
  94. ]
  95. }
  96. ],
  97. "incremental_find":
  98. {
  99. "height": 0.0
  100. },
  101. "input":
  102. {
  103. "height": 33.0
  104. },
  105. "layout":
  106. {
  107. "cells":
  108. [
  109. [
  110. 0,
  111. 0,
  112. 1,
  113. 1
  114. ]
  115. ],
  116. "cols":
  117. [
  118. 0.0,
  119. 1.0
  120. ],
  121. "rows":
  122. [
  123. 0.0,
  124. 1.0
  125. ]
  126. },
  127. "menu_visible": true,
  128. "replace":
  129. {
  130. "height": 0.0
  131. },
  132. "save_all_on_build": true,
  133. "select_file":
  134. {
  135. "height": 0.0,
  136. "selected_items":
  137. [
  138. ],
  139. "width": 0.0
  140. },
  141. "select_project":
  142. {
  143. "height": 500.0,
  144. "selected_items":
  145. [
  146. [
  147. "",
  148. "/home/bryan/Projects/mcnaughty/mcnaughty.sublime-project"
  149. ]
  150. ],
  151. "width": 380.0
  152. },
  153. "show_minimap": true,
  154. "show_open_files": false,
  155. "show_tabs": true,
  156. "side_bar_visible": true,
  157. "side_bar_width": 243.0,
  158. "status_bar_visible": true
  159. }