Disable folded function underlining?
-
Is there a way to disable the black line that underlines each folded function?
Thanks
-
Install LuaScript via the Plugin Manager. This was just added to the plugin manager so it might take another few days to show up…you can also download it manually if you dont want to wait. Once installed select
Plugins > LuaScript > Edit Startup Script
and add the following to that file:editor1.FoldFlags = 0 editor2.FoldFlags = 0
-