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

Less Obtrusive Styling #13

Closed
godismyjudge95 opened this issue May 26, 2014 · 4 comments
Closed

Less Obtrusive Styling #13

godismyjudge95 opened this issue May 26, 2014 · 4 comments
Assignees

Comments

@godismyjudge95
Copy link

It would be great if you could either make the color blend in more with the background or use a dotted styling so as to not interfere with the overall look of the editor. Also, might want to add a condition to see if there is text ahead of the cursor and if not do not put the guides in. See Sublime Text for examples of both of these. Otherwise a really handy extension!

@lkcampbell lkcampbell self-assigned this May 26, 2014
@lkcampbell
Copy link
Owner

@LeinardoSmith, for your first request, I will probably be putting in an extension preference for the guide color in the future. I can keep this issue open as a reminder

For your second request, there is already brackets-indent-guides.guideStyle extension preference to change to a dotted style if you want it: https://github.com/lkcampbell/brackets-indent-guides#extension-preferences.

For the third request, not sure. Would have to think about it. There are some technical problems with making CodeMirror overlays (the technology behind this extension) act like Sublime.

At any rate, yes, I will consider putting in a brackets-indent-guides.guideColor extension preferences. Thanks for the ideas.

@godismyjudge95
Copy link
Author

@lkcampbell Thanks for the reply! I am not sure what you mean by CodeMirror overlays... all I was talking about was a simple if statement. Check if there is text ahead of the cursor, and if not don't display the guidelines... just thought it might look cleaner.

@lkcampbell
Copy link
Owner

@LeinardoSmith, Yes, it is probably doable, make it into a extension preference. I think I might split this issue into a color preference request and a "only show indent guides when line has text" request

@lkcampbell
Copy link
Owner

Issue rewritten as two separate enhancement requests: #14 and #15.

Closing.

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

2 participants