Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-wrapping editor #1

Open
idleberg opened this issue Mar 28, 2017 · 6 comments
Open

Support non-wrapping editor #1

idleberg opened this issue Mar 28, 2017 · 6 comments

Comments

@idleberg
Copy link

idleberg commented Mar 28, 2017

Thank you for this great package! Unfortunately, it only works when one respects a line-length of 80 characters.

screen shot 2017-03-28 at 09 26 58

I wonder if you could wrap everything inside its own view right of the text-editor.

@AliShug
Copy link
Owner

AliShug commented Mar 28, 2017

That would make sense, yeah! I'll have a look at how atom-minimap does this

@giano
Copy link

giano commented Mar 29, 2017

Very useful package, thank you for coding it, but have the same issue. I have a very wide screen and code-shadow "eats" half of the screen. Would be nice to have an option to have a "max width" to it, or make it resizable with an handler.

@AliShug
Copy link
Owner

AliShug commented Mar 31, 2017

Here's what I'm working on

That what you guys were looking for?

@giano
Copy link

giano commented Apr 5, 2017

Absolutely!

@srguiwiz
Copy link
Contributor

Also have wide screen. Same usability problem. Great concept.

@srguiwiz
Copy link
Contributor

As a workaround I went on my disk into ~/.atom/packages/code-shadow/lib/code-shadow-view.js and made that 182 instead of 82 so now it says baseColumn = 182; . Good enough to make it workable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants