From 782296fbc61a3fcb7ede9c252ebdeb80614a4d19 Mon Sep 17 00:00:00 2001 From: mechatroner Date: Sun, 29 Mar 2020 23:53:58 -0400 Subject: [PATCH] cosmetic --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index cde9565..6ee5bce 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,10 @@ custom_settings = None # Gets auto updated on every SETTINGS_FILE write +######## Test and Debug ######### +# To install this package in debug mode just copy it into "Sublime Text 3/Packages" folder as "rainbow_csv", e.g.: cp -r sublime_rainbow_csv "/mnt/c/Users/mecha/AppData/Roaming/Sublime Text 3/Packages/rainbow_csv" # To debug this package just use python's own print() function - all output would be redirected to sublime text console. View -> Show Console +################################# # TODO allow monocolumn tables. This could be complicated because we will need to make sure that F5 button would pass context check