当前位置: 首页 > 工具软件 > Textadept > 使用案例 >

textadept,相当好用的代码编辑器

权胜泫
2023-12-01

 textadept http://foicica.com/textadept/

 

properties.lua

buffer.tab_width = 4
buffer.use_tabs = true
buffer.wrap_mode = buffer.WRAP_WORD
-- 显示空白字符
--buffer.view_ws = buffer.WS_VISIBLEALWAYS
buffer.virtual_space_options = buffer.VS_NONE
buffer.wrap_visual_flags = buffer.WRAPVISUALFLAG_MARGIN
buffer.search_flags = buffer.FIND_REGEXP

 

init.lua

 

if not CURSES then ui.set_theme('base16-monokai-dark') end
require('textredux').hijack()
require 'common'

 

 详细信息:https://github.com/chanble/.textadept

 

 类似资料: