wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
169 stars 14 forks source link

new delimiter setting #8

Closed bartocc closed 9 years ago

bartocc commented 9 years ago

This is the first time I hack on ST plugins so I might have done dumb things ;-)

bartocc commented 9 years ago

corresponding to #2

calwalker1 commented 9 years ago

Hey guys, loving this idea. I'm trying to work out where the delimiter setting is as a result of this. I cannot seem to find in my application or user preferences in Sublime.

wadetb commented 9 years ago

Hi, you can just copy the setting out of this file:

https://github.com/wadetb/Sublime-Text-Advanced-CSV/blob/master/AdvancedCSV.sublime-settings

The key you want is "delimiter".

I'm not sure why it doesn't open up AdvancedCSV.sublime-settings when you select Package Settings -> Advanced CSV -> Settings - Default

calwalker1 commented 9 years ago

My apologies, I have since found the settings for this application and it appears to be working well. Very useful tool. Am I able to suggest a feature that essentially spaces out the CSV in a temporary document so it looks like a table within sublime? I know some VBA but haven't tried to do sublime coding yet. So I thought I'd put the idea forward before trying it myself!

wadetb commented 9 years ago

Oh glad to hear you got it working. About spacing out the CSV, have you tried "Format Cells"? It's bound to Ctrl+comma + Ctrl+space by default. It works destructively, but you can always re-collapse with Ctrl+comma Ctrl+comma.

calwalker1 commented 9 years ago

This is extremely embarrassing again. That is the exact function I'm after. My job involves heaps of CSVs that only need reviewing, they don't need to go into Excel. So this is a fantastic little tool. On Tue, 12 May 2015 at 10:25, Wade Brainerd notifications@github.com wrote:

Oh glad to hear you got it working. About spacing out the CSV, have you tried "Format Cells"? It's bound to Ctrl+comma + Ctrl+space by default. It works destructively, but you can always re-collapse with Ctrl+comma Ctrl+comma.

— Reply to this email directly or view it on GitHub https://github.com/wadetb/Sublime-Text-Advanced-CSV/pull/8#issuecomment-101080541 .