From 28811876058e13666b5e52e9f770fa07e6f956b5 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 26 Jul 2012 01:22:12 +0000 Subject: [PATCH] Lua Writer - set default font to a fixed width font, set tabs to 4 spaces --- BizHawk.MultiClient/tools/LuaWriter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.MultiClient/tools/LuaWriter.cs b/BizHawk.MultiClient/tools/LuaWriter.cs index c86e1f2eef..b9a2cf5d11 100644 --- a/BizHawk.MultiClient/tools/LuaWriter.cs +++ b/BizHawk.MultiClient/tools/LuaWriter.cs @@ -296,6 +296,8 @@ namespace BizHawk.MultiClient private void LuaWriter_Load(object sender, EventArgs e) { + //LuaTextFont; + LuaText.SelectionTabs = new int[] { 20, 40, 60, 80, 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 480, 500, 520, 540, 560, 580, 600 }; //adelikat: What a goofy way to have to do this GenerateLibraryRegex(); if (!String.IsNullOrWhiteSpace(CurrentFile)) {