options.release.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. general: {
  3. AppState_frameRate: 30,
  4. "GUIManager_maxInstances": 16384,
  5. imagesPath: "/etc/gpuedit/images",
  6. commandsPath: "/etc/gpuedit/config/commands.json",
  7. highlightersPath: "/etc/gpuedit/highlighters/",
  8. highlightStylesPath: "/etc/gpuedit/highlighters",
  9. "MainControl_startupTabs": [
  10. // { "type": "Buffer", "path": "./testfile.c", },
  11. // { "type": "Buffer", "path": "./testfile.h", },
  12. { "type": "FuzzyOpener", "path": "", },
  13. // { "type": "FileOpen", "path": "./", },
  14. ],
  15. "MainControl_openInPlace": 0,
  16. "MainControl_autoSortTabs": 0,
  17. "MainControl_statusWidgets": [
  18. // { type: "hello_world", size: 15, align: "r", "format": "" },
  19. { type: "clock", size: 8, align: "r", format: "%H:%M:%S" }, // "%H:%M:%S"
  20. // { type: "ping", size: 10, },
  21. // { type: "battery", size: 15, },
  22. { type: "linecol", size: 30, align: "l", format: "line %L:%C [%T lines]" },
  23. { type: "bufmode", size: 20, align: "l", format: "mode: %S [%D]" },
  24. ],
  25. MainControl_tabNameScrollFn: "sinusoidal", // None, Linear, Sinusoidal, Swing, Loop
  26. MainControl_tabNameScrollStartLinger: 2.0,
  27. MainControl_tabNameScrollEndLinger: 2.0,
  28. MainControl_tabNameScrollAnimTime: 3.0,
  29. // Theme Settings
  30. "Theme_path": "default_dark.json",
  31. },
  32. buffer: {
  33. "linesPerScrollWheel": 3,
  34. "cursorBlinkEnable": 1,
  35. "cursorBlinkOffTime": 0.600,
  36. "cursorBlinkOnTime": 0.600,
  37. "highlightCurrentLine": 1,
  38. "outlineCurrentLine": 1,
  39. "outlineCurrentLineYOffset": 0,
  40. "lineNumExtraWidth": 10,
  41. "lineNumBase": 10, // 2-36
  42. "lineNumCharset": "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",
  43. "showLineNums": 1,
  44. "charWidth": 8,
  45. "lineHeight": 17,
  46. "tabWidth": 4,
  47. "font": "Courier New",
  48. "fontSize": 14,
  49. "invertSelection": 1,
  50. "maxUndo": 4096,
  51. "statusBarHeight": 20,
  52. // "MainControl_searchPaths": ["foo", "bar"],
  53. },
  54. gui: {
  55. shaderPath: "/etc/gpuedit/shaders/guiUnified.glsl",
  56. "maxInstances": 16384,
  57. "linesPerScrollWheel": 5,
  58. "hideScrollbar": 0,
  59. "hideStatusBar": 0,
  60. "fontList": [
  61. "Arial",
  62. "Courier New"
  63. ],
  64. "fontSize_fw": 14,
  65. },
  66. }