dail8859

Results 276 comments of dail8859
trafficstars

Thanks for catching that. Was the PR intended to be for this repository?

Originally this was created to implement Elastic Tabstops in Notepad++ and most of the people ending up here were coming from that site. The readme does link to the homepage...

What level of detail are you curious about? :) The high level usage? Or Scintilla calls that would be needed? Or actual parts of the source code that would need...

That file is incredibly helpful and will use it for testing. I was aware of this side effect and in some cases like the one you provided show it being...

Thanks for your input as well. > I use the Elastic Tab Plugin almost daily with large CSV files and this scrolling issue is really a problem. What do you...

@Rolands71 Thanks for the info. It is just nice for me to keep these kinds of numbers in mind when testing it.

I've tried a couple ways of implementing this. Keeping the columns from shrinking isn't too hard. However, the difficulty comes when then editing the file. The way the algorithm works...

> Would it be possible that duplicate the first line with the Header of the CSV file, determine the max width for all columns, keep this max width, and show...

Not completely sure yet. I want to play around with it some more and see how it works under different situations. The main "use-case" for this plugin is actually for...

> By the way, why are the widths recalculated when switching tabs? The tab widths are associated internally with the Scintilla *editor* rather than the *document* itself (each tab represents...