Advertisement
itblanco

preferences.txt

Dec 20th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. chooser.files.native=true
  2. console.auto_clear=true
  3. console.font.size=12
  4. console.lines=4
  5. console.scrollback.chars=40000
  6. console.scrollback.lines=500
  7. contribution.backup.on_install=true
  8. contribution.backup.on_remove=true
  9. editor.caret.blink=true
  10. editor.caret.block=false
  11. editor.completion.auto_close=false
  12. editor.font.family=Source Code Pro
  13. editor.font.size=12
  14. editor.indent=true
  15. editor.input_method_support=false
  16. editor.keys.alternative_cut_copy_paste=true
  17. editor.keys.home_and_end_travel_far=false
  18. editor.keys.home_and_end_travel_smart=true
  19. editor.keys.shift_backspace_is_delete=false
  20. editor.smooth=true
  21. editor.tabs.expand=true
  22. editor.tabs.size=2
  23. editor.token.comment1.style=#6c7584,plain
  24. editor.token.comment2.style=#6c7584,plain
  25. editor.token.function1.style=#1be3bb,plain
  26. editor.token.function2.style=#1be3bb,plain
  27. editor.token.function3.style=#f53d00,bold
  28. editor.token.function4.style=#22b361,bold
  29. editor.token.invalid.style=#999999,bold
  30. editor.token.keyword1.style=#e60b5f,plain
  31. editor.token.keyword2.style=#5abfe0,plain
  32. editor.token.keyword3.style=#f53d00,bold
  33. editor.token.keyword4.style=#f57200,plain
  34. editor.token.keyword5.style=#ae53c9,plain
  35. editor.token.keyword6.style=#33997e,plain
  36. editor.token.label.style=#999999,bold
  37. editor.token.literal1.style=#f5ac00,plain
  38. editor.token.literal2.style=#718a62,plain
  39. editor.token.operator.style=#6699,plain
  40. editor.untitled.prefix=sketch_
  41. editor.untitled.suffix=yyMMdd
  42. editor.watcher=true
  43. editor.watcher.debug=false
  44. editor.watcher.window=1500
  45. editor.window.height.default=600
  46. editor.window.height.min=530
  47. editor.window.width.default=700
  48. editor.window.width.min=400
  49. editor.zoom=100%
  50. editor.zoom.auto=true
  51. examples.processing.app.ui.ExamplesFrame.visible=null\Libraries;null\Demos;null\Libraries\Sound;null
  52. export.application.embed_java=true
  53. export.application.fullscreen=false
  54. export.application.platform_macosx=false
  55. export.application.platform_windows=true
  56. export.application.present=false
  57. export.application.stop=true
  58. export.delete_target_folder=true
  59. instance_server.key=0.6851833713873398
  60. instance_server.port=28631
  61. last.sketch.count=0
  62. last.sketch.restore=true
  63. mode.last=processing.mode.java.JavaMode
  64. pdex.autoSave.autoSaveByDefault=true
  65. pdex.autoSave.autoSaveEnabled=false
  66. pdex.autoSave.promptDisplay=true
  67. pdex.autoSaveInterval=5
  68. pdex.completion=true
  69. pdex.completion.trigger=false
  70. pdex.dbgOutput=false
  71. pdex.errorCheckEnabled=true
  72. pdex.inspectMode.hotkey=true
  73. pdex.suggest.imports=true
  74. pdex.warningsEnabled=true
  75. pdex.writeErrorLogs=false
  76. platform.auto_file_type_associations=true
  77. preproc.color_datatype=true
  78. preproc.enhanced_casting=true
  79. preproc.output_parse_tree=false
  80. preproc.save_build_files=false
  81. preproc.substitute_floats=true
  82. preproc.substitute_unicode=true
  83. preproc.web_colors=true
  84. proxy.http.host=
  85. proxy.http.port=
  86. proxy.https.host=
  87. proxy.https.port=
  88. proxy.socks.host=
  89. proxy.socks.port=
  90. proxy.system=true
  91. recent.count=10
  92. run.display=1
  93. run.options=
  94. run.options.memory=false
  95. run.options.memory.initial=64
  96. run.options.memory.maximum=256
  97. run.present.bgcolor=#666666
  98. run.present.stop.color=#cccccc
  99. run.window.bgcolor=#F0F0F0
  100. search.format=https://google.com/search?q=%s
  101. sketchbook.path.three=C:\Users\it\Documents\Processing
  102. update.check=true
  103. update.id=673607391805987925
  104. update.last=1576847780824
  105. welcome.seen=false
  106. welcome.show=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement