ZeroBrane Studio 设置

丌官盛
2023-12-01
--[[--
  Use this file to specify User preferences.
  Review [examples](+E:\ZeroBraneStudioEduPack-0.70-win32\cfg\user-sample.lua) or check [online documentation](http://studio.zerobrane.com/documentation.html) for details.
--]]--
local G = ...

styles = G.loadfile('cfg/tomorrow.lua')('SciTeLuaIDE')

stylesoutshell = styles -- apply the same scheme to Output/Console windows

styles.auxwindow = styles.text -- apply text colors to auxiliary windows

styles.calltip = styles.text -- apply text colors to tooltips

editor.fontname = "Courier New"

editor.fontsize = 12

editor.tabwidth = 4
editor.usetabs = false

tolua的调试可以参考这两个链接:

https://www.cnblogs.com/huangchaoqun/p/6557952.html

https://blog.csdn.net/you_lan_hai/article/details/55057720

 类似资料: